]> git.pld-linux.org Git - packages/enlightenment-conf.git/blob - enlightenment-conf.spec
- updated gettext BR
[packages/enlightenment-conf.git] / enlightenment-conf.spec
1 Summary:        E-conf the Enlightenment configuration tool
2 Summary(pl.UTF-8):      Narzędzie do konfiguracji Enlightenmenta
3 Name:           enlightenment-conf
4 Version:        0.15
5 Release:        14
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        ftp://www.rasterman.com/pub/enlightenment/%{name}-%{version}.tar.gz
9 # Source0-md5:  ad87526c1e86088e5ba851c36eb70b13
10 Patch0:         %{name}-keybind.patch
11 Patch1:         %{name}-spelling.patch
12 Patch2:         %{name}-locale.patch
13 Patch3:         %{name}-alpha-notrans.patch
14 Patch4:         %{name}-DESTDIR.patch
15 Patch5:         %{name}-use_AM_GNU_GETTEXT.patch
16 Patch6:         %{name}-configure.patch
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  control-center1-devel
20 BuildRequires:  flex
21 BuildRequires:  gettext-tools
22 BuildRequires:  gnome-libs-devel
23 BuildRequires:  gtk+-devel
24 BuildRequires:  imlib-devel
25 BuildRequires:  libtool
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 The enlightenment-conf package contains a configuration tool for
30 configuring the Enlightenment window manager.
31
32 %description -l pl.UTF-8
33 Pakiet enlightenment-conf zawiera narzędzie do konfiguracji zarządcy
34 okien enlightenment.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39 %patch1 -p1
40 %patch2 -p1
41 %patch3 -p1
42 %patch4 -p1
43 %patch5 -p1
44 %patch6 -p1
45
46 %build
47 %{__libtoolize}
48 %{__aclocal} -I macros
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS README
69 %dir %{_datadir}/control-center/Workspace
70 %attr(755,root,root) %{_bindir}/e-conf
71 %{_datadir}/control-center/Workspace/Enlightenment.desktop
This page took 0.070783 seconds and 3 git commands to generate.