rpms/perl-Kwiki-Attachments/devel perl-Kwiki-Attachments.spec, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Apr 17 23:42:34 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Kwiki-Attachments/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8589

Modified Files:
	perl-Kwiki-Attachments.spec 
Log Message:
Use fixperms macro instead of our own chmod incantation.
BR ExtUtils::MakeMaker.



Index: perl-Kwiki-Attachments.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Kwiki-Attachments/devel/perl-Kwiki-Attachments.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Kwiki-Attachments.spec	5 Sep 2006 15:25:10 -0000	1.2
+++ perl-Kwiki-Attachments.spec	17 Apr 2007 23:42:01 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Kwiki-Attachments
 Version:        0.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Kwiki Page Attachments Plugin
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,7 @@
 Source0:        http://www.cpan.org/authors/id/S/SU/SUE/Kwiki-Attachments-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Kwiki) >= 0.37
 Requires:       perl(Kwiki) >= 0.37
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -33,7 +34,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -48,6 +49,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 0.18-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Tue Sep 05 2006 Steven Pritchard <steve at kspei.com> 0.18-2
 - Minor spec cleanup.
 




More information about the scm-commits mailing list