1
0
Stephan Kulow 2011-11-14 13:52:43 +00:00 committed by Git OBS Bridge
commit a94d30b5f7
5 changed files with 17 additions and 33 deletions

View File

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

View File

@ -1,17 +0,0 @@
<?xml version="1.0"?>
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">www.cpan.org</param>
<param name="path">/modules/by-module/Algorithm/Algorithm-Annotate-0.10.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:Algorithm-Annotate-0.10.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">c9b1764643933eb1a3356906cc372d483a99416207a31df3e58ee9892d9922f9</param>
</service>
<service name="recompress">
<param name="file">*.tar.gz</param>
<param name="compression">bz2</param>
</service>
</services>

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 11 08:55:07 UTC 2011 - coolo@suse.com
- recreate with cpanspec 1.78.05
-------------------------------------------------------------------
Wed Dec 1 13:30:33 UTC 2010 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Algorithm-Annotate (Version 0.10)
# spec file for package perl-Algorithm-Annotate
#
# 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
@ -19,20 +19,19 @@
Name: perl-Algorithm-Annotate
Version: 0.10
Release: 146
License: CHECK(GPL+ or Artistic)
Release: 1
License: GPL+ or Artistic
%define cpan_name Algorithm-Annotate
Summary: represent a series of changes in annotate form
Url: http://search.cpan.org/dist/Algorithm-Annotate/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/C/CL/CLKAO/Algorithm-Annotate-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(Algorithm::Diff) >= 1.15
Source: http://www.cpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Algorithm::Diff) >= 1.15
Requires: perl(Algorithm::Diff) >= 1.15
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@ -54,10 +53,7 @@ simliar to 'cvs annotate'.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%changelog