]> git.pld-linux.org Git - SPECS.git/blob - laola.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / laola.spec
1 Summary:        A set of tools to extract data from MS-Word .doc files
2 Summary(pl.UTF-8):      Zestaw narzędzi służących do obsługi plików zapisanych w formacie MS-Word
3 Name:           laola
4 Version:        013
5 Release:        3.1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://user.cs.tu-berlin.de/~schwartz/pmh/%{name}%{version}.zip
9 # Source0-md5:  a5590117dacf2a850ff0d66e35c76a00
10 Patch0:         %{name}-install.patch
11 Patch1:         %{name}-include.patch
12 URL:            http://user.cs.tu-berlin.de/~schwartz/pmh/laola.html
13 BuildRequires:  unzip
14 BuildRequires:  perl-modules
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _unzipbin       %{_bindir}/unzip -o -d %{name}-%{version}
19
20 %description
21 laola is a set of perl-based tools and libraries, able to
22 extract/modify data in MS-Word .doc files. Can work with MS-Word 6.0,
23 7.0 files, and in a limited range with MS-W 8.0.
24
25 %description -l pl.UTF-8
26 laola to zestaw narzędzi i bibliotek, napisanych w perlu, które
27 umożliwiają wydobycie oraz modyfikację danych zawartych w plikach .doc
28 MS-Worda. Umożliwia pracę z plikami MS-Word 6.0, 7.0, oraz (w
29 ograniczonym zakresie) 8.0
30
31 %prep
32 %setup -q
33 %patch0
34 %patch1
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_prefix}/lib}
39 %{__perl} install -g
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README announce *.html elser/*.html elser/word6/*.html
47 %attr(755,root,root) %{_bindir}/*
48 %{_prefix}/lib/laola
This page took 0.714009 seconds and 3 git commands to generate.