rpms/perl-MP3-Info/devel perl-MP3-Info.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Jun 26 19:05:47 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/perl-MP3-Info/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26128/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-MP3-Info.spec 
Log Message:
auto-import perl-MP3-Info-1.20-1 on branch devel from perl-MP3-Info-1.20-1.src.rpm


--- NEW FILE perl-MP3-Info.spec ---
Name:           perl-MP3-Info
Version:        1.20
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/
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
BuildRequires:  perl
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}

%build
%{__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}/*

%check
%{__make} test

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Fri Jun 23 2006 Christopher Stone <chris.stone at gmail.com> 1.20-1
- Initial Release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MP3-Info/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jun 2006 19:05:30 -0000	1.1
+++ .cvsignore	26 Jun 2006 19:05:47 -0000	1.2
@@ -0,0 +1 @@
+MP3-Info-1.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MP3-Info/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jun 2006 19:05:30 -0000	1.1
+++ sources	26 Jun 2006 19:05:47 -0000	1.2
@@ -0,0 +1 @@
+ffb3427089a6b5f56e35e5b2ab902d29  MP3-Info-1.20.tar.gz




More information about the fedora-extras-commits mailing list