summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshadzik2008-04-10 19:33:16 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit091f13d91b395e4cc1e3cb2c2157cbc052ac2d68 (patch)
tree11e58aa97dfdd34edbf7474e9af3ae1682cf449d
parent8762d77d656dc690a252cd0be0daa963f540fab7 (diff)
downloadmlocate-091f13d91b395e4cc1e3cb2c2157cbc052ac2d68.zip
mlocate-091f13d91b395e4cc1e3cb2c2157cbc052ac2d68.tar.gz
- no need to pass CLFAGS nor LDFLAGS (configure does it)
- cosmetics Changed files: mlocate.spec -> 1.3
-rw-r--r--mlocate.spec13
1 files changed, 4 insertions, 9 deletions
diff --git a/mlocate.spec b/mlocate.spec
index b6b18f5..ae5b5b7 100644
--- a/mlocate.spec
+++ b/mlocate.spec
@@ -23,11 +23,8 @@ GNU locate, when it does not conflict with slocate compatibility.
%setup -q
%build
-
%configure
-%{__make} \
- CFLAGS="%{rpmcflags}" \
- LDFLAGS="%{rpmldflags}"
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -40,12 +37,10 @@ rm -rf $RPM_BUILD_ROOT
%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*