diff --git a/perl-CSS.changes b/perl-CSS.changes index 4392865..914cf89 100644 --- a/perl-CSS.changes +++ b/perl-CSS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 1 09:05:24 UTC 2011 - chris@computersalat.de + +- fix License +- remove author from spec + ------------------------------------------------------------------- Mon Feb 28 11:53:32 UTC 2011 - jw@novell.com diff --git a/perl-CSS.spec b/perl-CSS.spec index ee071e8..a59e402 100644 --- a/perl-CSS.spec +++ b/perl-CSS.spec @@ -19,8 +19,8 @@ Name: perl-CSS %define cpan_name CSS Summary: Object oriented access to Cascading Style Sheets (CSS) Version: 1.08 -Release: 1 -License: CHECK(GPL+ or Artistic) +Release: 2 +License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/CSS/ Source: http://www.cpan.org/authors/id/I/IA/IAMCAL/%{cpan_name}-%{version}.tar.bz2 @@ -30,18 +30,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Parse::RecDescent) >= 1 -%{perl_requires} Requires: perl(Parse::RecDescent) >= 1 +%{perl_requires} %description This module can be used, along with a CSS::Parse::* module, to parse CSS data and represent it as a tree of objects. Using a CSS::Adaptor::* module, the CSS data tree can then be transformed into other formats. -Authors: --------- -sorry, no author found - %prep %setup -q -n %{cpan_name}-%{version}