forked from pool/perl-Algorithm-Annotate
- recreate with cpanspec 1.78.03
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Annotate?expand=0&rev=33
This commit is contained in:
parent
bafa0bd704
commit
60478dc019
3
_service
3
_service
@ -14,7 +14,4 @@
|
||||
<param name="file">*.tar.gz</param>
|
||||
<param name="compression">bz2</param>
|
||||
</service>
|
||||
<service name="cpanspec">
|
||||
<param name="source">*.tar.bz2</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f023b94c0de1dbf4538cdbf1211bfd5d10f86ddb8d888e5e5a8bc9833fa9a3b2
|
||||
size 1725
|
@ -1,17 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:30:33 UTC 2010 - coolo@novell.com
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:29:16 UTC 2010 - coolo@novell.com
|
||||
|
||||
- remove /var/adm/perl-modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 28 13:08:52 UTC 2010 - coolo@novell.com
|
||||
|
||||
- recreated by cpanspec 1.78.02 from _service file
|
||||
- recreate with cpanspec 1.78.03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 08:38:20 UTC 2010 - coolo@novell.com
|
||||
|
@ -15,31 +15,27 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Algorithm-Annotate
|
||||
%define cpan_name Algorithm-Annotate
|
||||
Summary: Represent a series of changes in annotate form
|
||||
Version: 0.10
|
||||
Release: 1
|
||||
License: CHECK(GPL+ or Artistic)
|
||||
Group: Development/Libraries/Perl
|
||||
%define cpan_name Algorithm-Annotate
|
||||
Summary: represent a series of changes in annotate form
|
||||
Url: http://search.cpan.org/dist/Algorithm-Annotate/
|
||||
#Source: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.bz2
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
%if 0%{?suse_version} < 1120
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
BuildRequires: perl(Algorithm::Diff) >= 1.15
|
||||
Requires: perl = %{perl_version}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(Algorithm::Diff) >= 1.15
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Algorithm::Annotate generates a list that is useful for generating output
|
||||
simliar to cvs annotate.
|
||||
simliar to 'cvs annotate'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@ -53,18 +49,12 @@ simliar to cvs annotate.
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# do not perl_process_packlist (noarch)
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user