]> git.pld-linux.org Git - packages/geany-plugin-spellcheck.git/blame - geany-plugin-spellcheck.spec
- new
[packages/geany-plugin-spellcheck.git] / geany-plugin-spellcheck.spec
CommitLineData
dfe5a9c2
KG
1Summary: geany spell check plugin
2Summary(pl.UTF-8): wtyczka dla geany sprawdzająca pisownię
3Name: geany-plugin-spellcheck
4Version: 0.4
5Release: 1
6License: GPL v2
7Group: Libraries
8Source0: http://plugins.geany.org/spellcheck/spellcheck-%{version}.tar.bz2
9# Source0-md5: f03dca77cf65ea02c3fca9cff8cf4828
10URL: http://plugins.geany.org/spellcheck/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: geany-devel >= 0.16
14BuildRequires: gettext
15BuildRequires: gtk+2-devel >= 2:2.8
16BuildRequires: intltool
17BuildRequires: libtool
18BuildRequires: rpmbuild(macros) >= 1.198
19Requires: enchant
20Requires: enchant-backend
21Requires: geany >= 0.16
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24
25%description
26This plugin checks the content of the current document in Geany with
27the spell check library Enchant. You can also select a certain text
28passage, then the plugin will only check the selected text.
29
30%description -l pl.UTF-8
31Ta wtyczka sprawdza treść bieżącego dokumentu w Geany, wykorzystując
32bibliotekę do sprawdzania pisowni enchant. Możesz również wybrać
33fragment tekstu, wtedy wtyczka sprawdzi jedynie zaznaczony tekst.
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%prep
39%setup -q -n spellcheck-%{version}
40
41%build
42%{__libtoolize}
43%{__aclocal}
44%{__autoheader}
45%{__automake}
46%{__autoconf}
47
48%configure
49
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
58mv $RPM_BUILD_ROOT%{_docdir}/geany-plugins/spellcheck/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
59rm -r $RPM_BUILD_ROOT%{_docdir}/geany-plugins
60
61%find_lang geanyspellcheck
62
63%files -f geanyspellcheck.lang
64%defattr(644,root,root,755)
65%{_libdir}/geany/*
66%doc AUTHORS COPYING ChangeLog NEWS README
This page took 0.073299 seconds and 4 git commands to generate.