[perl-CSS-Squish] fix bogus date in changelog; Modernize specfile

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


commit 1a0d349b7d239cd9cb8fb1121632032ebb1d7084
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Sat Feb 1 14:20:24 2014 +0100

    fix bogus date in changelog; Modernize specfile

 perl-CSS-Squish.spec |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 8b2b594..921d876 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -1,12 +1,10 @@
 Name:           perl-CSS-Squish
 Version:        0.10
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Compact many CSS files into one big file
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CSS-Squish/
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/CSS-Squish-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::LongString)
@@ -31,8 +29,6 @@ honor any valid @import statements included in the files.
 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 {} \;
@@ -43,16 +39,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Xavier Bachelot <xavier at bachelot.org> - 0.10-10
+- Fix bogus date in %%changelog.
+- Modernize specfile.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -83,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.09-2
 - Mass rebuild with perl-5.12.0
 
-* Sat Feb 28 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.09-1
+* Sun Feb 28 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.09-1
 - Upstream update.
 - Reflect Source0-URL having changed.
 


More information about the scm-commits mailing list