rpms/perl-Want/FC-4 .cvsignore, 1.3, 1.4 perl-Want.spec, 1.3, 1.4 sources, 1.3, 1.4

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Apr 4 04:00:23 UTC 2006


Author: corsepiu

Update of /cvs/extras/rpms/perl-Want/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19623

Modified Files:
	.cvsignore perl-Want.spec sources 
Log Message:
* Tue Apr 04 2006 Ralf Corsépius <rc040203 at freenet.de> - 0.10-1
- Upstream update.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Want/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 Jul 2005 05:32:16 -0000	1.3
+++ .cvsignore	4 Apr 2006 04:00:22 -0000	1.4
@@ -1 +1 @@
-Want-0.09.tar.gz
+Want-0.10.tar.gz


Index: perl-Want.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Want/FC-4/perl-Want.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Want.spec	2 Jul 2005 05:32:16 -0000	1.3
+++ perl-Want.spec	4 Apr 2006 04:00:22 -0000	1.4
@@ -1,14 +1,14 @@
-Name: perl-Want
-Version: 0.09
-Release: 1%{?dist}
-Summary: Perl module implementing a generalisation of wantarray
-License: GPL or Artistic
-Group: Development/Libraries
-URL: http://search.cpan.org/dist/Want/
-Source0: http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name: 		perl-Want
+Version: 	0.10
+Release: 	1%{?dist}
+Summary: 	Perl module implementing a generalisation of wantarray
+License: 	GPL or Artistic
+Group: 		Development/Libraries
+URL: 		http://search.cpan.org/dist/Want/
+Source0: 	http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-%{version}.tar.gz
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module generalises the mechanism of the wantarray
@@ -19,19 +19,17 @@
 %setup -q -n Want-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="${RPM_OPT_FLAGS}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="${RPM_OPT_FLAGS}"
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-    PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-    INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
-
-find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
-  -o -name perllocal.pod \
-  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
+make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,15 +45,14 @@
 %{_mandir}/man3/*
 
 %changelog
-* Sat Jul 02 2005 Ralf Corsepius <ralf at links2linux.de> - 0.09-1
-- Upstream update to 0.09.
+* Tue Apr 04 2006 Ralf Corsépius <rc040203 at freenet.de> - 0.10-1
+- Upstream update.
 
-* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 0.08-3
-- Remove ||: in %%check.
+* Mon Feb 20 2006 Ralf Corsépius <rc040203 at freenet.de> - 0.09-3
+- Rebuild.
 
-* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 0.08-2
-- Pass OPTIMIZE during generation of Makefile.
-- Use perl instead of %%__perl.
+* Sat Aug 13 2005 Ralf Corsepius <ralf at links2linux.de> - 0.09-2
+- Streamline with FE spec-template.
 
-* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 0.08-1
-- FE submission.
+* Sat Jul 02 2005 Ralf Corsepius <ralf at links2linux.de> - 0.09-1
+- Upstream update to 0.09.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Want/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Jul 2005 05:32:16 -0000	1.3
+++ sources	4 Apr 2006 04:00:22 -0000	1.4
@@ -1 +1 @@
-90ab551867c986b748128609f95b3666  Want-0.09.tar.gz
+bc2836bd8fe4bcb6044334d54a08c686  Want-0.10.tar.gz




More information about the scm-commits mailing list