Christian Wittmer
2011-03-01 09:06:30 +00:00
committed by Git OBS Bridge
parent ca259cfb41
commit 0f926ab927
2 changed files with 9 additions and 7 deletions

View File

@@ -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

View File

@@ -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}