SPECS: perl-libwww.spec - adapter

glen glen at pld-linux.org
Mon Mar 24 10:06:13 CET 2008


Author: glen                         Date: Mon Mar 24 09:06:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter

---- Files affected:
SPECS:
   perl-libwww.spec (1.93 -> 1.94) 

---- Diffs:

================================================================
Index: SPECS/perl-libwww.spec
diff -u SPECS/perl-libwww.spec:1.93 SPECS/perl-libwww.spec:1.94
--- SPECS/perl-libwww.spec:1.93	Wed Dec 19 22:45:01 2007
+++ SPECS/perl-libwww.spec	Mon Mar 24 10:06:07 2008
@@ -25,27 +25,27 @@
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	perl-libnet
 BuildRequires:	rpm-perlprov >= 4.1-13
+Obsoletes:	perl-libwww-perl
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Obsoletes:	perl-libwww-perl
 
 # modules not always required
 %define	_noautoreq 'perl(HTML::Parse)' 'perl(HTML::FormatPS)' 'perl(HTML::FormatText)' 'perl(HTTP::GHTTP)' 'perl(IO::Socket::SSL)' 'perl(Mail::Internet)' 'perl(Authen::NTLM)'
 
 %description
 The libwww-perl collection is a set of Perl modules which provides a
-simple and consistent application programming interface to the World-Wide
-Web. The main focus of the library is to provide classes and functions
-that allow you to write WWW clients. The library also contain modules
-that are of more general use and even classes that help you implement
-simple HTTP servers.
+simple and consistent application programming interface to the
+World-Wide Web. The main focus of the library is to provide classes
+and functions that allow you to write WWW clients. The library also
+contain modules that are of more general use and even classes that
+help you implement simple HTTP servers.
 
 %description -l pl.UTF-8
 libwww-perl jest zbiorem modułów Perla, dostarczających prostego API
-do WWW (World-Wide Web). Głównym zadaniem biblioteki jest udostępnianie
-klas i funkcji, pozwalających na pisanie klientów WWW. Biblioteka zawiera
-także moduły bardziej ogólnego przeznaczenia, a nawet klasy, pozwalające
-na implementację prostego serwera HTTP.
+do WWW (World-Wide Web). Głównym zadaniem biblioteki jest
+udostępnianie klas i funkcji, pozwalających na pisanie klientów WWW.
+Biblioteka zawiera także moduły bardziej ogólnego przeznaczenia, a
+nawet klasy, pozwalające na implementację prostego serwera HTTP.
 
 %prep
 %setup -q -n libwww-perl-%{version}
@@ -92,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.94  2008-03-24 09:06:07  glen
+- adapter
+
 Revision 1.93  2007-12-19 21:45:01  zbyniu
 - up to 5.808
 
@@ -213,12 +216,12 @@
 - removed Bundle::LWP(3) manual, release 5
 
 Revision 1.54  2002/07/24 12:34:04  ankry
-- restored accidentally removed contents of %%{perl_sitelib}/WWW
+- restored accidentally removed contents of %{perl_sitelib}/WWW
 - release 4
 
 Revision 1.53  2002/07/24 00:26:34  ankry
-- removed .pod and %%{perl_sitelib}/Bundle/* files
-- %%{perl_sitelib}/WWW dir moved to perl
+- removed .pod and %{perl_sitelib}/Bundle/* files
+- %{perl_sitelib}/WWW dir moved to perl
 - release 3
 
 Revision 1.52  2002/07/16 11:41:28  ankry
@@ -226,7 +229,7 @@
 - release 2
 
 Revision 1.51  2002/07/11 13:00:58  qboosh
-- new %%doc, cosmetics
+- new %doc, cosmetics
 
 Revision 1.50  2002/07/11 08:00:42  depesz
 - new version; should work; STBR
@@ -242,16 +245,16 @@
   Group field using gettext).
 
 Revision 1.46  2002/02/19 11:20:07  depesz
-typo
+- typo
 
 Revision 1.45  2002/02/19 11:12:26  depesz
 - new version, STBR
 
 Revision 1.44  2002/02/10 15:27:49  depesz
-adapterized
+- adapterized
 
 Revision 1.43  2002/01/18 02:14:35  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.42  2002/01/02 12:32:10  kloczek
 - release 2: perl-libwww-perl added to Obsoletes for allow upgrade from MDK version.
@@ -278,14 +281,14 @@
 - added Digest-Md5 patch
 
 Revision 1.35  2001/04/30 16:05:28  kloczek
-- added using %%{rpmcflags} macro.
+- added using %{rpmcflags} macro.
 
 Revision 1.34  2001/04/17 12:18:58  baggins
 - release 2
 - rebuild with perl 5.6.1
 
 Revision 1.33  2001/04/14 18:00:11  baggins
-- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
+- removed explicit requirements for perl = %{version} and %{perl_sitearch}
   they will be added by rpm if needed
 
 Revision 1.32  2001/04/12 19:47:33  baggins
@@ -305,10 +308,10 @@
 
 Revision 1.27  2001/02/11 17:51:22  depesz
 - added workaround for rpm automation (some modules are NOT required for using
-	this module!!!)
+  this module!!!)
 - removed several "BuildRequires" from spec. please. don't be smarter than
-	author of the module. the module works just fine with shorter list of
-	dependencies.
+  author of the module. the module works just fine with shorter list of
+  dependencies.
 
 Revision 1.26  2001/02/01 18:55:25  kloczek
 - release 2: added perl-HTTP-GHTTP to BuildRequires.
@@ -317,7 +320,7 @@
 - updated to 5.50.
 
 Revision 1.24  2001/01/25 20:03:47  misiek
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
 
 Revision 1.23  2001/01/15 23:17:40  kloczek
 - updated to 5.49.
@@ -330,7 +333,7 @@
 - release 2.
 
 Revision 1.20  2000/06/09 07:23:46  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.19  2000/05/23 18:05:26  kloczek
 - spec adapterized.
@@ -347,14 +350,14 @@
 Revision 1.16  2000/02/17 20:16:46  pius
 - updated to 5.47
 - updated BuildRequires rules
-- added missing dir in %%files
+- added missing dir in %files
 
 Revision 1.15  1999/11/05 17:08:09  pius
 - removed unneeded patch
 - fixed BuildRequires rules
 
 Revision 1.14  1999/10/30 15:29:45  pius
-- added '%%include /usr/lib/rpm/macros.perl'
+- added '%include /usr/lib/rpm/macros.perl'
 - more BuildRequires rules
 - other small fixes
 - release++
@@ -390,7 +393,4 @@
 - comented Requires: perl-Data-Dumper (Data-Dumper is in perl)
 
 Revision 1.4  1999/07/12 23:06:12  kloczek
-- added using CVS keywords in %%changelog (for automating them).
-
-* Thu Jul 23 1998 Arkadiusz Miśkiewicz <misiek at misiek.eu.org>
-- initial RPM release
+- added using CVS keywords in %changelog (for automating them).
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-libwww.spec?r1=1.93&r2=1.94&f=u



More information about the pld-cvs-commit mailing list