rpms/antiword/EL-5 antiword.spec,1.13,1.14

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


Author: adrian

Update of /cvs/extras/rpms/antiword/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26614

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/EL-5/antiword.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- antiword.spec	11 Sep 2006 13:25:51 -0000	1.13
+++ antiword.spec	12 Dec 2007 10:21:24 -0000	1.14
@@ -1,13 +1,14 @@
 Summary:    MS Word to ASCII/Postscript converter
 Name:       antiword
 Version:    0.37
-Release:    3
+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:    GPL
+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,14 @@
 %{_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
+
 * Mon Sep 11 2006 Adrian Reber <adrian at lisas.de> - 0.37-3
 - rebuilt
 
@@ -68,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