automatic update by autodist [release 1.011.1-1mamba;Sat Dec 14 2013]
This commit is contained in:
parent
df930df944
commit
9c3f4b7897
@ -1,2 +1,4 @@
|
||||
# perl-MIME-Charset
|
||||
|
||||
MIME::Charset - Charset Informations for MIME.
|
||||
|
||||
|
75
perl-MIME-Charset.spec
Normal file
75
perl-MIME-Charset.spec
Normal file
@ -0,0 +1,75 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-MIME-Charset
|
||||
Version: 1.011.1
|
||||
Release: 1mamba
|
||||
Summary: MIME::Charset - Charset Informations for MIME
|
||||
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/MIME-Charset-%{version}.tar.gz
|
||||
License: Artistic, GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-Encode-EUCJPASCII
|
||||
BuildRequires: perl-Encode-HanExtra
|
||||
BuildRequires: perl-Encode-JIS2K
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
MIME::Charset - Charset Informations for MIME.
|
||||
|
||||
%prep
|
||||
%setup -q -n MIME-Charset-%{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 Dec 14 2013 Automatic Build System <autodist@mambasoft.it> 1.011.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Aug 30 2013 Automatic Build System <autodist@mambasoft.it> 1.010.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 1.010-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 14 2013 Automatic Build System <autodist@mambasoft.it> 1.009.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 04 2012 Automatic Build System <autodist@mambasoft.it> 1.009.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 22 2011 Automatic Build System <autodist@mambasoft.it> 1.008.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jul 12 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.008-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user