packages: paintown/paintown.spec - fix "file listed twice" warning

uzsolt uzsolt at pld-linux.org
Fri Jun 12 10:36:32 CEST 2009


Author: uzsolt                       Date: Fri Jun 12 08:36:32 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix "file listed twice" warning

---- Files affected:
packages/paintown:
   paintown.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/paintown/paintown.spec
diff -u packages/paintown/paintown.spec:1.11 packages/paintown/paintown.spec:1.12
--- packages/paintown/paintown.spec:1.11	Fri Jun 12 10:33:39 2009
+++ packages/paintown/paintown.spec	Fri Jun 12 10:36:27 2009
@@ -68,9 +68,9 @@
 %defattr(644,root,root,755)
 %doc README TODO scripting.txt doc/character.txt
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_datadir}/%{name}/%{name}-bin
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*
+%attr(755,root,root) %{_datadir}/%{name}/%{name}-bin
+%{_datadir}/%{name}/data
 
 %define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -78,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2009/06/12 08:36:27  uzsolt
+- fix "file listed twice" warning
+
 Revision 1.11  2009/06/12 08:33:39  shadzik
 - add debug option to cmake (instead of that ugly patcinstead of that ugly patch)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/paintown/paintown.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list