- updated to 1.09

Recompiled P::RD Grammar against newer version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CSS?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2011-04-03 15:28:45 +00:00
committed by Git OBS Bridge
parent 0f926ab927
commit 10260701db
4 changed files with 17 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eea07c78ad7b2d64e4ccd1fe525bbc2f0e4537d15a6d8384834928ed2992e305
size 22739

3
CSS-1.09.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cafffb570b901408e0b4b7a1bfcb52a06bbc71251941b3b6ad265e4029bcf7c
size 37808

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 3 15:25:58 UTC 2011 - coolo@novell.com
- updated to 1.09
Recompiled P::RD Grammar against newer version
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 1 09:05:24 UTC 2011 - chris@computersalat.de Tue Mar 1 09:05:24 UTC 2011 - chris@computersalat.de

View File

@@ -1,5 +1,5 @@
# #
# spec file for package perl-CSS (Version 1.08) # spec file for package perl-CSS (Version 1.09)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -16,15 +16,15 @@
# #
Name: perl-CSS Name: perl-CSS
Version: 1.09
Release: 1
License: CHECK(Distributable)
%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
Release: 2
License: GPL+ or Artistic
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 Group: Development/Libraries/Perl
Source2: build-grammar.pl #Source: http://www.cpan.org/authors/id/I/IA/IAMCAL/CSS-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -42,9 +42,6 @@ the CSS data tree can then be transformed into other formats.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
# work around https://rt.cpan.org/Public/Bug/Display.html?id=53948
perl %{S:2} && mv CompiledGrammar.pm CSS/Parse
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
@@ -57,7 +54,7 @@ perl %{S:2} && mv CompiledGrammar.pm CSS/Parse
%perl_gen_filelist %perl_gen_filelist
%clean %clean
%{__rm} -rf $RPM_BUILD_ROOT %{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(644,root,root,755)