rpms/libtrash/devel libtrash.spec,1.2,1.3

Zdenek Prikryl zprikryl at fedoraproject.org
Wed Apr 22 07:30:58 UTC 2009


Author: zprikryl

Update of /cvs/extras/rpms/libtrash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29789

Modified Files:
	libtrash.spec 
Log Message:
Fixed usage of RPM_OPT_FLAGS



Index: libtrash.spec
===================================================================
RCS file: /cvs/extras/rpms/libtrash/devel/libtrash.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtrash.spec	25 Feb 2009 19:33:58 -0000	1.2
+++ libtrash.spec	22 Apr 2009 07:30:57 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:       Libraries to move files to a trash-folder on delete
 Name:          libtrash
 Version:       3.2
-Release:       6%{dist} 
+Release:       7%{dist} 
 Group:         System Environment/Libraries
 License:       GPLv2+
 URL:           http://pages.stern.nyu.edu/~marriaga/software/libtrash
@@ -33,7 +33,8 @@
 %patch1 -p1 -b .makefile
 
 %build
-CFLAGS=$RPM_OPT_FLAGS make
+# -D_REENTRANT: keep up to date with src/Makefile
+make CFLAGS="$RPM_OPT_FLAGS -D_REENTRANT"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -64,6 +65,9 @@
 %doc README TODO COPYING CHANGE.LOG config.txt 
 
 %changelog
+* Wed Apr 22 2009 Zdenek Prikryl <zprikryl at redhat.com> 3.2-7
+- Fixed usage of RPM_OPT_FLAGS
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list