Accepting request 327828 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/327828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Compiled?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
54151d4549
commit
79e1dfa5b9
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9befcd9349778bee99443148efef7441ea52ba7efa7ce64faf76b453993d50b
|
||||
size 131540
|
3
HTML-Template-Compiled-1.002.tar.gz
Normal file
3
HTML-Template-Compiled-1.002.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a5ce152b558909c571e0b5601545eb9da7dccdef6b97defe765f536dcc0cb8d
|
||||
size 97216
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 08:48:59 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.002
|
||||
see /usr/share/doc/packages/perl-HTML-Template-Compiled/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 16:09:06 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,22 +17,25 @@
|
||||
|
||||
|
||||
Name: perl-HTML-Template-Compiled
|
||||
Version: 1.001
|
||||
Version: 1.002
|
||||
Release: 0
|
||||
%define cpan_name HTML-Template-Compiled
|
||||
Summary: Template System Compiles HTML::Template files to Perl code
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/HTML-Template-Compiled/
|
||||
Source: http://www.cpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.28
|
||||
BuildRequires: perl(HTML::Entities)
|
||||
BuildRequires: perl(Parse::RecDescent)
|
||||
BuildRequires: perl(URI::Escape)
|
||||
Requires: perl(HTML::Entities)
|
||||
Requires: perl(Parse::RecDescent)
|
||||
Requires: perl(URI::Escape)
|
||||
Recommends: perl(Parse::RecDescent)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -109,18 +112,19 @@ passing for HTC. See the "RESOURCES" manpage for current information.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README
|
||||
%doc Changes examples LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user