forked from pool/perl-XML-NodeFilter
Compare commits
13 Commits
37aee00b7a
...
110c7fe599
Author | SHA256 | Date | |
---|---|---|---|
|
110c7fe599 | ||
|
4a7af31d68 | ||
|
8b5d79299e | ||
|
99504c99af | ||
|
63efff1bb6 | ||
|
4147b86ef4 | ||
|
299c462fef | ||
|
758e404ee2 | ||
|
bbd19abdb1 | ||
|
20cfef4c00 | ||
|
7d22de6768 | ||
1dfe24625a | |||
77beb97f4f |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:07:15 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 13:42:00 UTC 2011 - vcizek@novell.com
|
||||
|
||||
- bzipped source tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:36:14 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XML-NodeFilter (Version 0.01)
|
||||
# spec file for package perl-XML-NodeFilter
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -17,17 +17,18 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define cpan_name XML-NodeFilter
|
||||
|
||||
Name: perl-XML-NodeFilter
|
||||
BuildRequires: libxml2-devel
|
||||
Version: 0.01
|
||||
Release: 173
|
||||
Release: 175
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic
|
||||
License: Artistic-1.0
|
||||
Url: http://www.cpan.org/modules/by-module/XML/
|
||||
Summary: XML::NodeFilter
|
||||
Source: XML-NodeFilter-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
@@ -42,7 +43,7 @@ programmers.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n XML-NodeFilter-%{version}
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
|
Reference in New Issue
Block a user