]> git.pld-linux.org Git - packages/enlightenment-module-bling.git/blame - enlightenment-module-bling.spec
- changed required enlightenmen-devel package 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
b964755d 15BuildRequires: enlightenment-devel >= 0.16.999.044
022f2ad8 16BuildRequires: gettext-autopoint
17BuildRequires: libtool
b964755d 18Requires: enlightenment >= 0.16.999.044
022f2ad8 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
b964755d 22Bling module is an xcompmgr derived, EFLized composite manager for
23E17.
022f2ad8 24
25%description -l pl.UTF-8
66ed7175 26Moduł Bling jest pochodnym xcompmgr zarządcą składania dla E17.
022f2ad8 27
28%prep
66ed7175 29%setup -q -n %{module_name}-%{version}-%{_snap}
022f2ad8 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
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc AUTHORS ChangeLog README TODO
66ed7175
JB
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.04664 seconds and 4 git commands to generate.