diff --git a/CSS-Squish-0.08.tar.bz2 b/CSS-Squish-0.08.tar.bz2 deleted file mode 100644 index 1f39ea6..0000000 --- a/CSS-Squish-0.08.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41ff61e7dfb6df6211cf4eed3d486b148ed3c6f3180e502f2a9ad5684d4d65b7 -size 7923 diff --git a/CSS-Squish-0.10.tar.gz b/CSS-Squish-0.10.tar.gz new file mode 100644 index 0000000..6aa9366 --- /dev/null +++ b/CSS-Squish-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fc0d69acd1fa33d9a4c3b09cce0fbd737d747b1fcc4e9d87ebd91050cbcb4e +size 8646 diff --git a/perl-CSS-Squish.changes b/perl-CSS-Squish.changes index cf06397..a1ef956 100644 --- a/perl-CSS-Squish.changes +++ b/perl-CSS-Squish.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 17 14:14:36 UTC 2011 - coolo@suse.com + +- updated to 0.10 + ------------------------------------------------------------------- Wed Dec 1 13:31:22 UTC 2010 - coolo@novell.com diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec index f050904..484a31a 100644 --- a/perl-CSS-Squish.spec +++ b/perl-CSS-Squish.spec @@ -1,70 +1,77 @@ # # spec file for package perl-CSS-Squish # +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. -# norootforbuild +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -Name: perl-CSS-Squish -%define real_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Compact many CSS files into one big file -Url: http://search.cpan.org/perldoc?CSS:Squish -Group: Development/Libraries/Perl -License: Artistic License -Version: 0.08 -Release: 1 -Vendor: openSUSE-Education -Source: %{real_name}-%{version}.tar.bz2 -BuildRequires: perl-macros -BuildRequires: perl-Test-LongString -BuildRequires: perl-URI -BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl(Test::Pod) -BuildRoot: %{_tmppath}/%{name}-%{version}-build + + +Name: perl-CSS-Squish +Version: 0.10 +Release: 1 +License: GPL+ or Artistic +%define cpan_name CSS-Squish +Summary: Compact many CSS files into one big file +Url: http://search.cpan.org/dist/CSS-Squish/ +Group: Development/Libraries/Perl +Source: http://www.cpan.org/authors/id/T/TS/TSIBLEY/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Test::LongString) +BuildRequires: perl(URI) +BuildRequires: perl(URI::file) +Requires: perl(URI) +Requires: perl(URI::file) %{perl_requires} %description This module takes a list of CSS files and concatenates them, making sure to honor any valid @import statements included in the files. -The benefit of this is that you get to keep your CSS as individual files, but -can serve it to users in one big file, saving the overhead of possibly dozens -of HTTP requests. +The benefit of this is that you get to keep your CSS as individual files, +but can serve it to users in one big file, saving the overhead of possibly +dozens of HTTP requests. -Following the CSS 2.1 spec, @import statements must be the first rules in a CSS -file. Media-specific @import statements will be honored by enclosing the -included file in an @media rule. This has the side effect of actually improving -compatibility in Internet Explorer, which ignores media-specific @import rules -but understands @media rules. +Following the CSS 2.1 spec, @import statements must be the first rules in a +CSS file. Media-specific @import statements will be honored by enclosing +the included file in an @media rule. This has the side effect of actually +_improving_ compatibility in Internet Explorer, which ignores +media-specific @import rules but understands @media rules. -It is possible that future versions will include methods to compact whitespace -and other parts of the CSS itself, but this functionality is not supported at -the current time. - -Authors: --------- - Thomas Sibley , - Ruslan Zakirov +It is possible that future versions will include methods to compact +whitespace and other parts of the CSS itself, but this functionality is not +supported at the current time. %prep -%setup -n %{real_name}-%{version} +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL -make %{?jobs:-j%jobs} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -rm -rf %{buildroot} +%files -f %{name}.files +%defattr(-,root,root,755) +%doc CHANGES README -%files -f %{name}.files -%defattr(-, root, root) -%doc CHANGES README MANIFEST - -%changelog +%changelog