rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.2, 1.3 perl-IO-Socket-SSL.spec, 1.3, 1.4 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Jul 19 16:10:04 UTC 2005


Author: scop

Update of /cvs/extras/rpms/perl-IO-Socket-SSL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10981/devel

Modified Files:
	.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
* Mon Jul 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.97-1
- 0.97.
- Convert docs to UTF-8, drop some unuseful ones.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jan 2005 11:59:30 -0000	1.2
+++ .cvsignore	19 Jul 2005 16:10:02 -0000	1.3
@@ -1 +1 @@
-IO-Socket-SSL-0.96.tar.gz
+IO-Socket-SSL-0.97.tar.gz


Index: perl-IO-Socket-SSL.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-IO-Socket-SSL.spec	6 Apr 2005 22:12:45 -0000	1.3
+++ perl-IO-Socket-SSL.spec	19 Jul 2005 16:10:02 -0000	1.4
@@ -1,19 +1,16 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-IO-Socket-SSL
-Version:        0.96
-Release:        4
-
+Version:        0.97
+Release:        1%{?dist}
 Summary:        Perl library for transparent SSL
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/IO-Socket-SSL/
-Source0: http://www.cpan.org/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-0.96.tar.gz
+Source0:        http://www.cpan.org/authors/id/B/BE/BEHROOZI/IO-Socket-SSL-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl(Net::SSLeay)
+BuildRequires:  perl(Net::SSLeay)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -28,6 +25,9 @@
 
 %prep
 %setup -q -n IO-Socket-SSL-%{version}
+for f in README SSL.pm ; do
+  iconv -f iso-8859-1 -t utf-8 -o $f{.utf8,} ; mv $f{.utf8,}
+done
 # Avoid running the session tests (spawns servers, requires 3 free ports
 # and possibly manual configuration).
 mv t/sessions.t t/sessions.t.not
@@ -46,7 +46,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -56,13 +56,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc BUGS Changes README certs docs example patches util
-%{perl_vendorlib}/IO
+%doc BUGS Changes README docs/ certs/ example/ util/
+%{perl_vendorlib}/IO/
 %{_mandir}/man3/*.3*
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Mon Jul 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.97-1
+- 0.97.
+- Convert docs to UTF-8, drop some unuseful ones.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
 - rebuilt
 
 * Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jan 2005 11:59:30 -0000	1.2
+++ sources	19 Jul 2005 16:10:02 -0000	1.3
@@ -1 +1 @@
-85f84c0810851eb4f540b118c9902b03  IO-Socket-SSL-0.96.tar.gz
+34562e9475de132faa0f14ca2be053a5  IO-Socket-SSL-0.97.tar.gz




More information about the scm-commits mailing list