]> git.pld-linux.org Git - packages/antiword.git/commitdiff
- updated to 0.33, removed outdated patch RA-1_0 antiword-0_33-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Jul 2002 23:39:28 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antiword-path.patch -> 1.2
    antiword.spec -> 1.14

antiword-path.patch [deleted file]
antiword.spec

diff --git a/antiword-path.patch b/antiword-path.patch
deleted file mode 100644 (file)
index 627332e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./antiword.h.org   Tue Nov  6 12:23:19 2001
-+++ ./antiword.h       Tue Nov  6 12:23:47 2001
-@@ -143,7 +143,7 @@
- #define ANTIWORD_DIR          "antiword"
- #define FONTNAMES_FILE                "fontname.txt"
- #else
--#define GLOBAL_ANTIWORD_DIR   "/opt/antiword/share"
-+#define GLOBAL_ANTIWORD_DIR   "/usr/share/antiword"
- #define ANTIWORD_DIR          ".antiword"
- #define FONTNAMES_FILE                "fontnames"
- #endif /* __dos */
index d826253f64b7f6be20a4a5552a86197e3caf50f7..bfaae688e74d09bcc42578d9955cf9539bd317e3 100644 (file)
@@ -1,12 +1,11 @@
 Summary:       MSWord Document to TXT/Postscript converter
 Summary(pl):   Konwerter dokumentów MSWord do TXT/Postscript
 Name:          antiword
-Version:       0.32
+Version:       0.33
 Release:       1
 License:       GPL
 Group:         Applications/Text
 Source0:       http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz
-Patch0:                %{name}-path.patch
 URL:           http://www.winfield.demon.nl/index.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,8 +20,7 @@ OS. Konwertuje on dokumenty z Worda 6, 7, 97 oraz 2000 do tekstu oraz
 Postscriptu. Antiword próbuje utrzymaæ formê dokumentu nietkniêt±.
 
 %prep
-%setup -q -n %{name}.%{version}
-%patch0 -p1
+%setup -q
 
 %build
 %{__make} OPT="%{rpmcflags}" CC="%{__cc}"
@@ -35,16 +33,12 @@ install %{name} k%{name} $RPM_BUILD_ROOT%{_bindir}
 install Docs/*.1       $RPM_BUILD_ROOT%{_mandir}/man1
 install Resources/*    $RPM_BUILD_ROOT%{_datadir}/antiword
 
-rm -f Docs/{*.1,COPYING}
-
-gzip -9nf Docs/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Docs/*.gz
+%doc Docs/{ChangeLog,Exmh,FAQ,History,Mutt,Netscape,QandA,ReadMe}
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/antiword
 %{_mandir}/man*/*
This page took 0.085095 seconds and 4 git commands to generate.