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