rpms/perl-RRD-Simple/FC-5 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 25 15:19:30 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-RRD-Simple/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/FC-5

Modified Files:
	perl-RRD-Simple.spec sources 
Log Message:
update to 1.40



Index: perl-RRD-Simple.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-5/perl-RRD-Simple.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-RRD-Simple.spec	28 Jun 2006 06:14:19 -0000	1.2
+++ perl-RRD-Simple.spec	25 Aug 2006 15:19:30 -0000	1.3
@@ -1,7 +1,5 @@
-# $Id$
-
 Name:     perl-RRD-Simple
-Version:  1.39
+Version:  1.40
 Release:  1%{?dist}
 Summary:  Simple interface to create and store data in RRD files
 
@@ -32,17 +30,18 @@
 
 
 %build
-echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -55,12 +54,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes INSTALL LICENSE NOTICE README examples
+%doc Changes INSTALL LICENSE NOTICE README examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Fri Aug 25 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.40-1
+- update to 1.40
+- minor spec cleanups
+
 * Tue Jun 27 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.39-1
 - bump release for extras build
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jun 2006 06:07:35 -0000	1.2
+++ sources	25 Aug 2006 15:19:30 -0000	1.3
@@ -1 +1 @@
-5a9a90877b4a99da15eac0eb52729773  RRD-Simple-1.39.tar.gz
+3995bfff426755539667c549e4ae280a  RRD-Simple-1.40.tar.gz




More information about the fedora-extras-commits mailing list