rpms/perl-MP3-Info/F-7 .cvsignore, 1.3, 1.4 perl-MP3-Info.spec, 1.5, 1.6 sources, 1.3, 1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Sep 8 18:44:20 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/perl-MP3-Info/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2555/F-7

Modified Files:
	.cvsignore perl-MP3-Info.spec sources 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Jan 2007 02:09:43 -0000	1.3
+++ .cvsignore	8 Sep 2007 18:43:47 -0000	1.4
@@ -1 +1 @@
-MP3-Info-1.21.tar.gz
+MP3-Info-1.22.tar.gz


Index: perl-MP3-Info.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/perl-MP3-Info.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-MP3-Info.spec	8 Jan 2007 02:37:15 -0000	1.5
+++ perl-MP3-Info.spec	8 Sep 2007 18:43:47 -0000	1.6
@@ -1,38 +1,47 @@
 Name:           perl-MP3-Info
-Version:        1.21
-Release:        1%{?dist}.1
+Version:        1.22
+Release:        1%{?dist}
 Summary:        Manipulate / fetch info from MP3 audio files
+
 Group:          Development/Libraries
 License:        Artistic or GPL
-URL:            http://search.cpan.org/dist/MP3-Info/
+URL:            http://search.cpan.org/dist/MP3-Info
 Source0:        http://www.cpan.org/modules/by-module/MP3/MP3-Info-%{version}.tar.gz
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+
 %description
 This module is used for getting info out of and into MP3 files.
 
+
 %prep
-%setup -q -n MP3-Info-%{version}
+%setup -qn MP3-Info-%{version}
+
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
+
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
 
 %check
-%{__make} test
+make test
+
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %defattr(-,root,root,-)
@@ -40,9 +49,11 @@
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
+
 %changelog
-* Sun Jan 07 2007 Christopher Stone <chris.stone at gmail.com> 1.21-1.fc7.1
-- Retag release bump
+* Sat Sep 08 2007 Christopher Stone <chris.stone at gmail.com> 1.22-1
+- Upstream sync
+- spec file cleanups
 
 * Sun Jan 07 2007 Christopher Stone <chris.stone at gmail.com> 1.21-1
 - Upstream sync


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Jan 2007 02:09:43 -0000	1.3
+++ sources	8 Sep 2007 18:43:47 -0000	1.4
@@ -1 +1 @@
-c95e7d179b41c255a75060afd0f9c93b  MP3-Info-1.21.tar.gz
+ed00c6821951d98c00a70bc02e6cb82f  MP3-Info-1.22.tar.gz




More information about the scm-commits mailing list