%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Sys-Hostname-Long Version: 1.5 Release: 1mamba Summary: Sys::Hostname::Long - Try every conceivable way to get full hostname Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org Source: http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/Sys-Hostname-Long-%{version}.tar.gz Patch0: %{name}-no_win32.patch License: BSD Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Sys::Hostname::Long - Try every conceivable way to get full hostname. %prep %setup -q -n Sys-Hostname-Long-%{version} #%patch0 -p1 %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 * Wed Jan 21 2015 Automatic Build System 1.5-1mamba - automatic update by autodist * Tue Nov 13 2012 Silvan Calarco 1.4-3mamba - perl 5.16 mass rebuild * Wed Nov 05 2008 Silvan Calarco 1.4-2mamba - automatic rebuild by autodist * Wed May 09 2007 Silvan Calarco 1.4-1mamba - package created by autospec