SPECS: perl-Data-HexDump.spec - no need to specify default perms
qboosh
qboosh at pld-linux.org
Sun Apr 9 15:03:53 CEST 2006
Author: qboosh Date: Sun Apr 9 13:03:53 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no need to specify default perms
---- Files affected:
SPECS:
perl-Data-HexDump.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/perl-Data-HexDump.spec
diff -u SPECS/perl-Data-HexDump.spec:1.11 SPECS/perl-Data-HexDump.spec:1.12
--- SPECS/perl-Data-HexDump.spec:1.11 Sat Apr 8 15:35:25 2006
+++ SPECS/perl-Data-HexDump.spec Sun Apr 9 15:03:48 2006
@@ -53,7 +53,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-mv $RPM_BUILD_ROOT%{_bindir}/hexdump $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
+mv $RPM_BUILD_ROOT%{_bindir}/hexdump $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -63,8 +63,8 @@
%doc README
%{perl_vendorlib}/Data/*.pm
%{_mandir}/man3/*
-%attr(755,root,root) %dir %{_examplesdir}/%{name}-%{version}
-%attr(644,root,root) %{_examplesdir}/%{name}-%{version}/hexdump
+%dir %{_examplesdir}/%{name}-%{version}
+%{_examplesdir}/%{name}-%{version}/hexdump
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -72,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/04/09 13:03:48 qboosh
+- no need to specify default perms
+
Revision 1.11 2006/04/08 13:35:25 agaran
- move unpacked perl script to examples
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Data-HexDump.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list