]> git.pld-linux.org Git - SPECS.git/blob - wpd2sxw.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / wpd2sxw.spec
1 # NOTE: obsoleted by writerperfect.spec
2 Summary:        Converting WordPerfect(TM) documents into OpenOffice.org Writer format
3 Summary(pl.UTF-8):      Konwersja dokumentów WordPerfecta(TM) na format OpenOffice.org Writera
4 Name:           wpd2sxw
5 Version:        0.8.0
6 Release:        1.1
7 License:        GPL v2
8 Group:          Applications/Publishing
9 Source0:        http://downloads.sourceforge.net/libwpd/writerperfect-%{version}.tar.gz
10 # Source0-md5:  d0255522926690cfa82a425016da4f80
11 URL:            http://libwpd.sourceforge.net/
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  libwpd-devel >= 0.9.0
14 BuildRequires:  libwpg-devel >= 0.2.0
15 BuildRequires:  pkgconfig
16 Requires:       libwpd >= 0.9.0
17 Requires:       libwpg >= 0.2.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Tool for converting WordPerfect documents into OpenOffice.org Writer
22 format.
23
24 %description -l pl.UTF-8
25 Narzędzie do konwertowania dokumentów WordPerfecta do formatu
26 OpenOffice.org Writera.
27
28 %prep
29 %setup -q -n writerperfect-%{version}
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc NEWS README
47 %attr(755,root,root) %{_bindir}/wpd2odt
48 %attr(755,root,root) %{_bindir}/wpg2odg
This page took 0.245257 seconds and 3 git commands to generate.