]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- missing dir, removed useless .a and .la
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Jul 2003 13:14:26 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp.spec -> 1.23

devhelp.spec

index e208cc9406e5009b40a9460bb9f1efafe76e7adf..1a767ba7f2848c4b32cd16cd0a6dbdf6a8789532 100644 (file)
@@ -41,6 +41,9 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/gconf \
 
 %find_lang %{name}
 
+# shut up check-files
+rm -f $RPM_BUILD_ROOT%{_libdir}/devhelp/*.{a,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -48,7 +51,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/devhelp
-%dir %{_libdir}/*/*
+%dir %{_libdir}/devhelp
+%attr(755,root,root) %{_libdir}/devhelp/*.so
 %{_datadir}/%{name}
 %{_datadir}/mime-info/*
 %{_desktopdir}/*.desktop
This page took 0.028376 seconds and 4 git commands to generate.