[perl-CSS-Squish] Add more BR:s.

corsepiu corsepiu at fedoraproject.org
Sun Feb 2 04:17:13 UTC 2014


commit 597431491b585e62055a6b208465ed1400cf94d1
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sun Feb 2 05:16:47 2014 +0100

    Add more BR:s.

 .gitignore           |    1 -
 perl-CSS-Squish.spec |   10 +++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e53c5b0..0491c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-CSS-Squish-0.09.tar.gz
 /CSS-Squish-0.10.tar.gz
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 921d876..4e14902 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -1,15 +1,20 @@
 Name:           perl-CSS-Squish
 Version:        0.10
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Compact many CSS files into one big file
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/CSS-Squish/
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/CSS-Squish-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::file)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
 
 # For improved tests
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -45,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 02 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.10-11
+- Add more BR:s.
+
 * Sat Feb 01 2014 Xavier Bachelot <xavier at bachelot.org> - 0.10-10
 - Fix bogus date in %%changelog.
 - Modernize specfile.



More information about the perl-devel mailing list