automatic update by autodist [release 0.44-1mamba;Thu Apr 07 2011]

This commit is contained in:
Automatic Build System 2024-01-06 09:08:07 +01:00
parent 30eaf4c1a2
commit e35c2f0c82
2 changed files with 59 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-HTTP-Server-Simple
HTTP::Server::Simple Lightweight HTTP server.

View File

@ -0,0 +1,57 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-HTTP-Server-Simple
Version: 0.44
Release: 1mamba
Summary: HTTP::Server::Simple Lightweight HTTP server
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/J/JE/JESSE/HTTP-Server-Simple-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
HTTP::Server::Simple Lightweight HTTP server.
%prep
%setup -q -n HTTP-Server-Simple-%{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
* Thu Apr 07 2011 Automatic Build System <autodist@mambasoft.it> 0.44-1mamba
- automatic update by autodist
* Fri Nov 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.43-1mamba
- package created by autospec