]> git.pld-linux.org Git - packages/catdoc.git/blobdiff - catdoc.spec
- rel 2
[packages/catdoc.git] / catdoc.spec
index 17a42fab677907eb4b41415ede60892b88f3495d..41c3f3340c2a6fd99333c72c3f3925f2b5ebeef6 100644 (file)
@@ -1,15 +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.91.5
-Release:       1
+Version:       0.93.3
+Release:       2
 License:       GPL
 Group:         Applications/Text
-Source0:       ftp://ftp.ice.ru/pub/vitus/%{name}-%{version}.tar.gz
-URL:           http://www.ice.ru/~vitus/catdoc/
-BuildRequires: tk
-BuildRequires: automake
+Source0:       ftp://ftp.45.free.net/pub/catdoc/%{name}-%{version}.tar.gz
+# Source0-md5: c021d2e30318bea063133191122676e5
+URL:           http://www.45.free.net/~vitus/ice/catdoc/
 BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: tk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,12 +29,14 @@ reprezentowanych specjalnie w systemie sk
 %setup -q
 
 %build
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %configure \
        --with-wish=/usr/bin/wish
 
-%{__make} FLAGS="%{rpmcflags}"
+%{__make} \
+       FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -42,14 +45,12 @@ rm -rf $RPM_BUILD_ROOT
        installroot=$RPM_BUILD_ROOT \
        mandir=%{_mandir}/man1
 
-gzip -9nf CREDITS README NEWS TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%attr(755, root, root) %{_bindir}/*
-%{_libdir}/catdoc
+%doc CREDITS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/catdoc
 %{_mandir}/man1/*
This page took 0.112116 seconds and 4 git commands to generate.