SPECS: perl-Sort-Key.spec - pl desc, files fixes
qboosh
qboosh at pld-linux.org
Thu May 18 23:02:48 CEST 2006
Author: qboosh Date: Thu May 18 21:02:48 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl desc, files fixes
---- Files affected:
SPECS:
perl-Sort-Key.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-Sort-Key.spec
diff -u SPECS/perl-Sort-Key.spec:1.1 SPECS/perl-Sort-Key.spec:1.2
--- SPECS/perl-Sort-Key.spec:1.1 Wed May 17 11:19:47 2006
+++ SPECS/perl-Sort-Key.spec Thu May 18 23:02:43 2006
@@ -24,7 +24,7 @@
Sort arrays by one or multiple calculated keys.
%description -l pl
-Sort arrays by one or multiple calculated keys.
+Sortowanie tablic po jednym lub wielu wyliczanych kluczach.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -39,7 +39,6 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{perl_archlib}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -50,11 +49,12 @@
%files
%defattr(644,root,root,755)
%doc README Changes
-%{perl_vendorarch}/Sort/*
+%{perl_vendorarch}/Sort/*.pm
+%dir %{perl_vendorarch}/Sort/Key
%{perl_vendorarch}/Sort/Key/*
-%dir %{perl_vendorarch}/auto/Sort/Key/*
-%{perl_vendorarch}/auto/Sort/*/*.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/Sort/*/*.so
+%dir %{perl_vendorarch}/auto/Sort/Key
+%{perl_vendorarch}/auto/Sort/Key/*.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Sort/Key/*.so
%{_mandir}/man3/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -62,3 +62,9 @@
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.2 2006/05/18 21:02:43 qboosh
+- pl desc, files fixes
+
+Revision 1.1 2006/05/17 09:19:47 blaass
+- ver 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Sort-Key.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list