texi2html-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texi2html-cvs] Changes to texi2html/texi2html.spec


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/texi2html.spec
Date: Mon, 14 Nov 2005 06:16:28 -0500

Index: texi2html/texi2html.spec
diff -u texi2html/texi2html.spec:1.7 texi2html/texi2html.spec:1.8
--- texi2html/texi2html.spec:1.7        Fri Aug 19 12:14:46 2005
+++ texi2html/texi2html.spec    Mon Nov 14 11:13:58 2005
@@ -1,19 +1,26 @@
 Name: texi2html
 Version: 1.77
 Release: 1
+#Epoch: 0
 License: GPL
 Group: Applications/Text
 Summary: A highly customizable texinfo to HTML and other formats translator
 Source: http://savannah.nongnu.org/download/texi2html/%{name}-%{version}.tar.gz
 URL: http://www.nongnu.org/texi2html/
+BuildArch: noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires: perl >= 5.004
+# You may want to uncomment the following
+#BuildRequires: perl
+# perl is picked up automatically in most cases and the package may have 
+# a different name so it is better not to require it. Moreover such old perl
+# is unlikely to show up in a rpm based distribution.
+#Requires: perl >= 5.004
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
+
 # uncomment this if you want to build a relocatable package
 #Prefix: %{_prefix}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 
 %description
 The basic purpose of texi2html is to convert Texinfo documents into HTML, 
@@ -26,7 +33,6 @@
 
 %build
 %configure
-make clean
 make %{?_smp_mflags}
 
 %install
@@ -54,13 +60,11 @@
 %{_datadir}/texinfo/html/%{name}.html
 %{_mandir}/man*/%{name}*
 %{_infodir}/%{name}.info*
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*.init
-%dir %{_datadir}/%{name}/i18n/
-%{_datadir}/%{name}/i18n/*
-%dir %{_datadir}/%{name}/images/
-%{_datadir}/%{name}/images/*
+%{_datadir}/%{name}/
 
 %changelog
+* Mon Nov 14 2005 Patrice Dumas <address@hidden> 1.77-1
+- cleanups
+
 * Mon Mar 23 2004 Patrice Dumas <address@hidden> 0:1.69-0.fdr.1
 - Initial build.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]