]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- just started
authormichuz <michuz@pld-linux.org>
Sun, 20 Jan 2002 23:27:12 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword.spec -> 1.1

abiword.spec [new file with mode: 0644]

diff --git a/abiword.spec b/abiword.spec
new file mode 100644 (file)
index 0000000..d6fb4be
--- /dev/null
@@ -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
This page took 0.055117 seconds and 4 git commands to generate.