]> git.pld-linux.org Git - packages/tea.git/blame - tea.spec
- tabs in preamble
[packages/tea.git] / tea.spec
CommitLineData
129c95c5 1Summary: Powerful text editor
952297ef 2Summary(pl.UTF-8): Edytor tekstu o dużych możliwościach
129c95c5 3Name: tea
89bf53bd 4Version: 14.2.2
129c95c5 5Release: 1
8096d16c 6License: GPL v2
129c95c5 7Group: X11/Applications/Editors
89bf53bd
RK
8Source0: http://dl.sourceforge.net/tea-editor/%{name}-%{version}.tar.bz2
9# Source0-md5: a11090f6e08f346ff0cf20284cd47af6
129c95c5 10Source1: %{name}.desktop
89bf53bd 11URL: http://tea-editor.sourceforge.net/
8096d16c 12BuildRequires: aspell-devel
144895ac
JB
13BuildRequires: autoconf
14BuildRequires: automake
8096d16c 15BuildRequires: gettext-devel
b13fd8f9 16BuildRequires: gtk+2-devel >= 2:2.2.0
89bf53bd 17BuildRequires: gtksourceview-devel
129c95c5 18BuildRequires: pkgconfig
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22TEA is a very small, but powerful text editor with many unique
23features.
24
f881b622
JR
25%description -l pl.UTF-8
26TEA to bardzo mały edytor tekstu o dużych możliwościach, posiadający
27wiele wyjątkowych cech.
129c95c5 28
29%prep
89bf53bd 30%setup -q
129c95c5 31
32%build
33%{__aclocal}
34%{__autoconf}
35%{__automake}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
129c95c5 41install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
8096d16c 46install pixmaps/%{name}_icon_v2.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
129c95c5 47install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
48
49%find_lang %{name}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files -f %{name}.lang
55%defattr(644,root,root,755)
129c95c5 56%attr(755,root,root) %{_bindir}/*
b80d0564 57%{_datadir}/tea
16db0b1b 58%{_desktopdir}/*.desktop
129c95c5 59%{_pixmapsdir}/*
This page took 0.057061 seconds and 4 git commands to generate.