SPECS: littlewizard.spec - fixed %files

darekr darekr at pld-linux.org
Sun Jul 17 21:21:44 CEST 2005


Author: darekr                       Date: Sun Jul 17 19:21:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed %files

---- Files affected:
SPECS:
   littlewizard.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/littlewizard.spec
diff -u SPECS/littlewizard.spec:1.13 SPECS/littlewizard.spec:1.14
--- SPECS/littlewizard.spec:1.13	Wed Jul 13 19:15:16 2005
+++ SPECS/littlewizard.spec	Sun Jul 17 21:21:39 2005
@@ -62,6 +62,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* $RPM_BUILD_ROOT%{_pixmapsdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -73,8 +75,10 @@
 %doc AUTHORS ChangeLog TODO
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-# TODO: fix it
-%{_datadir}/*
+%{_datadir}/locale/en_GB/LC_MESSAGES/%{name}.mo
+%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo
+%{_pixmapsdir}/*.png
+%{_datadir}/%{name}
 
 %files devel
 %defattr(644,root,root,755)
@@ -92,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/07/17 19:21:39  darekr
+- fixed %files
+
 Revision 1.13  2005/07/13 17:15:16  qboosh
 - pl fixes, some cleanups
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/littlewizard.spec?r1=1.13&r2=1.14&f=u




More information about the pld-cvs-commit mailing list