SPECS: perl-HTTP-Recorder.spec - cleanup, files fix

qboosh qboosh at pld-linux.org
Sun Feb 5 01:16:35 CET 2006


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

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

---- Diffs:

================================================================
Index: SPECS/perl-HTTP-Recorder.spec
diff -u SPECS/perl-HTTP-Recorder.spec:1.1 SPECS/perl-HTTP-Recorder.spec:1.2
--- SPECS/perl-HTTP-Recorder.spec:1.1	Sat Feb  4 15:04:21 2006
+++ SPECS/perl-HTTP-Recorder.spec	Sun Feb  5 01:16:30 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	Recorder
 Summary:	Proxy HTTP request and save it to Web::Mechanize scripts
-Summary(pl):	Pośredniczy w dialogu HTTP i zapisuje go jako skrypt Web::Mechanize
+Summary(pl):	Pośredniczenie w dialogu HTTP i zapisywanie go jako skrypt Web::Mechanize
 Name:		perl-%{pdir}-%{pnam}
 Version:	0.05
 Release:	0.1
@@ -16,20 +16,18 @@
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	a2c167d06509620921e4d417ce9354a7
+URL:		http://search.cpan.org/dist/HTTP-Recorder/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
-# BuildRequires:	-
 %if %{with autodeps} || %{with tests}
 BuildRequires:	perl-HTML-Parser
-BuildRequires:	perl-libwww
 BuildRequires:	perl-URI
+BuildRequires:	perl-libwww
 %endif
 Requires:	perl-HTTP-Proxy
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_noautoreq	'perl(anything_fake_or_conditional)'
-
 %description
 This is a browser-independent recorder for recording interactions with
 web sites.
@@ -42,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
 
@@ -62,7 +59,8 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README
-%{perl_vendorlib}/*
+%{perl_vendorlib}/HTTP/Recoder.pm
+%{perl_vendorlib}/HTTP/Recoder
 %{_mandir}/man3/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -71,6 +69,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/05 00:16:30  qboosh
+- cleanup, files fix
+
 Revision 1.1  2006/02/04 14:04:21  japhy
 - New spec.
-
================================================================

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



More information about the pld-cvs-commit mailing list