automatic update by autodist [release 1.9-1mamba;Tue Dec 17 2013]
This commit is contained in:
parent
6a7267aad5
commit
85ed2bbf67
@ -1,2 +1,4 @@
|
|||||||
# perl-Digest-Perl-MD5
|
# perl-Digest-Perl-MD5
|
||||||
|
|
||||||
|
Digest::Perl::MD5 - Perl implementation of Ron Rivests MD5 Algorithm.
|
||||||
|
|
||||||
|
9
perl-Digest-Perl-MD5-1.8-fix_false_patch.patch
Normal file
9
perl-Digest-Perl-MD5-1.8-fix_false_patch.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
diff -Nru Digest-Perl-MD5-1.8.orig//lib/Digest/Perl/MD5.pm Digest-Perl-MD5-1.8/lib/Digest/Perl/MD5.pm
|
||||||
|
--- Digest-Perl-MD5-1.8.orig//lib/Digest/Perl/MD5.pm 2004-08-27 22:28:25.000000000 +0200
|
||||||
|
+++ Digest-Perl-MD5-1.8/lib/Digest/Perl/MD5.pm 2011-05-12 20:18:38.116441743 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#! /usr/bin/false
|
||||||
|
+#! /bin/false
|
||||||
|
#
|
||||||
|
# $Id: MD5.pm,v 1.23 2004/08/27 20:28:25 lackas Exp $
|
||||||
|
#
|
64
perl-Digest-Perl-MD5.spec
Normal file
64
perl-Digest-Perl-MD5.spec
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
|
Name: perl-Digest-Perl-MD5
|
||||||
|
Version: 1.9
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Digest::Perl::MD5 - Perl implementation of Ron Rivests MD5 Algorithm
|
||||||
|
Group: System/Libraries/Perl
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://www.cpan.org
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/D/DE/DELTA/Digest-Perl-MD5-%{version}.tar.gz
|
||||||
|
Patch0: %{name}-1.8-fix_false_patch.patch
|
||||||
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Digest::Perl::MD5 - Perl implementation of Ron Rivests MD5 Algorithm.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Digest-Perl-MD5-%{version}
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
|
||||||
|
%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 -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
|
||||||
|
done
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f .packlist
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc CHANGES
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Dec 17 2013 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8-2mamba
|
||||||
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
* Thu May 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8-1mamba
|
||||||
|
- package created by autospec
|
Loading…
x
Reference in New Issue
Block a user