rpms/antiword/devel antiword.spec,1.14,1.15

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Wed Dec 12 10:25:05 UTC 2007


Author: adrian

Update of /cvs/extras/rpms/antiword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26796

Modified Files:
	antiword.spec 
Log Message:
* Wed Dec 12 2007 Adrian Reber <adrian at lisas.de> - 0.37-5
- rebuilt for EL-5 branch
- added dist tag
- fixed a few rpmlint warnings



Index: antiword.spec
===================================================================
RCS file: /cvs/extras/rpms/antiword/devel/antiword.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- antiword.spec	24 Aug 2007 17:33:45 -0000	1.14
+++ antiword.spec	12 Dec 2007 10:24:08 -0000	1.15
@@ -1,13 +1,14 @@
 Summary:    MS Word to ASCII/Postscript converter
 Name:       antiword
 Version:    0.37
-Release:    4
+Release:    5%{?dist}
 Source:     http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz
 URL:        http://www.winfield.demon.nl/
 Patch0:     antiword-0.32-fix-flags.patch
 License:    GPLv2+
 Group:      Applications/Text
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: /usr/bin/iconv
 
 %description
 Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It converts
@@ -31,6 +32,10 @@
 %{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1
 %{__cp} Docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 %{__chmod} 644 kantiword
+iconv -f iso-8859-1 -t utf-8 Docs/antiword.php > Docs/antiword.php.utf8
+iconv -f iso-8859-1 -t utf-8 Docs/Netscape > Docs/Netscape.utf8
+%{__mv} Docs/antiword.php.utf8 Docs/antiword.php
+%{__mv} Docs/Netscape.utf8 Docs/Netscape
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -45,6 +50,11 @@
 %{_datadir}/%{name}
 
 %changelog
+* Wed Dec 12 2007 Adrian Reber <adrian at lisas.de> - 0.37-5
+- rebuilt for EL-5 branch
+- added dist tag
+- fixed a few rpmlint warnings
+
 * Fri Aug 24 2007 Adrian Reber <adrian at lisas.de> - 0.37-4
 - rebuilt
 
@@ -71,10 +81,10 @@
 - better spec file
 
 * Wed Apr 23 2003 Adrian Reber <adrian at lisas.de> - 0.33-0.fdr.2
-- s/$RPM_BUILD_ROOT/%{buildroot}/
+- s/$RPM_BUILD_ROOT/%%{buildroot}/
 - Epoch:0 added
-- make %{?_smp_mflags}
-- removed unnecessary Prefix: %{_prefix}
+- make %%{?_smp_mflags}
+- removed unnecessary Prefix: %%{_prefix}
 - fixed group
 - applied more of the fedora spec template
 




More information about the fedora-extras-commits mailing list