]> git.pld-linux.org Git - packages/abiword.git/blob - abiword.spec
- added description
[packages/abiword.git] / abiword.spec
1 Summary:        AbiWord - advanced wordprocessor
2 Summary(pl):    AbiWord - zaawanoswany procesor tekstu
3 Name:           abiword
4 Version:        0.9.6.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://prodownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11 Source1:        %{name}.desktop
12 URL:            http://www.abisource.com/
13 BuildRequires:  gettext-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  ORBit-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 AbiWord is a free word processing program similar to Microsoft Word. 
22 It is suitable for typing papers, letters, reports, memos, and so forth.
23
24 %description -l pl
25 AbiWord jest darmowym procesorem tekstu podobnym do Microsoft Word.
26 Jest idealnym narzêdziem do pisania dokumentów, listów, raportów itp.
27
28 %prep
29 %setup -q
30
31 %build
32 cd abi
33 gettextize --copy --force
34
35 %configure \
36         --enable-gnome
37         
38 %{__make} -f GNUmakefile
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Office/Wordprocessors}
43 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Wordprocessors
44 cd abi
45 %{__make} -f GNUmakefile install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 gzip -9nf CREDITS.TXT
49
50 #%find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 #%files -f %{name}.lang
56 %files
57 %defattr(644,root,root,755)
58 %doc abi/docs/*.abw abi/*.gz
59 %attr(755,root,root) %{_bindir}/[At]*
60 %{_datadir}/AbiSuite
61 %{_applnkdir}/Office/Wordprocessors/*
This page took 0.040477 seconds and 4 git commands to generate.