packages: tintin/tintin.spec - don't use wildcards in %files for single file
pawelz
pawelz at pld-linux.org
Thu Jan 28 14:05:16 CET 2010
Author: pawelz Date: Thu Jan 28 13:05:16 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- don't use wildcards in %files for single file
---- Files affected:
packages/tintin:
tintin.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: packages/tintin/tintin.spec
diff -u packages/tintin/tintin.spec:1.38 packages/tintin/tintin.spec:1.39
--- packages/tintin/tintin.spec:1.38 Thu Jan 28 13:55:44 2010
+++ packages/tintin/tintin.spec Thu Jan 28 14:05:11 2010
@@ -47,7 +47,7 @@
%files
%defattr(644,root,root,755)
%doc CREDITS FAQ README TODO docs/*.txt
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/tintin
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -55,6 +55,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2010/01/28 13:05:11 pawelz
+- don't use wildcards in %files for single file
+
Revision 1.38 2010/01/28 12:55:44 lisu
- 1.99.9
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tintin/tintin.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list