|
@@ -2,7 +2,7 @@ Summary: A highly customizable texinfo to HTML and other formats translator
|
|
Summary(ja): 高度にカスタマイズ可能な、texinfoからHTMLや他の形式への変換器
|
|
Summary(ja): 高度にカスタマイズ可能な、texinfoからHTMLや他の形式への変換器
|
|
Name: texi2html
|
|
Name: texi2html
|
|
Version: 1.82
|
|
Version: 1.82
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
# GPLv2+ is for the code
|
|
# GPLv2+ is for the code
|
|
# OFSFDL (Old FSF Documentation License) for the documentation
|
|
# OFSFDL (Old FSF Documentation License) for the documentation
|
|
@@ -24,6 +24,9 @@ BuildRequires: perl(Text::Unidecode)
|
|
# user configuration
|
|
# user configuration
|
|
Requires: perl(Text::Unidecode)
|
|
Requires: perl(Text::Unidecode)
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
The basic purpose of texi2html is to convert Texinfo documents into HTML,
|
|
The basic purpose of texi2html is to convert Texinfo documents into HTML,
|
|
and other formats. Configuration files written in perl provide fine degree
|
|
and other formats. Configuration files written in perl provide fine degree
|
|
@@ -38,17 +41,17 @@ output not specified in the Texinfo input file to be specified.
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
-rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
|
|
+rm -rf %{buildroot}
|
|
|
|
+make install DESTDIR=%{buildroot}
|
|
|
|
+rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
|
|
# directories shared by all the texinfo implementations for common
|
|
# directories shared by all the texinfo implementations for common
|
|
# config files, like htmlxref.cnf
|
|
# config files, like htmlxref.cnf
|
|
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinfo
|
|
|
|
|
|
+mkdir -p %{buildroot}%{_datadir}/texinfo %{buildroot}%{_sysconfdir}/texinfo
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
+rm -rf %{buildroot}
|
|
|
|
|
|
%post
|
|
%post
|
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
|
@@ -76,6 +79,9 @@ fi
|
|
%dir %{_sysconfdir}/texinfo
|
|
%dir %{_sysconfdir}/texinfo
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.82-2
|
|
|
|
+- rebuild
|
|
|
|
+
|
|
* Wed Apr 21 2010 Shu KONNO <owa@bg.wakwak.com> 1.82-1
|
|
* Wed Apr 21 2010 Shu KONNO <owa@bg.wakwak.com> 1.82-1
|
|
- new upstream release, and rebuilt with new environment
|
|
- new upstream release, and rebuilt with new environment
|
|
- added japanese summary
|
|
- added japanese summary
|