packages: artha/artha.spec (NEW) - new (thanks Przemyslaw Firszt)
dirdival
dirdival at pld-linux.org
Sun Nov 8 20:27:16 CET 2009
Author: dirdival Date: Sun Nov 8 19:27:16 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- new (thanks Przemyslaw Firszt)
---- Files affected:
packages/artha:
artha.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/artha/artha.spec
diff -u /dev/null packages/artha/artha.spec:1.1
--- /dev/null Sun Nov 8 20:27:16 2009
+++ packages/artha/artha.spec Sun Nov 8 20:27:11 2009
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary: An off-line English thesaurus based on WordNet
+Summary(pl.UTF-8): Angielski słownik synonimów oparty o WordNet
+Name: artha
+Version: 0.9.1
+Release: 1
+License: LGPL
+Group: Applications/Dictionaries
+Source0: http://dl.sourceforge.net/artha/%{name}-%{version}.tar.bz2
+# Source0-md5: 6614a81980e7bccf55449ad6ab9ee080
+URL: http://artha.sourceforge.net
+BuildRequires: WordNet-devel
+BuildRequires: autoconf >= 2.53
+BuildRequires: automake
+BuildRequires: glib2-devel >= 2.14
+BuildRequires: gtk+2-devel >= 2.12
+BuildRequires: pkg-config
+Requires: WordNet
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Artha is a free cross-platform English thesaurus that works completely
+off-line and is based on WordNet. Artha focuses on high usability,
+without trading off simplicity and ease of use.
+
+%description -l pl.UTF-8
+Artha to angielski słownik wyrazów bliskoznacznych oparty o WordNet i
+działajacy całkowicie off-line. Artha została stworzona z myślą o
+dużej funkcjonalnosci, ale bez rezygnowania z prostoty i łatwości
+używania.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog INSTALL NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+%{_mandir}/man1/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/11/08 19:27:11 dirdival
+- new (thanks Przemyslaw Firszt)
+
================================================================
More information about the pld-cvs-commit
mailing list