diff --git a/hexedit.spec b/hexedit.spec index 2024b63..2234e19 100644 --- a/hexedit.spec +++ b/hexedit.spec @@ -1,7 +1,7 @@ Summary: A hexadecimal file viewer and editor. Name: hexedit Version: 1.2.10 -Release: 2 +Release: 3 License: GPL Group: Applications/Editors Url: http://merd.net/pixel @@ -19,8 +19,9 @@ ASCII files and/or view binary files. %patch -p1 -b .config %build +export CFLAGS="$RPM_OPT_FLAGS" %configure -make CFLAGS="-D_FORTIFY_SOURCE=2 $RPM_OPT_FLAGS" +make %install rm -rf $RPM_BUILD_ROOT @@ -37,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Thu Feb 10 2005 Jindrich Novy 1.2.10-3 +- remove -D_FORTIFY_SOURCE=2 from CFLAGS, present in RPM_OPT_FLAGS + * Wed Feb 9 2005 Jindrich Novy 1.2.10-2 - rebuilt with -D_FORTIFY_SOURCE=2