SPECS: perl-Audio-Tools.spec - release 6: kill ByteOrder hack (wha...
radek
radek at pld-linux.org
Sat Aug 26 15:33:19 CEST 2006
Author: radek Date: Sat Aug 26 13:33:19 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- release 6: kill ByteOrder hack (what's the point)
---- Files affected:
SPECS:
perl-Audio-Tools.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/perl-Audio-Tools.spec
diff -u SPECS/perl-Audio-Tools.spec:1.16 SPECS/perl-Audio-Tools.spec:1.17
--- SPECS/perl-Audio-Tools.spec:1.16 Sat Aug 26 15:22:37 2006
+++ SPECS/perl-Audio-Tools.spec Sat Aug 26 15:33:14 2006
@@ -15,7 +15,7 @@
Summary(pl): Moduł Perla Audio::Tools - wspólny kod dla części modułów Audio::
Name: perl-Audio-Tools
Version: 0.01
-Release: 5
+Release: 6
License: unknown
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -58,24 +58,15 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv -f $RPM_BUILD_ROOT{%{perl_vendorlib},%{perl_vendorarch}}/Audio/Tools/ByteOrder.pm
-
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%{perl_vendorlib}/Audio/Tools.pm
+%{perl_vendorlib}/Audio/*.pm
%{perl_vendorlib}/Audio/Tools
-# ByteOrder expects a little-endian machine
-%ifarch %{ix86} alpha
-%dir %{perl_vendorarch}/Audio/Tools
-%{perl_vendorarch}/Audio/Tools/ByteOrder.pm
-%{_mandir}/man3/Audio::Tools::B*
-%endif
-%{_mandir}/man3/Audio::Tools::[FT]*
-%{_mandir}/man3/Audio::Tools.*
+%{_mandir}/man3/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -83,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/08/26 13:33:14 radek
+- release 6: kill ByteOrder hack (what's the point)
+
Revision 1.16 2006/08/26 13:22:37 radek
- release 5: noarch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Audio-Tools.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list