New version 3.02

This commit is contained in:
Greg Bailey 2016-03-23 06:37:43 -07:00
parent 56f8589123
commit 1c9b70d3e9
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/tweak-3.01.tar.gz
/tweak-3.02.tar.gz

View File

@ -1 +1 @@
3ae8db9fd482b679835a80c4635f71be tweak-3.01.tar.gz
d50e20d9ed05d7cc5eb04ff3f0bf1d9b tweak-3.02.tar.gz

View File

@ -1,7 +1,7 @@
Name: tweak
Version: 3.01
Version: 3.02
Release: 7%{?dist}
Release: 1%{?dist}
Summary: An efficient hex editor
Group: Applications/Editors
License: MIT
@ -27,7 +27,7 @@ other things.
sed -i -e 's|^.c.o|.disabled.c.o|' Makefile
# Modify the location of filepaths to conform to Filesystem Hierarchy Standard
sed -i -e 's|^PREFIX=/usr/local|PREFIX=$(DESTDIR)/usr|' Makefile
sed -i -e 's|^PREFIX=$(DESTDIR)/usr/local|PREFIX=$(DESTDIR)/usr|' Makefile
sed -i -e 's|^MANDIR=$(PREFIX)/man/man1|MANDIR=$(PREFIX)/share/man/man1|' Makefile
make %{?_smp_mflags} CFLAGS="%{optflags}"
@ -47,6 +47,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%changelog
* Wed Mar 23 2016 Greg Bailey <gbailey@lxpro.com> 3.02-1
- New version 3.02
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.01-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild