[perl-Proc-Wait3/f14/master] - Upstream update (License clarified).

corsepiu corsepiu at fedoraproject.org
Fri Feb 18 10:24:27 UTC 2011


commit 723f89f116db4fe9137bf6472254f2102a884d2a
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Feb 18 11:24:21 2011 +0100

    - Upstream update (License clarified).

 .gitignore           |    1 +
 perl-Proc-Wait3.spec |   14 ++++++++------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28f3d4b..582cd54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Proc-Wait3-0.03.tar.gz
+/Proc-Wait3-0.04.tar.gz
diff --git a/perl-Proc-Wait3.spec b/perl-Proc-Wait3.spec
index d7cf86a..3e7c2b3 100644
--- a/perl-Proc-Wait3.spec
+++ b/perl-Proc-Wait3.spec
@@ -1,10 +1,7 @@
 Name:           perl-Proc-Wait3
-Version:        0.03
-Release:        2%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Perl extension for wait3 system call
-# Package doesn't contain any license info, but module is a registered Rcdfp module
-# c.f. http://search.cpan.org/dlsip?Rcdfp
-# c.f. http://search.cpan.org/~ctilmes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Proc-Wait3/
@@ -21,6 +18,8 @@ similar to the perl "wait" function.
 
 %prep
 %setup -q -n Proc-Wait3-%{version}
+iconv -f ISO-8859-1 -t utf-8 < Changes > Changes~
+mv Changes~ Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -45,12 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README LICENSE
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Proc*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 18 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.04-1
+- Upstream update (License clarified).
+
 * Sun Jan 09 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.03-2
 - Add perl_default_filter.
 
diff --git a/sources b/sources
index 0b6a990..34b7df5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af5b362f3d1db4af8c34495b63f33c90  Proc-Wait3-0.03.tar.gz
+d87ce5f3557eb86bfa5bafb9f2e028e3  Proc-Wait3-0.04.tar.gz



More information about the perl-devel mailing list