OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Template-Toolkit?expand=0&rev=1
This commit is contained in:
commit
2aae50fff0
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
Template-Toolkit-2.15.tar.bz2
Normal file
3
Template-Toolkit-2.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f9480d9f96f2e570750aedb449676006e51ed58eaa76206e0e21b7ffa37b07f
|
||||
size 564777
|
85
perl-Template-Toolkit.changes
Normal file
85
perl-Template-Toolkit.changes
Normal file
@ -0,0 +1,85 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 13:46:04 CEST 2006 - anicka@suse.cz
|
||||
|
||||
- update to 2.15
|
||||
* Added the CHOMP_GREEDY option and '~' chomping flag. Changed
|
||||
CHOMP_COLLAPSE to greedily chomp all whitespace (including
|
||||
multiple newlines) and replace it with a single space.
|
||||
* Added code to the replace text virtual method to use a faster
|
||||
and simpler implementation if the replacement text doesn't
|
||||
contain any back references.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:39:58 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 15:41:40 CEST 2005 - anicka@suse.cz
|
||||
|
||||
- package splash samples (#63801)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 20:19:22 CEST 2005 - mjancar@suse.cz
|
||||
|
||||
- update to 2.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 16:01:57 CEST 2005 - anicka@suse.cz
|
||||
|
||||
- add perl-AppConfig to Requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 17:33:54 CET 2004 - mjancar@suse.cz
|
||||
|
||||
- update to 2.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 10 17:06:40 CET 2004 - adrian@suse.de
|
||||
|
||||
- add %defattr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 15:47:28 CEST 2003 - mjancar@suse.cz
|
||||
|
||||
- require the perl version we build with
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 15:24:19 CEST 2003 - freitag@suse.de
|
||||
|
||||
- removed MANDIR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 14:49:52 CEST 2003 - freitag@suse.de
|
||||
|
||||
- added examples to documentation
|
||||
use vendor install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 13:57:10 CEST 2003 - ro@suse.de
|
||||
|
||||
- use perl_process_packlist macro
|
||||
- added unpackaged files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 09:15:50 CEST 2003 - coolo@suse.de
|
||||
|
||||
- package directories
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 00:21:18 CEST 2003 - ro@suse.de
|
||||
|
||||
- remove unpackaged files from buildroot
|
||||
- add ttree and tpage (with manpages) to filelist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 15:41:31 CET 2002 - freitag@suse.de
|
||||
|
||||
- fixed lib path to be 64 bit conform - and try to remember this for
|
||||
the future ;-(
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 09:59:10 CET 2002 - freitag@suse.de
|
||||
|
||||
- initial version 2.08, needed by bugzilla and very powerfull.
|
||||
|
109
perl-Template-Toolkit.spec
Normal file
109
perl-Template-Toolkit.spec
Normal file
@ -0,0 +1,109 @@
|
||||
#
|
||||
# spec file for package perl-Template-Toolkit (Version 2.15)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Template-Toolkit
|
||||
BuildRequires: perl-AppConfig perl-DBI perl-Date-Calc perl-XML-DOM perl-XML-Parser
|
||||
Version: 2.15
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl-AppConfig
|
||||
Autoreqprov: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Template/
|
||||
Summary: Fast and/ Powerful Template System for Perl
|
||||
Source: Template-Toolkit-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The Template Toolkit is a fast, powerful, and easily extensible
|
||||
template processing system written in Perl with certain key elements
|
||||
coded in C for maximum speed. It is ideally suited (but not limited) to
|
||||
the creation of static and dynamic web content, and incorporates
|
||||
various modules and tools to simplify this process.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andy Wardley <abw@kfs.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n Template-Toolkit-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
# make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
mkdir $RPM_BUILD_ROOT/%{_datadir}/tt2
|
||||
cp -R images templates $RPM_BUILD_ROOT/%{_datadir}/tt2
|
||||
find $RPM_BUILD_ROOT/%{_datadir}/tt2 -type d -exec chmod 755 '{}' \;
|
||||
find $RPM_BUILD_ROOT/%{_datadir}/tt2 -type f -exec chmod 644 '{}' \;
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc TODO MANIFEST Changes README INSTALL HACKING examples docs
|
||||
%doc %{_mandir}/man?/*
|
||||
%{_bindir}/*
|
||||
%{perl_vendorarch}/Template*
|
||||
%{perl_vendorarch}/auto/Template
|
||||
%{_datadir}/tt2
|
||||
/var/adm/perl-modules/perl-Template-Toolkit
|
||||
|
||||
%changelog -n perl-Template-Toolkit
|
||||
* Wed Jul 12 2006 - anicka@suse.cz
|
||||
- update to 2.15
|
||||
* Added the CHOMP_GREEDY option and '~' chomping flag. Changed
|
||||
CHOMP_COLLAPSE to greedily chomp all whitespace (including
|
||||
multiple newlines) and replace it with a single space.
|
||||
* Added code to the replace text virtual method to use a faster
|
||||
and simpler implementation if the replacement text doesn't
|
||||
contain any back references.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Sep 15 2005 - anicka@suse.cz
|
||||
- package splash samples (#63801)
|
||||
* Fri Jul 29 2005 - mjancar@suse.cz
|
||||
- update to 2.14
|
||||
* Tue Jul 26 2005 - anicka@suse.cz
|
||||
- add perl-AppConfig to Requires
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
- update to 2.13
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
- add %%defattr
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Wed Jul 16 2003 - freitag@suse.de
|
||||
- removed MANDIR
|
||||
* Wed Jul 16 2003 - freitag@suse.de
|
||||
- added examples to documentation
|
||||
use vendor install
|
||||
* Tue Jul 01 2003 - ro@suse.de
|
||||
- use perl_process_packlist macro
|
||||
- added unpackaged files
|
||||
* Wed Jun 18 2003 - coolo@suse.de
|
||||
- package directories
|
||||
* Mon May 26 2003 - ro@suse.de
|
||||
- remove unpackaged files from buildroot
|
||||
- add ttree and tpage (with manpages) to filelist
|
||||
* Fri Nov 29 2002 - freitag@suse.de
|
||||
- fixed lib path to be 64 bit conform - and try to remember this for
|
||||
the future ;-(
|
||||
* Fri Nov 29 2002 - freitag@suse.de
|
||||
- initial version 2.08, needed by bugzilla and very powerfull.
|
Loading…
x
Reference in New Issue
Block a user