Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
perl-Net-Patricia
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
perl-Net-Patricia.spec
@@ -8,8 +8,6 @@ URL: http://search.cpan.org/~plonka/ Source0: Net-Patricia-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -Packager: Carsten Schoene <cs@linux-administrator.com> -Vendor: linux-administrator.com BuildRequires: glibc-devel libgcc gcc gcc-c++ perl %if 0%{?fedora_version} >= 7 BuildRequires: perl-ExtUtils-MakeMaker @@ -32,41 +30,33 @@ %prep %setup -q -n Net-Patricia-%{version} -perl Makefile.PL -%__make -%makeinstall DESTDIR=$RPM_BUILD_ROOT -%if 0%{?suse_version} -%perl_process_packlist -%else -find $RPM_BUILD_ROOT -name perllocal.pod -exec rm {} \; >/dev/null -%endif -cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} + +%build +CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}" +%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" + +%install +%__make DESTDIR=%{buildroot} install + +### Clean up buildroot +%{__rm} -rf %{buildroot}%{perl_archlib} \ + %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* -%if 0%{?suse_version} %files %defattr(-,root,root) %doc Changes -/var/adm/perl-modules/perl-Net-Patricia -%ifarch %ix86 -%{perl_sitelib}/i586-linux-thread-multi -%endif -%ifarch x86_64 -%{perl_sitelib}/x86_64-linux-thread-multi -%endif -/usr/share/man/man3/* +%dir %{perl_vendorarch}/Net +%{perl_vendorarch}/Net/Patricia.pm +%dir %{perl_vendorarch}/auto/Net +%dir %{perl_vendorarch}/auto/Net/Patricia +%{perl_vendorarch}/auto/Net/Patricia/Patricia.bs +%{perl_vendorarch}/auto/Net/Patricia/Patricia.so +%{_mandir}/man3/Net::Patricia.3pm* -%else - -%files -f ../file.list.%{name} - -%endif %changelog -* Fri Feb 23 2007 Carsten Schoene <cs@linux-administrator.com> +* Fri Feb 23 2007 Carsten Schoene <cs@linux-administrator.com> - 1.014-1 - initial build of Net::Patricia perl package which is required for flowscan