forked from pool/perl-HTML-RewriteAttributes
Accepting request 82382 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/82382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-RewriteAttributes?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
36ec388c87
commit
1f4529a0d5
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-HTML-RewriteAttributes
|
||||
# spec file for package perl-HTML-RewriteAttributes (Version 0.04)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -19,15 +19,14 @@
|
||||
|
||||
|
||||
Name: perl-HTML-RewriteAttributes
|
||||
%define cpan_name HTML-RewriteAttributes
|
||||
Summary: Concise attribute rewriting
|
||||
Version: 0.03
|
||||
Version: 0.04
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
%define cpan_name HTML-RewriteAttributes
|
||||
Summary: Concise attribute rewriting
|
||||
Url: http://search.cpan.org/dist/HTML-RewriteAttributes/
|
||||
#Source: http://www.cpan.org/modules/by-module/HTML/HTML-RewriteAttributes-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/S/SA/SARTAK/HTML-RewriteAttributes-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
@@ -68,7 +67,9 @@ Author:
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# do not perl_process_packlist (noarch)
|
||||
# i really have no idea what these changes do, but i'll keep them.
|
||||
#
|
||||
# don't do perl_process_packlist (because this is a noarch package?)
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
@@ -76,10 +77,9 @@ Author:
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes
|
||||
%defattr(-,root,root,755)
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user