packages: geany-plugin-spellcheck/geany-plugin-spellcheck.spec (NEW) - new

dirdival dirdival at pld-linux.org
Fri Nov 6 23:18:46 CET 2009


Author: dirdival                     Date: Fri Nov  6 22:18:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/geany-plugin-spellcheck:
   geany-plugin-spellcheck.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec
diff -u /dev/null packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec:1.1
--- /dev/null	Fri Nov  6 23:18:46 2009
+++ packages/geany-plugin-spellcheck/geany-plugin-spellcheck.spec	Fri Nov  6 23:18:41 2009
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+Summary:	geany spell check plugin
+Summary(pl.UTF-8):	wtyczka dla geany sprawdzająca pisownię
+Name:		geany-plugin-spellcheck
+Version:	0.4
+Release:	1
+License:	GPL v2
+Group:		Libraries
+Source0:	http://plugins.geany.org/spellcheck/spellcheck-%{version}.tar.bz2
+# Source0-md5:	f03dca77cf65ea02c3fca9cff8cf4828
+URL:		http://plugins.geany.org/spellcheck/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	geany-devel >= 0.16
+BuildRequires:	gettext
+BuildRequires:	gtk+2-devel >= 2:2.8
+BuildRequires:	intltool
+BuildRequires:	libtool
+BuildRequires:	rpmbuild(macros) >= 1.198
+Requires:	enchant
+Requires:	enchant-backend
+Requires:	geany >= 0.16
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+This plugin checks the content of the current document in Geany with
+the spell check library Enchant. You can also select a certain text
+passage, then the plugin will only check the selected text.
+
+%description -l pl.UTF-8
+Ta wtyczka sprawdza treść bieżącego dokumentu w Geany, wykorzystując
+bibliotekę do sprawdzania pisowni enchant. Możesz również wybrać
+fragment tekstu, wtedy wtyczka sprawdzi jedynie zaznaczony tekst.
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%prep
+%setup -q -n spellcheck-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+
+%configure 
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+mv  $RPM_BUILD_ROOT%{_docdir}/geany-plugins/spellcheck/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
+rm -r $RPM_BUILD_ROOT%{_docdir}/geany-plugins
+
+%find_lang geanyspellcheck
+
+%files -f geanyspellcheck.lang
+%defattr(644,root,root,755)
+%{_libdir}/geany/*
+%doc AUTHORS COPYING ChangeLog NEWS README
+%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/06 22:18:41  dirdival
+- new
+
================================================================


More information about the pld-cvs-commit mailing list