rpms/perl-HTTP-Server-Simple/EL-4 perl-HTTP-Server-Simple.spec, 1.3, 1.4 sources, 1.3, 1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Dec 20 15:33:49 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11032/EL-4

Modified Files:
	perl-HTTP-Server-Simple.spec sources 
Log Message:

EPEL sync



Index: perl-HTTP-Server-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/EL-4/perl-HTTP-Server-Simple.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-HTTP-Server-Simple.spec	11 Oct 2005 18:11:35 -0000	1.3
+++ perl-HTTP-Server-Simple.spec	20 Dec 2007 15:33:09 -0000	1.4
@@ -1,18 +1,18 @@
 Name:           perl-HTTP-Server-Simple
-Version:        0.15
+Version:        0.27
 Release:        1%{?dist}
 Summary:        Very simple standalone HTTP daemon
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/HTTP-Server-Simple/
 Source0:        http://www.cpan.org/authors/id/J/JE/JESSE/HTTP-Server-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core
@@ -22,7 +22,7 @@
 
 %prep
 %setup -q -n HTTP-Server-Simple-%{version}
-chmod a-x lib/HTTP/Server/*.pm
+chmod -c a-x lib/HTTP/Server/*.pm
 %{__perl} -pi -e 's|^#!perl\b|#!%{__perl}|' ex/sample_server
 
 
@@ -35,7 +35,7 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -51,10 +51,37 @@
 %defattr(-,root,root,-)
 %doc Changes README ex/
 %{perl_vendorlib}/HTTP/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sat Jan 20 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.27-1
+- Update to 0.27.
+
+* Fri Dec  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.26-1
+- Update to 0.26.
+
+* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
+- Update to 0.24.
+
+* Mon Oct 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-1
+- Update to 0.23.
+
+* Tue Jun 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
+- Update to 0.20.
+
+* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
+- Rebuild for FC5 (perl 5.8.8).
+
+* Thu Feb  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
+- Update to 0.18.
+
+* Mon Jan 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-1
+- Update to 0.17.
+
+* Tue Nov  8 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.16-1
+- Update to 0.16.
+
 * Tue Oct 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15-1
 - Update to 0.15.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Oct 2005 18:11:35 -0000	1.3
+++ sources	20 Dec 2007 15:33:09 -0000	1.4
@@ -1 +1 @@
-b98bf162561f31e01f7aa66fa1646165  HTTP-Server-Simple-0.15.tar.gz
+0c197222646d7f6b34800b9e69aae0b0  HTTP-Server-Simple-0.27.tar.gz




More information about the fedora-extras-commits mailing list