SPECS: perl-HTTP-Request-Params.spec - cleanup, files fix

qboosh qboosh at pld-linux.org
Sun Feb 5 01:20:15 CET 2006


Author: qboosh                       Date: Sun Feb  5 00:20:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup, files fix

---- Files affected:
SPECS:
   perl-HTTP-Request-Params.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-HTTP-Request-Params.spec
diff -u SPECS/perl-HTTP-Request-Params.spec:1.1 SPECS/perl-HTTP-Request-Params.spec:1.2
--- SPECS/perl-HTTP-Request-Params.spec:1.1	Sat Feb  4 13:28:21 2006
+++ SPECS/perl-HTTP-Request-Params.spec	Sun Feb  5 01:20:10 2006
@@ -2,13 +2,13 @@
 #
 # Conditional build:
 %bcond_without	autodeps	# don't BR packages needed only for resolving deps
-%bcond_without	tests	# do not perform "make test"
+%bcond_without	tests		# do not perform "make test"
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	HTTP
 %define		pnam	Request-Params
 Summary:	Retrieve GET/POST Parameters from HTTP Requests
-Summary(pl):	Odczytuje parametry GET/POST z zapytań HTTP
+Summary(pl):	Odczytywanie parametrów GET/POST z zapytań HTTP
 Name:		perl-%{pdir}-%{pnam}
 Version:	1.01
 Release:	1
@@ -16,6 +16,7 @@
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	fccd255a2992c77b5c40cb5e1e75b256
+URL:		http://search.cpan.org/dist/HTTP-Request-Params/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with autodeps} || %{with tests}
@@ -27,8 +28,6 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_noautoreq	'perl(anything_fake_or_conditional)'
-
 %description
 This software does all the dirty work of parsing HTTP Requests to find
 incoming query parameters.
@@ -41,7 +40,6 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-# Don't use pipes here: they generally don't work. Apply a patch.
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
 
@@ -61,7 +59,7 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/*
+%{perl_vendorlib}/HTTP/Request/Params.pm
 %{_mandir}/man3/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -70,6 +68,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/05 00:20:10  qboosh
+- cleanup, files fix
+
 Revision 1.1  2006/02/04 12:28:21  japhy
 - New spec.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-HTTP-Request-Params.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list