|
@@ -1,5 +1,4 @@
|
|
-%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
|
|
|
|
-%define rel 2
|
|
|
|
|
|
+%define rel 3
|
|
|
|
|
|
Summary: a Perl module to use HTML Templates
|
|
Summary: a Perl module to use HTML Templates
|
|
Name: perl-HTML-Template
|
|
Name: perl-HTML-Template
|
|
@@ -15,6 +14,9 @@ Requires: perl >= 5.004
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
AutoReq: false
|
|
AutoReq: false
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
This module attempts make using HTML templates simple and natural.
|
|
This module attempts make using HTML templates simple and natural.
|
|
It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
|
|
It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
|
|
@@ -78,10 +80,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
%dir %{perl_vendorlib}/HTML
|
|
%dir %{perl_vendorlib}/HTML
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> 4.06-2
|
|
|
|
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 2.9-3vl6
|
|
|
|
+- build with perl 5.12.3
|
|
|
|
+- drop defined perl_vendorlib macro
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+- fix typo in changelog 2.9-{1,2}
|
|
|
|
+
|
|
|
|
+* Wed Apr 08 2009 Shu KONNO <owa@bg.wakwak.com> 2.9-2
|
|
- spec in utf-8
|
|
- spec in utf-8
|
|
|
|
|
|
-* Mon Apr 28 2008 IWAI, Masaharu <iwaim@cc.mbn.or.jp> 4.06-1
|
|
|
|
|
|
+* Mon Apr 28 2008 IWAI, Masaharu <iwaim@cc.mbn.or.jp> 2.9-1
|
|
- rebuild with perl-5.10.0-1
|
|
- rebuild with perl-5.10.0-1
|
|
|
|
|
|
* Tue Jul 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.9-0vl1
|
|
* Tue Jul 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.9-0vl1
|