rpms/perl-File-Comments/devel perl-File-Comments.spec,1.3,1.4

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 18 09:31:05 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-File-Comments/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19010

Modified Files:
	perl-File-Comments.spec 
Log Message:
Add runtime dependencies not determined automatically by RPM


Index: perl-File-Comments.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Comments/devel/perl-File-Comments.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-File-Comments.spec	26 Jul 2009 05:58:19 -0000	1.3
+++ perl-File-Comments.spec	18 Sep 2009 09:31:01 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:	Recognizes file formats and extracts format-specific comments
 Name:		perl-File-Comments
 Version:	0.07
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/File-Comments/
@@ -20,6 +20,11 @@ BuildRequires:	perl(PPI) >= 1.115
 BuildRequires:	perl(Sysadm::Install) >= 0.11
 # For test suite
 BuildRequires:	perl(Test::More)
+# Runtime requirements not automatically picked up
+Requires:	perl(HTML::TreeBuilder)
+Requires:	perl(Module::Pluggable) >= 2.4
+Requires:	perl(Pod::Parser) >= 1.14
+Requires:	perl(PPI) >= 1.115
 
 %description
 File::Comments guesses the type of a given file, determines the format
@@ -37,7 +42,7 @@ JavaScript, Python and PHP.
 # introduce any unwanted dependencies (nor any dependencies that
 # are not satisfied by packages that are already required)
 
-# Remove dubious provide
+# Remove provide for local package not in regular search path
 %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(PodExtractor)'"
 %define __perl_provides %{provfilt}
 
@@ -52,7 +57,7 @@ JavaScript, Python and PHP.
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
@@ -75,10 +80,13 @@ JavaScript, Python and PHP.
 %{_mandir}/man3/File::Comments::Plugin::Shell.3pm*
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-3
+* Fri Sep 18 2009 Paul Howarth <paul at city-fan.org> 0.07-4
+- Add runtime dependencies not determined automatically by RPM
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 0.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-2
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Oct  9 2008 Paul Howarth <paul at city-fan.org> 0.07-1




More information about the Fedora-perl-devel-list mailing list