diff --git a/README.md b/README.md index fc30a65..d2f6d0a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # perl-URI +The Perl-URI module implements the URI class. +Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and updated by RFC 2732. + diff --git a/perl-URI.spec b/perl-URI.spec new file mode 100644 index 0000000..94bbd67 --- /dev/null +++ b/perl-URI.spec @@ -0,0 +1,124 @@ +%define module URI + +Name: perl-%{module} +Version: 1.60 +Release: 2mamba +Summary: URI - Perl URI module +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{module}-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl-Business-ISBN +Requires: perl >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The Perl-URI module implements the URI class. +Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and updated by RFC 2732. + +%package urn +Group: Development/Libraries/Perl +Summary: Perl URN submodule for perl-%{module} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description urn +The Perl-URI module implements the URI class. +Objects of this class represent Uniform Resource Identifier references as specified in RFC 2396 and updated by RFC 2732. +This is the Perl URN submodule for perl-URI. + +%prep +%setup -q -n %{module}-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl + +packlist=`find %buildroot -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s@%buildroot@@g;s@.*/man/.*@&.gz@g" | \ + sort -u > .packlist.full && rm -f $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %buildroot -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist.full +done + +grep "URI/urn" .packlist.full > .packlist.URN +cat .packlist.full .packlist.URN | sort | uniq -u > .packlist.URI + +grep "URI/urn" .packlist.full > .packlist.URN +cat .packlist.full .packlist.URN | sort | uniq -u > .packlist.URI + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist.full .packlist.URN .packlist.URI + +%files -f .packlist.URI +%defattr(-,root,root) + +%files -f .packlist.URN urn +%defattr(-,root,root) + +%changelog +* Mon Nov 12 2012 Silvan Calarco 1.60-2mamba +- perl 5.16 mass rebuild + +* Wed Jun 13 2012 Automatic Build System 1.60-1mamba +- automatic version update by autodist + +* Wed Aug 17 2011 Automatic Build System 1.59-1mamba +- automatic version update by autodist + +* Sat Jan 29 2011 Automatic Build System 1.58-1mamba +- automatic update by autodist + +* Thu Oct 21 2010 Davide Madrisan 1.56-1mamba +- update to 1.56 +- install modules with INSTALLDIRS=vendor + +* Sat Sep 04 2010 Automatic Build System 1.55-1mamba +- automatic update by autodist + +* Tue May 04 2010 Automatic Build System 1.54-1mamba +- automatic update by autodist + +* Wed Jan 13 2010 Automatic Build System 1.52-1mamba +- automatic update by autodist + +* Sat Aug 29 2009 Automatic Build System 1.40-1mamba +- automatic update by autodist + +* Wed Jul 15 2009 Automatic Build System 1.38-1mamba +- automatic update by autodist + +* Wed Nov 05 2008 Silvan Calarco 1.36-2mamba +- automatic rebuild by autodist + +* Thu Jun 12 2008 Silvan Calarco 1.36-1mamba +- update to 1.36 + +* Tue Feb 15 2005 Davide Madrisan 1.35-1qilnx +- update to version 1.35 by autospec + +* Mon May 24 2004 Davide Madrisan 1.29-3qilnx +- specfile updated + +* Wed Jan 07 2004 Davide Madrisan 1.29-2qilnx +- rebuilt with perl 5.8.2 + +* Wed Jan 07 2004 Davide Madrisan 1.29-1qilnx +- rebuilt with Perl 5.8.1, updated to version 1.29 + +* Thu Sep 05 2003 Silvan Calarco 1.25-1qilnx +- first build