]> git.pld-linux.org Git - packages/catdoc.git/commitdiff
- up to 0.93.1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 13 Oct 2003 19:33:10 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    catdoc.spec -> 1.22

catdoc.spec

index dca0d4735fe0a01bb535c6101070bd8a2d84cd10..92501b074ff42ef58e76dbd0a33e3cd3187810ce 100644 (file)
@@ -1,16 +1,16 @@
 Summary:       Reads MS-Word file and puts its content as plain text on standard output
 Summary(pl):   Program konwertuj±cy pliki MS Worda na czysty tekst
 Name:          catdoc
-Version:       0.93
+Version:       0.93.1
 Release:       1
 License:       GPL
 Group:         Applications/Text
 Source0:       ftp://ftp.45.free.net/pub/catdoc/%{name}-%{version}.tar.gz
-# Source0-md5: 3d55339a9c22a94347f67aff5ee89506
+# Source0-md5: e08eb3c709de8d6dc54df03cd79a3192
 URL:           http://www.45.free.net/~vitus/ice/catdoc/
-BuildRequires: tk
-BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: tk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,13 +29,13 @@ reprezentowanych specjalnie w systemie sk
 %setup -q
 
 %build
-mv src/rtfread.c src/rtfreader.c
 %{__aclocal}
 %{__autoconf}
 %configure \
        --with-wish=/usr/bin/wish
 
-%{__make} FLAGS="%{rpmcflags}"
+%{__make} \
+       FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.078753 seconds and 4 git commands to generate.