From c3f4081bdd6d98f77bd9eb3f396bcb26db252913 Mon Sep 17 00:00:00 2001 From: michuz Date: Sun, 20 Jan 2002 23:27:12 +0000 Subject: [PATCH] - just started Changed files: abiword.spec -> 1.1 --- abiword.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 abiword.spec diff --git a/abiword.spec b/abiword.spec new file mode 100644 index 0000000..d6fb4be --- /dev/null +++ b/abiword.spec @@ -0,0 +1,51 @@ +Summary: AbiWord +Summary(pl): AbiWord +Name: abiword +Version: 0.9.6.1 +Release: 1 +License: GPL +Group: X11/Applications +Group(de): X11/Applikationen +Group(pl): X11/Aplikacje +Source0: http://prodownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +URL: http://www.abisource.com/ +BuildRequires: gettext-devel +BuildRequires: gnome-libs-devel +BuildRequires: ORBit-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 + +%description + +%description -l pl + +%prep +%setup -q + +%build +cd abi +gettextize --copy --force + +%configure \ + --enable-gnome + +%{__make} -f GNUmakefile + +%install +rm -rf $RPM_BUILD_ROOT +cd abi + +%{__make} -f GNUmakefile install \ + DESTDIR=$RPM_BUILD_ROOT + +gzip -9nf CREDITS.TXT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc abi/docs/*.abw abi/*.gz -- 2.44.0