SPECS: dvdbackup.spec - use rpmldflags

qboosh qboosh at pld-linux.org
Mon Oct 13 19:46:14 CEST 2008


Author: qboosh                       Date: Mon Oct 13 17:46:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use rpmldflags

---- Files affected:
SPECS:
   dvdbackup.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/dvdbackup.spec
diff -u SPECS/dvdbackup.spec:1.15 SPECS/dvdbackup.spec:1.16
--- SPECS/dvdbackup.spec:1.15	Sun Oct 12 18:01:57 2008
+++ SPECS/dvdbackup.spec	Mon Oct 13 19:46:08 2008
@@ -28,7 +28,7 @@
 %patch0 -p1
 
 %build
-%{__cc} %{rpmcflags} src/%{name}.c -ldvdread -o dvdbackup
+%{__cc} %{rpmldflags} %{rpmcflags} src/%{name}.c -ldvdread -o dvdbackup
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,7 +42,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/dvdbackup
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -50,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2008/10/13 17:46:08  qboosh
+- use rpmldflags
+
 Revision 1.15  2008/10/12 16:01:57  lkrotowski
 - up to 0.1.1
 - dropped obsolete patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dvdbackup.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list