commit 7c8ba051cdd70db9cb2b28170b6ce7dcedb61ac1
Author: Petr Písař <[email protected]>
Date: Thu Jan 27 15:52:54 2011 +0100
0.07 bump
.gitignore | 1 +
perl-Class-Unload.spec | 21 +++++++++------------
sources | 2 +-
3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd9c74a..c119c77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
Class-Unload-0.06.tar.gz
+/Class-Unload-0.07.tar.gz
diff --git a/perl-Class-Unload.spec b/perl-Class-Unload.spec
index 85ee82b..3e8df71 100644
--- a/perl-Class-Unload.spec
+++ b/perl-Class-Unload.spec
@@ -1,12 +1,11 @@
Name: perl-Class-Unload
-Version: 0.06
-Release: 2%{?dist}
+Version: 0.07
+Release: 1%{?dist}
Summary: Unload given Class
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-Unload/
Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 0:5.005
BuildRequires: perl(Class::Inspector)
@@ -22,32 +21,30 @@ from INC.
%setup -q -n Class-Unload-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=perl
make %{?_smp_mflags}
%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 -depth -type d -exec rmdir {} 2>/dev/null \;
-
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
%doc Changes README
-%{perl_vendorlib}/*
+%{perl_privlib}/*
%{_mandir}/man3/*
%changelog
+* Thu Jan 27 2011 Petr Pisar <[email protected]> - 0.07-1
+- 0.07 bump
+- Install into perl core directory
+- Remove BuildRoot stuff
+
* Wed Dec 15 2010 Marcela Maslanova <[email protected]> - 0.06-2
- 661697 rebuild for fixing problems with vendorach/lib
diff --git a/sources b/sources
index 1bf70c3..2e0b99a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72a3f18e578ae2e776383ed5cc4a76a3 Class-Unload-0.06.tar.gz
+c6a7fd628bf7a48c3374747257eb90ad Class-Unload-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel