]> git.pld-linux.org Git - packages/enlightenment-module-bling.git/blob - enlightenment-module-bling.spec
- changed required enlightenmen-devel package version
[packages/enlightenment-module-bling.git] / enlightenment-module-bling.spec
1 %define         _snap           20080814
2 %define         module_name     bling
3 Summary:        Enlightenment DR17 module: %{module_name}
4 Summary(pl.UTF-8):      Moduł Enlightenmenta DR17: %{module_name}
5 Name:           enlightenment-module-%{module_name}
6 Version:        0.0.1
7 Release:        0.%{_snap}.1
8 License:        BSD
9 Group:          X11/Window Managers/Tools
10 Source0:        %{module_name}-%{version}-%{_snap}.tar.bz2
11 # Source0-md5:  6d024eb2e6a3e369346e2bb9a7793e7a
12 URL:            http://code.google.com/p/itask-module/wiki/ItaskNG
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  enlightenment-devel >= 0.16.999.044
16 BuildRequires:  gettext-autopoint
17 BuildRequires:  libtool
18 Requires:       enlightenment >= 0.16.999.044
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Bling module is an xcompmgr derived, EFLized composite manager for
23 E17.
24
25 %description -l pl.UTF-8
26 Moduł Bling jest pochodnym xcompmgr zarządcą składania dla E17.
27
28 %prep
29 %setup -q -n %{module_name}-%{version}-%{_snap}
30
31 %build
32 %{__autopoint}
33 %{__libtoolize}
34 %{__aclocal} -I m4
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure \
39         --disable-static
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README TODO
54 %dir %{_libdir}/enlightenment/modules/%{module_name}
55 %dir %{_libdir}/enlightenment/modules/%{module_name}/linux-gnu-*
56 %attr(755,root,root) %{_libdir}/enlightenment/modules/%{module_name}/linux-gnu-*/module.so
57 %{_libdir}/enlightenment/modules/%{module_name}/module.desktop
58 %{_libdir}/enlightenment/modules/%{module_name}/*.edj
This page took 0.079429 seconds and 3 git commands to generate.