]> git.pld-linux.org Git - packages/antiword.git/blobdiff - antiword.spec
- also use rpmcflags when linking (-O2, -m32/-m64)
[packages/antiword.git] / antiword.spec
index ca8ad467dc6fab592d25d57b395231119d0442c1..dd4b4db9533d5a76fcc06800fbab677ee5576b72 100644 (file)
@@ -1,32 +1,37 @@
 Summary:       MSWord Document to TXT/Postscript converter
-Summary(pl):   Konwerter dokumentów MSWord do TXT/Postscript
+Summary(pl.UTF-8):     Konwerter dokumentów MSWord do TXT/Postscript
 Name:          antiword
-Version:       0.34
+Version:       0.37
 Release:       1
 License:       GPL
 Group:         Applications/Text
 Source0:       http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz
-# Source0-md5: 1de2f16edd5a0fc566e9bae588719d7d
+# Source0-md5: f868e2a269edcbc06bf77e89a55898d1
 Patch0:                %{name}-etc_dir.patch
 URL:           http://www.winfield.demon.nl/index.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It
-converts the documents from Word 6, 7, 97 and 2000 to text and
-Postscript. Antiword tries to keep the layout of the document intact.
+converts the documents from Word 2, 6, 7, 97, 2000, 2002 and 2003 to
+text and Postscript. Antiword tries to keep the layout of the document
+intact.
 
-%description -l pl
-Antiword to darmowy czytnik dokumentów MS-Word dla Linuksa, BeOS i RISC
-OS. Konwertuje on dokumenty z Worda 6, 7, 97 oraz 2000 do tekstu oraz
-Postscriptu. Antiword próbuje utrzymaæ formê dokumentu nietkniêt±.
+%description -l pl.UTF-8
+Antiword to darmowy czytnik dokumentów MS-Word dla Linuksa, BeOS i RISC
+OS. Konwertuje on dokumenty z Worda 2, 6, 7, 97, 2000, 2002 oraz 2003
+do tekstu oraz Postscriptu. Antiword próbuje utrzymać formę dokumentu
+nietkniętą.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
-%{__make} OPT="%{rpmcflags}" CC="%{__cc}"
+%{__make} \
+       CC="%{__cc}" \
+       OPT="%{rpmcflags}" \
+       LDFLAGS="%{rpmcflags} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.083126 seconds and 4 git commands to generate.