rpms/perl-AppConfig/EL-4 perl-AppConfig.spec, 1.5, 1.6 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 21 20:20:26 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-AppConfig/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5758/EL-4

Modified Files:
	perl-AppConfig.spec sources 
Log Message:

sync



Index: perl-AppConfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AppConfig/EL-4/perl-AppConfig.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-AppConfig.spec	10 Dec 2004 22:03:07 -0000	1.5
+++ perl-AppConfig.spec	21 Jan 2008 20:19:36 -0000	1.6
@@ -1,21 +1,18 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-AppConfig
-Version:        1.56
-Release:        1
-Epoch:          0
+Version:        1.66
+Release:        1%{?dist}
 Summary:        Perl module for reading configuration files
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/AppConfig/
-Source0:        http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-1.56.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-BuildRequires:  perl(Test::More)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(File::HomeDir) >= 0.61
+BuildRequires:  perl(Test::Pod)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 AppConfig has a powerful but easy to use module for parsing
@@ -30,6 +27,14 @@
 %prep
 %setup -q -n AppConfig-%{version}
 
+# Provides: exclude perl(AppConfig::State)
+cat <<__EOF__ > %{name}-perl.prov
+#!/bin/sh
+/usr/lib/rpm/perl.prov \$* | grep -v '^perl(AppConfig::State)$'
+__EOF__
+%define __perl_provides %{_builddir}/AppConfig-%{version}/%{name}-perl.prov
+chmod +x %{__perl_provides}
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -40,12 +45,12 @@
 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/*
 
 
-%check || :
-make test
+%check
+AUTOMATED_TESTING=1 make test
 
 
 %clean
@@ -54,12 +59,37 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README TODO
+%doc Changes LICENSE README TODO
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Nov 28 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.66-1
+- bump to 1.66
+
+* Thu May 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.65-1
+- Update to 1.65.
+
+* Thu Jan  4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.64-1
+- Update to 1.64.
+
+* Sun Oct  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.63-2
+- Excluded the unversioned perl(AppConfig::State) provide.
+
+* Thu Aug  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.63-1
+- Update to 1.63.
+- New upstream maintainer.
+
+* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.56-4
+- Rebuild for FC5 (perl 5.8.8).
+
+* Wed Dec 28 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.56-3
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.56-2
+- rebuilt
+
 * Sun May 23 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.56-0.fdr.1
 - Update to 1.56.
 - License corrected.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AppConfig/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:57:32 -0000	1.2
+++ sources	21 Jan 2008 20:19:36 -0000	1.3
@@ -1 +1 @@
-16a69f81aaf2b86ee30b25541f58cac0  AppConfig-1.56.tar.gz
+21aa4d1bf70a49a94c2dc9293389b3a0  AppConfig-1.66.tar.gz




More information about the fedora-extras-commits mailing list