rpms/perl-Net-CIDR-Lite/devel perl-Net-CIDR-Lite.spec,1.2,1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 6 01:22:10 UTC 2005


Author: steve

Update of /cvs/extras/rpms/perl-Net-CIDR-Lite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20929

Modified Files:
	perl-Net-CIDR-Lite.spec 
Log Message:
- Minor spec cleanup
- Add COPYING and Artistic



Index: perl-Net-CIDR-Lite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-CIDR-Lite/devel/perl-Net-CIDR-Lite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Net-CIDR-Lite.spec	1 Aug 2005 23:38:15 -0000	1.2
+++ perl-Net-CIDR-Lite.spec	6 Sep 2005 01:22:08 -0000	1.3
@@ -1,13 +1,11 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Net-CIDR-Lite
 Version:        0.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Net::CIDR::Lite Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-CIDR-Lite/
-Source0:        http://www.cpan.org/modules/by-module/Net/Net-CIDR-Lite-0.18.tar.gz
+Source0:        http://www.cpan.org/modules/by-module/Net/Net-CIDR-Lite-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -23,7 +21,6 @@
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
 make %{?_smp_mflags}
 
 %install
@@ -36,7 +33,10 @@
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-%check || :
+perldoc -t perlgpl > COPYING
+perldoc -t perlartistic > Artistic
+
+%check
 make test
 
 %clean
@@ -44,11 +44,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README COPYING Artistic
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 0.18-3
+- Minor spec cleanup
+- Add COPYING and Artistic
+
 * Mon Aug 01 2005 Steven Pritchard <steve at kspei.com> 0.18-2
 - Add BR Test::Pod and Test::Pod::Coverage for make test
 




More information about the fedora-extras-commits mailing list