[perl-CSS-Minifier-XS: 7/7] update to 0.07

Iain Arnell iarnell at fedoraproject.org
Sun Aug 8 07:51:01 UTC 2010


commit ba2e30e2ac7514ad2b999a816cd37cc69a05a4a7
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Aug 8 09:47:22 2010 +0200

    update to 0.07

 .gitignore                |    1 +
 perl-CSS-Minifier-XS.spec |   16 ++++++++--------
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb8a1cc..d726567 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CSS-Minifier-XS-0.04.tar.gz
+CSS-Minifier-XS-0.07.tar.gz
diff --git a/perl-CSS-Minifier-XS.spec b/perl-CSS-Minifier-XS.spec
index ca2f9f5..d956211 100644
--- a/perl-CSS-Minifier-XS.spec
+++ b/perl-CSS-Minifier-XS.spec
@@ -1,6 +1,6 @@
 Name:       perl-CSS-Minifier-XS
-Version:    0.04
-Release:    3%{?dist}
+Version:    0.07
+Release:    1%{?dist}
 # lib/CSS/Minifier/XS.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -16,11 +16,7 @@ BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
-# don't "provide" private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__deploop R}"
+%{?perl_default_filter}
 
 %description
 'CSS::Minifier::XS' is a CSS "minifier"; it's designed to remove un-
@@ -40,7 +36,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -61,6 +57,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Aug 08 2010 Iain Arnell <iarnell at gmail.com> 0.07-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.04-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 2ba86b8..7ed39f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44cbafa17d0ddd7a5e554392cc850c0d  CSS-Minifier-XS-0.04.tar.gz
+5869d1b827bdc576cd966c9826e63a39  CSS-Minifier-XS-0.07.tar.gz



More information about the perl-devel mailing list