rpms/perl-XML-NamespaceSupport/devel perl-XML-NamespaceSupport.spec, 1.8, 1.9

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Thu Jun 28 15:19:41 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-XML-NamespaceSupport/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27307

Modified Files:
	perl-XML-NamespaceSupport.spec 
Log Message:
Add package review patch from jpo.


Index: perl-XML-NamespaceSupport.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-NamespaceSupport/devel/perl-XML-NamespaceSupport.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-XML-NamespaceSupport.spec	12 Jul 2006 07:48:04 -0000	1.8
+++ perl-XML-NamespaceSupport.spec	28 Jun 2007 15:19:06 -0000	1.9
@@ -1,7 +1,7 @@
 Name:           perl-XML-NamespaceSupport
 Version:        1.09
-Release:	1.2.1
-Summary:        XML-NamespaceSupport Perl module
+Release:        2%{?dist}
+Summary:        A simple generic namespace support class
 
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -10,8 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 %{summary}.
@@ -19,7 +18,7 @@
 
 %prep
 %setup -q -n XML-NamespaceSupport-%{version}
-chmod 644 Changes README *.pm
+chmod -c 644 Changes README *.pm
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -29,7 +28,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/*
 
 %check
@@ -47,7 +46,11 @@
 
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Sat Feb 17 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
+- Minor specfile cleanups.
+- Dist tag.
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.09-1.2.1
 - rebuild
 
 * Fri Feb 03 2006 Jason Vas Dias <jvdias at redhat.com> - 1.09-1.2




More information about the fedora-extras-commits mailing list