SPECS: perl-Glade.spec - if something goes to bindir should have 7...
agaran
agaran at pld-linux.org
Fri Feb 1 16:46:10 CET 2008
Author: agaran Date: Fri Feb 1 15:46:10 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- if something goes to bindir should have 755,root,root imo.
---- Files affected:
SPECS:
perl-Glade.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/perl-Glade.spec
diff -u SPECS/perl-Glade.spec:1.11 SPECS/perl-Glade.spec:1.12
--- SPECS/perl-Glade.spec:1.11 Thu Jan 10 09:38:38 2008
+++ SPECS/perl-Glade.spec Fri Feb 1 16:46:05 2008
@@ -61,7 +61,7 @@
%defattr(644,root,root,755)
%{perl_vendorlib}/%{pdir}
%{_mandir}/man*/*
-%{_bindir}/glade2perl
+%attr(755,root,root) %{_bindir}/glade2perl
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -69,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2008-02-01 15:46:05 agaran
+- if something goes to bindir should have 755,root,root imo.
+
Revision 1.11 2008-01-10 08:38:38 glen
- add CC to %{__make}
grep OPTIMIZE= perl-* -l|xargs grep -c CC=|grep :0|cut -d: -f1|xargs sed -i -e '/%{__make} \\$/a\\tCC="%{__cc}" \\'
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Glade.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list