rpms/perl-FCGI/F-13 perl-FCGI.spec,1.1,1.2

Chris Weyl cweyl at fedoraproject.org
Sun May 16 04:24:37 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-FCGI/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1552

Modified Files:
	perl-FCGI.spec 
Log Message:
* Sat May 15 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:0.71-3
- and fix our tests subpackage included files



Index: perl-FCGI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-FCGI/F-13/perl-FCGI.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-FCGI.spec	16 May 2010 01:04:25 -0000	1.1
+++ perl-FCGI.spec	16 May 2010 04:24:36 -0000	1.2
@@ -3,7 +3,7 @@ Summary:        FastCGI Perl bindings
 # needed to properly replace/obsolete fcgi-perl
 Epoch:          1
 Version:        0.71
-Release:        2%{?dist}
+Release:        3%{?dist}
 # same as fcgi
 License:        OML
 Group:          Development/Libraries
@@ -18,7 +18,7 @@ Provides:       fcgi-perl =  %{epoch}:%{
 Obsoletes:      fcgi-perl =< 2.4.0
 
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
+%{?perl_subpackage_tests: %perl_subpackage_tests test.pl .proverc test.t }
 
 %description
 %{summary}.
@@ -27,6 +27,10 @@ Obsoletes:      fcgi-perl =< 2.4.0
 %setup -q -n FCGI-%{version}
 find . -type f -exec chmod -c -x {} +
 
+echo "test.pl" > .proverc
+# limitation in the macros, currently -- must have at least one .t :\
+cp test.pl test.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -56,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat May 15 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:0.71-3
+- and fix our tests subpackage included files
+
 * Sat May 15 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:0.71-2
 - fix license: BSD => OML
 



More information about the scm-commits mailing list