rpms/perl-Date-Calc/devel perl-Date-Calc.spec,1.17,1.18

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Aug 27 17:30:38 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Date-Calc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11465

Modified Files:
	perl-Date-Calc.spec 
Log Message:
update license tag, tweak specfile.


Index: perl-Date-Calc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Date-Calc/devel/perl-Date-Calc.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- perl-Date-Calc.spec	12 Jul 2006 07:44:19 -0000	1.17
+++ perl-Date-Calc.spec	27 Aug 2007 17:30:05 -0000	1.18
@@ -1,10 +1,10 @@
 Name:           perl-Date-Calc
 Version:        5.4
-Release: 	1.2.2.1
+Release: 	2
 Summary:        A module for extended and efficient date calculations in Perl
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Date-Calc/
 Source0:  http://www.cpan.org/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,8 +25,8 @@
 %{__perl} -pi -e 's|^#!perl\b|#!%{__perl}|' examples/*.{pl,cgi} tools/*.pl
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,7 +40,7 @@
 iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
 mv -f "${file}_" "$file"
 
-%check || :
+%check
 make test
 
 %clean
@@ -57,7 +57,11 @@
 %{_mandir}/man3/*.3*
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Mon Aug 27 2007 Robin Norwood <rnorwood at redhat.com> - 5.4-2
+- Update License tag
+- Clean up minor specfile issues
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 5.4-1.2.2.1
 - rebuild
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 5.4-1.2.2




More information about the fedora-extras-commits mailing list