8
0
Stephan Kulow
2013-11-26 09:08:35 +00:00
committed by Git OBS Bridge
parent 1b69fe8bec
commit 34f55ca5ce
4 changed files with 15 additions and 13 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 26 07:35:13 UTC 2013 - coolo@suse.com
- updated to 0.007
update bugtracker and repo metadata
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 3 11:32:11 UTC 2011 - coolo@novell.com Wed Aug 3 11:32:11 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-String-RewritePrefix # spec file for package perl-String-RewritePrefix
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,22 @@
# #
Name: perl-String-RewritePrefix Name: perl-String-RewritePrefix
Version: 0.006 Version: 0.007
Release: 1 Release: 0
License: GPL-1.0+ or Artistic-1.0
%define cpan_name String-RewritePrefix %define cpan_name String-RewritePrefix
Summary: rewrite strings based on a set of known prefixes Summary: rewrite strings based on a set of known prefixes
Url: http://search.cpan.org/dist/String-RewritePrefix/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-RewritePrefix/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(Sub::Exporter) >= 0.972 BuildRequires: perl(Sub::Exporter) >= 0.972
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(String::RewritePrefix)
Requires: perl(Sub::Exporter) >= 0.972 Requires: perl(Sub::Exporter) >= 0.972
%{perl_requires} %{perl_requires}
@@ -54,9 +53,6 @@ rewrite strings based on a set of known prefixes
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes LICENSE README