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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Aug 14 18:50:53 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-UNIVERSAL-exports/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24236/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-UNIVERSAL-exports.spec 
Log Message:
auto-import perl-UNIVERSAL-exports-0.03-3 on branch devel from perl-UNIVERSAL-exports-0.03-3.src.rpm


--- NEW FILE perl-UNIVERSAL-exports.spec ---
Name:           perl-UNIVERSAL-exports
Version:        0.03
Release:        3%{?dist}
Summary:        Lightweight, universal exporting of variables
Group:          Development/Libraries
# This is likely GPL or Artistic, like perl, but it cannot be confirmed.
License:        Distributable
URL:            http://search.cpan.org/dist/UNIVERSAL-exports/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-exports-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(Exporter::Lite)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.

%prep
%setup -q -n UNIVERSAL-exports-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%install
rm -rf $RPM_BUILD_ROOT
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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/man3/*.3*


%changelog
* Sun Aug 14 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-3
- change license to Distributable, since upstream never replied to 
  license confirmation

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-2
- cleanups

* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-exports/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Aug 2005 18:50:23 -0000	1.1
+++ .cvsignore	14 Aug 2005 18:50:51 -0000	1.2
@@ -0,0 +1 @@
+UNIVERSAL-exports-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-exports/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Aug 2005 18:50:23 -0000	1.1
+++ sources	14 Aug 2005 18:50:51 -0000	1.2
@@ -0,0 +1 @@
+7672d8e740d99c3af612205e6fde8644  UNIVERSAL-exports-0.03.tar.gz




More information about the scm-commits mailing list