]> git.pld-linux.org Git - packages/abiword.git/blob - abiword.spec
- just started
[packages/abiword.git] / abiword.spec
1 Summary:        AbiWord
2 Summary(pl):    AbiWord
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 URL:            http://www.abisource.com/
12 BuildRequires:  gettext-devel
13 BuildRequires:  gnome-libs-devel
14 BuildRequires:  ORBit-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18
19 %description
20
21 %description -l pl
22
23 %prep
24 %setup -q
25
26 %build
27 cd abi
28 gettextize --copy --force
29
30 %configure \
31         --enable-gnome
32         
33 %{__make} -f GNUmakefile
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 cd abi
38
39 %{__make} -f GNUmakefile install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 gzip -9nf CREDITS.TXT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc abi/docs/*.abw abi/*.gz
This page took 0.053709 seconds and 3 git commands to generate.