forked from pool/perl-HTML-Template
This commit is contained in:
committed by
Git OBS Bridge
parent
bbe4816854
commit
f83e160399
@@ -1,24 +1,32 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Template (Version 2.9)
|
# spec file for package perl-HTML-Template (Version 2.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Template
|
Name: perl-HTML-Template
|
||||||
URL: http://cpan.org/modules/by-module/HTML/
|
Url: http://cpan.org/modules/by-module/HTML/
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: This Module Attempts to make using HTML Templates Simple and Natural
|
Summary: This Module Attempts to make using HTML Templates Simple and Natural
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 1
|
Release: 104
|
||||||
Source: HTML-Template-%{version}.tar.bz2
|
Source: HTML-Template-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@@ -57,8 +65,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/perl-HTML-Template
|
/var/adm/perl-modules/perl-HTML-Template
|
||||||
%doc ANNOUNCE ARTISTIC Changes FAQ GPL MANIFEST README
|
%doc ANNOUNCE ARTISTIC Changes FAQ GPL MANIFEST README
|
||||||
|
|
||||||
%changelog -n perl-HTML-Template
|
%changelog
|
||||||
* Tue Jan 30 2007 - anicka@suse.cz
|
* Tue Jan 30 2007 anicka@suse.cz
|
||||||
- update to 2.9
|
- update to 2.9
|
||||||
* the new force_untaint option makes sure you do not pass tainted
|
* the new force_untaint option makes sure you do not pass tainted
|
||||||
values to param()
|
values to param()
|
||||||
@@ -71,29 +79,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Changed references to CVS in the docs to Subversion now that
|
* Changed references to CVS in the docs to Subversion now that
|
||||||
the switch is complete.
|
the switch is complete.
|
||||||
* Tests fixed.
|
* Tests fixed.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 06 2006 - anicka@suse.cz
|
* Fri Jan 06 2006 anicka@suse.cz
|
||||||
- update to 2.8
|
- update to 2.8
|
||||||
* Wed Sep 28 2005 - dmueller@suse.de
|
* Wed Sep 28 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Mon Aug 01 2005 - cthiel@suse.de
|
* Mon Aug 01 2005 cthiel@suse.de
|
||||||
- update to version 2.7
|
- update to version 2.7
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Mon Jul 14 2003 - freitag@suse.de
|
* Mon Jul 14 2003 freitag@suse.de
|
||||||
- cleaned up specfile filelist to install to vendor dirs
|
- cleaned up specfile filelist to install to vendor dirs
|
||||||
* Sun Jun 22 2003 - coolo@suse.de
|
* Sun Jun 22 2003 coolo@suse.de
|
||||||
- package directories
|
- package directories
|
||||||
* Mon May 19 2003 - freitag@suse.de
|
* Mon May 19 2003 freitag@suse.de
|
||||||
- update to version 2.6 with bugfixes and some new features (see
|
- update to version 2.6 with bugfixes and some new features (see
|
||||||
Changes file in package), removed perllocal.pod off the build
|
Changes file in package), removed perllocal.pod off the build
|
||||||
system.
|
system.
|
||||||
* Thu Aug 08 2002 - mls@suse.de
|
* Thu Aug 08 2002 mls@suse.de
|
||||||
- use sitearch macro
|
- use sitearch macro
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Tue May 28 2002 - freitag@suse.de
|
* Tue May 28 2002 freitag@suse.de
|
||||||
- update to version 2.5 - mostly bugfixes.
|
- update to version 2.5 - mostly bugfixes.
|
||||||
* Fri Jun 08 2001 - freitag@suse.de
|
* Fri Jun 08 2001 freitag@suse.de
|
||||||
- new package with version 2.2
|
- new package with version 2.2
|
||||||
|
Reference in New Issue
Block a user