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