rpms/perl-Want/devel perl-Want.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Fri Jul 1 14:31:33 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Want/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17429/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Want.spec 
Log Message:
auto-import perl-Want-0.08-2 on branch devel from perl-Want-0.08-2.src.rpm


--- NEW FILE perl-Want.spec ---
Name: perl-Want
Version: 0.08
Release: 2%{?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))

%description
This module generalises the mechanism of the wantarray
function, allowing a function to determine in some detail
how its return value is going to be immediately used.

%prep
%setup -q -n Want-%{version}

%build
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 {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'

%clean
rm -rf $RPM_BUILD_ROOT

%check || :
make test

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/Want*
%{perl_vendorarch}/auto/Want*
%{_mandir}/man3/*

%changelog
* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 0.08-2
- Pass OPTIMIZE during generation of Makefile.
- Use perl instead of %%__perl.

* Fri Jul 01 2005 Ralf Corsepius <ralf at links2linux.de> - 0.08-1
- FE submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Want/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jul 2005 14:30:37 -0000	1.1
+++ .cvsignore	1 Jul 2005 14:31:31 -0000	1.2
@@ -0,0 +1 @@
+Want-0.08.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Want/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jul 2005 14:30:37 -0000	1.1
+++ sources	1 Jul 2005 14:31:31 -0000	1.2
@@ -0,0 +1 @@
+72f9a5b7d9300859c23a61a31c21f91b  Want-0.08.tar.gz




More information about the scm-commits mailing list