]> git.pld-linux.org Git - packages/endeavour.git/commitdiff
- missing dirs
authordarekr <darekr@pld-linux.org>
Fri, 23 Dec 2005 15:38:55 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    endeavour.spec -> 1.2

endeavour.spec

index 817ccfd6a22f565218e686b79983d51e9deb95b3..c361901ee893041d35dc0d537fb86bef112d778b 100644 (file)
@@ -96,11 +96,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS HACKING INSTALL LICENSE TODO LANGUAGE README
 %attr(755,root,root) %{_bindir}/%{pname}
-%attr(755,root,root) %{_libdirend}/*
+%attr(755,root,root) %{_libdirend}
 %{_mandir}/man1/*
-%{_icons}/*
-%{_help}/*
-%{_confdir}/*
+%dir %{_datadir}/%{pname}
+%{_icons}
+%{_help}
+%{_confdir}
 
 %files libs
 %defattr(644,root,root,755)
@@ -110,4 +111,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc endeavour2/lib/INTERPS
 %attr(755,root,root) %{_bindir}/endeavour2-config
-%{_includedir}/%{pname}/*
+%{_includedir}/%{pname}
This page took 0.117196 seconds and 4 git commands to generate.