]> git.pld-linux.org Git - packages/abiword.git/blame - abiword.spec
*** empty log message ***
[packages/abiword.git] / abiword.spec
CommitLineData
c3f4081b 1Summary: AbiWord
2Summary(pl): AbiWord
3Name: abiword
4Version: 0.9.6.1
5Release: 1
6License: GPL
7Group: X11/Applications
8Group(de): X11/Applikationen
9Group(pl): X11/Aplikacje
10Source0: http://prodownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
11URL: http://www.abisource.com/
12BuildRequires: gettext-devel
13BuildRequires: gnome-libs-devel
14BuildRequires: ORBit-devel
15BuildRoot: %{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
27cd abi
28gettextize --copy --force
29
30%configure \
31 --enable-gnome
32
33%{__make} -f GNUmakefile
34
35%install
36rm -rf $RPM_BUILD_ROOT
9e2ecadc 37install -d $RPM_BUILD_ROOT%{_bindir}
c3f4081b 38cd abi
c3f4081b 39%{__make} -f GNUmakefile install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42gzip -9nf CREDITS.TXT
43
9e2ecadc 44#%find_lang %{name}
c3f4081b 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
9e2ecadc 49#%files -f %{name}.lang
50%files
c3f4081b 51%defattr(644,root,root,755)
52%doc abi/docs/*.abw abi/*.gz
9e2ecadc 53%attr(755,root,root) %{bindir}/*
54%{_datadir}/AbiSuite
This page took 0.031079 seconds and 4 git commands to generate.