package created using the webbuild interface [release 0.004-1mamba;Mon Nov 03 2014]
This commit is contained in:
parent
e9c67804e8
commit
fb7eb7e57c
@ -1,2 +1,4 @@
|
|||||||
# perl-PerlIO-utf8_strict
|
# perl-PerlIO-utf8_strict
|
||||||
|
|
||||||
|
PerlIO::utf8_strict - Fast and correct UTF-8 IO.
|
||||||
|
|
||||||
|
60
perl-PerlIO-utf8_strict.spec
Normal file
60
perl-PerlIO-utf8_strict.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
|
Name: perl-PerlIO-utf8_strict
|
||||||
|
Version: 0.004
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: PerlIO::utf8_strict - Fast and correct UTF-8 IO
|
||||||
|
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/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
|
||||||
|
License: GPL, Artistic
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## note: run 'autospec -u -a6 perl-PerlIO-utf8_strict' to get the list of build requirements.
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
PerlIO::utf8_strict - Fast and correct UTF-8 IO.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n PerlIO-utf8_strict-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Build.PL installdirs=vendor
|
||||||
|
./Build
|
||||||
|
./Build test
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
./Build install \
|
||||||
|
destdir="%{buildroot}" \
|
||||||
|
--install_path bindoc="%{_mandir}/man1" \
|
||||||
|
--install_path libdoc="%{_mandir}/man3"
|
||||||
|
|
||||||
|
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 LICENSE
|
||||||
|
## note: eventually add the remaining documents (if any)
|
||||||
|
# %doc README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Nov 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.004-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user