Author: djrzulf Date: Fri Mar 11 13:01:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed %%files, .pyc files destroy this package (searching modules at
BUILDROOT!),
---- Files affected:
SPECS:
cjc.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/cjc.spec
diff -u SPECS/cjc.spec:1.13 SPECS/cjc.spec:1.14
--- SPECS/cjc.spec:1.13 Fri Mar 11 13:04:22 2005
+++ SPECS/cjc.spec Fri Mar 11 14:01:39 2005
@@ -49,7 +49,13 @@
%defattr(644,root,root,755)
%doc README TODO ChangeLog doc/manual.html
%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/%{name}
+%dir %{_datadir}/%{name}/%{name}/ui
+%dir %{_datadir}/%{name}/plugins
+%{_datadir}/%{name}/%{name}/*.py
+%{_datadir}/%{name}/%{name}/ui/*.py
+%{_datadir}/%{name}/plugins/*.py
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -57,6 +63,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2005/03/11 13:01:39 djrzulf
+- fixed %%files, .pyc files destroy this package (searching modules at
+ BUILDROOT!),
+
Revision 1.13 2005/03/11 12:04:22 wrobell
- rel. 3 due to fixed renaming of unsubscribed persons
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cjc.spec?r1=1.13&r2=1.14&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit