rpms/perl-Kwiki-Attachments/devel perl-Kwiki-Attachments.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 5 15:25:10 UTC 2006


Author: steve

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

Modified Files:
	perl-Kwiki-Attachments.spec 
Removed Files:
	needs.rebuild 
Log Message:
Minor spec cleanup.


Index: perl-Kwiki-Attachments.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Kwiki-Attachments/devel/perl-Kwiki-Attachments.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Kwiki-Attachments.spec	11 Mar 2006 00:19:48 -0000	1.1
+++ perl-Kwiki-Attachments.spec	5 Sep 2006 15:25:10 -0000	1.2
@@ -1,7 +1,7 @@
 Name:           perl-Kwiki-Attachments
 Version:        0.18
-Release:        1%{?dist}
-Summary:        Kwiki::Attachments Perl module
+Release:        2%{?dist}
+Summary:        Kwiki Page Attachments Plugin
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Kwiki-Attachments/
@@ -31,7 +31,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -48,5 +48,8 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 05 2006 Steven Pritchard <steve at kspei.com> 0.18-2
+- Minor spec cleanup.
+
 * Tue Mar 07 2006 Steven Pritchard <steve at kspei.com> 0.18-1
 - Specfile autogenerated.


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list