perl 5.16 mass rebuild [release 0.03-2mamba;Mon Nov 12 2012]
This commit is contained in:
parent
97ed2f0b47
commit
08950d96b6
@ -1,2 +1,4 @@
|
|||||||
# perl-Encode-EUCJPASCII
|
# perl-Encode-EUCJPASCII
|
||||||
|
|
||||||
|
Encode::EUCJPASCII - eucJP-ascii - An eucJP-open mapping.
|
||||||
|
|
||||||
|
58
perl-Encode-EUCJPASCII.spec
Normal file
58
perl-Encode-EUCJPASCII.spec
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
|
Name: perl-Encode-EUCJPASCII
|
||||||
|
Version: 0.03
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Encode::EUCJPASCII - eucJP-ascii - An eucJP-open mapping
|
||||||
|
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/N/NE/NEZUMI/Encode-EUCJPASCII-%{version}.tar.gz
|
||||||
|
License: Artistic, GPL
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
|
|
||||||
|
%description
|
||||||
|
Encode::EUCJPASCII - eucJP-ascii - An eucJP-open mapping.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Encode-EUCJPASCII-%{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
|
||||||
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.03-2mamba
|
||||||
|
- perl 5.16 mass rebuild
|
||||||
|
|
||||||
|
* Mon Jul 12 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.03-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user