rpms/perl-CGI-Ajax/F-8 perl-CGI-Ajax.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Jan 8 17:53:20 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-CGI-Ajax/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13873

Modified Files:
	perl-CGI-Ajax.spec 
Log Message:
* Tue Jan 08 2008 Ralf Corsépius <rc040203 at freenet.de> 0.701-3
- Update License-tag.
- BR: perl(Test::More) (BZ 419631).



Index: perl-CGI-Ajax.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Ajax/F-8/perl-CGI-Ajax.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-CGI-Ajax.spec	16 Apr 2007 16:02:44 -0000	1.2
+++ perl-CGI-Ajax.spec	8 Jan 2008 17:52:40 -0000	1.3
@@ -1,8 +1,8 @@
 Name:           perl-CGI-Ajax
 Version:        0.701
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl-specific system for writing Asynchronous web applications
-License:        GPL or Artistic 
+License:        GPL+ or Artistic 
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CGI-Ajax/
 Source0:        http://www.cpan.org/authors/id/B/BC/BCT/CGI-Ajax-%{version}.tar.gz
@@ -10,6 +10,7 @@
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(CGI), perl(Class::Accessor)
+BuildRequires:  perl(Test::More)
 
 # neither are picked up automagically.
 Requires:       perl(CGI), perl(Class::Accessor)
@@ -26,7 +27,7 @@
 %prep
 %setup -q -n CGI-Ajax-%{version}
 
-find scripts/ -type f -exec chmod -c -x {} \;
+find scripts/ -type f -exec chmod -c -x {} + 
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -37,7 +38,7 @@
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
@@ -55,6 +56,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 08 2008 Ralf Corsépius <rc040203 at freenet.de> 0.701-3
+- Update License-tag.
+- BR: perl(Test::More) (BZ 419631).
+
 * Mon Apr 16 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.701-2
 - bump
 




More information about the fedora-extras-commits mailing list