]> git.pld-linux.org Git - packages/fox.git/commitdiff
- moving reswrap ( program to wrap icon resources into C code ) and man for it to... fox-0_99_188-1
authorMarcin Kierus <marcin.kierus@gmail.com>
Thu, 3 Jan 2002 16:21:27 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fox.spec -> 1.23

fox.spec

index 76083705df7ac430ac685c8d0d36702ca1a0371b..b0ce26fe1a22ba1be75324560828c11f5055907f 100644 (file)
--- a/fox.spec
+++ b/fox.spec
@@ -129,22 +129,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/reswrap
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/*/*
 
 %files progs
 %defattr(644,root,root,755)
 %attr(755,root,root) /%{_bindir}/adie
 %attr(755,root,root) /%{_bindir}/calculator
 %attr(755,root,root) /%{_bindir}/PathFinder
-%{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
 %doc *.gz doc
+%attr(755,root,root) %{_bindir}/reswrap
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
+%{_mandir}/man1/*
 %{_includedir}/fox
 
 %files static
This page took 0.039227 seconds and 4 git commands to generate.