fix license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CSS?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
ca259cfb41
commit
0f926ab927
@@ -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
|
Mon Feb 28 11:53:32 UTC 2011 - jw@novell.com
|
||||||
|
|
||||||
|
@@ -19,8 +19,8 @@ Name: perl-CSS
|
|||||||
%define cpan_name CSS
|
%define cpan_name CSS
|
||||||
Summary: Object oriented access to Cascading Style Sheets (CSS)
|
Summary: Object oriented access to Cascading Style Sheets (CSS)
|
||||||
Version: 1.08
|
Version: 1.08
|
||||||
Release: 1
|
Release: 2
|
||||||
License: CHECK(GPL+ or Artistic)
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/CSS/
|
Url: http://search.cpan.org/dist/CSS/
|
||||||
Source: http://www.cpan.org/authors/id/I/IA/IAMCAL/%{cpan_name}-%{version}.tar.bz2
|
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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Parse::RecDescent) >= 1
|
BuildRequires: perl(Parse::RecDescent) >= 1
|
||||||
%{perl_requires}
|
|
||||||
Requires: perl(Parse::RecDescent) >= 1
|
Requires: perl(Parse::RecDescent) >= 1
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module can be used, along with a CSS::Parse::* module, to parse CSS
|
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,
|
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.
|
the CSS data tree can then be transformed into other formats.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
sorry, no author found
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user