SPECS: mlocate.spec - no need to pass CLFAGS nor LDFLAGS (configur...

shadzik shadzik at pld-linux.org
Thu Apr 10 21:33:22 CEST 2008


Author: shadzik                      Date: Thu Apr 10 19:33:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need to pass CLFAGS nor LDFLAGS (configure does it)
- cosmetics

---- Files affected:
SPECS:
   mlocate.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/mlocate.spec
diff -u SPECS/mlocate.spec:1.2 SPECS/mlocate.spec:1.3
--- SPECS/mlocate.spec:1.2	Thu Apr 10 21:07:10 2008
+++ SPECS/mlocate.spec	Thu Apr 10 21:33:16 2008
@@ -24,11 +24,8 @@
 %setup -q
 
 %build
-
 %configure
-%{__make} \
-	CFLAGS="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -41,15 +38,13 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ABOUT-NLS AUTHORS ChangeLog NEWS README
-
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_mandir}/man5/*
-%{_mandir}/man8/*
+%{_mandir}/man1/*.1*
+%{_mandir}/man5/*.5*
+%{_mandir}/man8/*.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,6 +52,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-04-10 19:33:16  shadzik
+- no need to pass CLFAGS nor LDFLAGS (configure does it)
+- cosmetics
+
 Revision 1.2  2008-04-10 19:07:10  paszczus
 - added C: slocate
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mlocate.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list