rpms/perl-Convert-UUlib/FC-3 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 perl-Convert-UUlib.spec, 1.5, 1.6

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Jun 2 21:47:19 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Convert-UUlib/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8963

Modified Files:
	sources .cvsignore perl-Convert-UUlib.spec 
Log Message:
resync with devel



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-UUlib/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:58:59 -0000	1.2
+++ sources	2 Jun 2005 21:47:17 -0000	1.3
@@ -1 +1 @@
-ca355219921e93a90be4e09beee1b8ad  Convert-UUlib-1.03.tar.gz
+45a456bb8eb625b097f8a3dc15cc6a97  Convert-UUlib-1.051.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-UUlib/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:58:59 -0000	1.2
+++ .cvsignore	2 Jun 2005 21:47:17 -0000	1.3
@@ -1 +1 @@
-Convert-UUlib-1.03.tar.gz
+Convert-UUlib-1.051.tar.gz


Index: perl-Convert-UUlib.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-UUlib/FC-3/perl-Convert-UUlib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Convert-UUlib.spec	10 Dec 2004 22:03:08 -0000	1.5
+++ perl-Convert-UUlib.spec	2 Jun 2005 21:47:17 -0000	1.6
@@ -1,11 +1,10 @@
 %define rname Convert-UUlib
-%define perl_vendorarch %(eval "$(perl -V:installvendorarch)"; echo $installvendorarch)
 
-Name:    perl-%{rname}
-Version: 1.03
-Release: 1
-Epoch:   0
-Summary: A perl interface to the uulib library
+Name:      perl-%{rname}
+Version:   1.051
+Release:   2%{?dist}
+
+Summary:   Perl interface to the uulib library
 
 Group:     Development/Libraries
 License:   GPL
@@ -13,8 +12,8 @@
 Source:    http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{rname}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: perl >= 0:5.8.0
-Requires:      perl >= 0:5.8.0
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 
 %description
 A perl interface to the uulib library (a.k.a. uudeview/uuenview)
@@ -27,7 +26,6 @@
         PREFIX="%{buildroot}%{_prefix}" \
         INSTALLDIRS="vendor"
 make %{?_smp_mflags} OPTIMIZE="%{optflags}"
-make test
 
 %install
 rm -fr %{buildroot}
@@ -44,12 +42,12 @@
 %check || :
 make test
 
-%clean 
+%clean
 rm -fr %{buildroot}
 
 %files
 %defattr(0644, root, root, 0755)
-%doc Changes COPYING* MANIFEST README doc/*
+%doc Changes COPYING* README doc/*
 %doc %{_mandir}/man?/Convert::UUlib*
 %dir %{perl_vendorarch}/Convert
 %dir %{perl_vendorarch}/auto/Convert
@@ -59,6 +57,18 @@
 
 
 %changelog
+* Thu Jun  2 2005 Paul Howarth <paul at city-fan.org> 1.051-2%{?dist}
+- add dist tags for ease of syncing with FC-3 & FC-4
+- remove redundant perl buildreq
+- remove redundant "make test" from %%build (it's in %%check)
+- remove MANIFEST from %%doc
+
+* Sat May 21 2005 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 1.051-1
+- update to 1.051
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Mon Apr 19 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 0:1.03-0.fdr.1
 - Updated to 1.03
 




More information about the fedora-extras-commits mailing list