diff --git a/README.md b/README.md index beaacac..0931544 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Return-Value +Return::Value - Polymorphic Return Values + diff --git a/perl-Return-Value.spec b/perl-Return-Value.spec new file mode 100644 index 0000000..4323851 --- /dev/null +++ b/perl-Return-Value.spec @@ -0,0 +1,64 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Return-Value +Version: 1.666003 +Release: 1mamba +Summary: Return::Value - Polymorphic Return Values +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Return-Value-%{version}.tar.gz +License: GPL, Artistic +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Return::Value - Polymorphic Return Values + +%prep + +%setup -q -n Return-Value-%{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 && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Sat Oct 19 2013 Automatic Build System 1.666003-1mamba +- automatic update by autodist + +* Wed Jan 09 2013 Automatic Build System 1.666002-1mamba +- automatic version update by autodist + +* Tue Nov 13 2012 Silvan Calarco 1.666001-2mamba +- perl 5.16 mass rebuild + +* Thu Jun 18 2009 Automatic Build System 1.666001-1mamba +- automatic update by autodist + +* Sat Jan 03 2009 Silvan Calarco 1.302-1mamba +- package created by autospec