]> git.pld-linux.org Git - packages/enlightenment-module-tclock.git/blob - enlightenment-module-tclock.spec
- init PLD specs
[packages/enlightenment-module-tclock.git] / enlightenment-module-tclock.spec
1 #
2 # TODO:
3 # - add meaningful descriptions
4 # - add pl
5 # - confirm BR and Rs
6 # - checkout
7 # - investigate the error while loading this module
8 # - rel 1
9 #
10 %define         _module_name    tclock
11 %define         _snap   20060420
12 Summary:        Enlightenment DR17 module: %{_module_name}
13 Summary(pl):    Modu³ Enlightenmenta DR17: %{_module_name}
14 # - confirm BR and Rs
15 Name:           enlightenment-module-%{_module_name}
16 Version:        0.0.9
17 Release:        0.%{_snap}.0.1
18 License:        BSD
19 Group:          X11/Window Managers/Tools
20 #Source0:       http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
21 Source0:        http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2
22 # Source0-md5:  4a473333232366812fb96bdfafc525fe
23 URL:            http://www.get-e.org/Resources/Modules/
24 BuildRequires:  autoconf
25 BuildRequires:  automake
26 BuildRequires:  edje
27 BuildRequires:  enlightenmentDR17-devel
28 BuildRequires:  ewl-devel
29 BuildRequires:  libtool
30 BuildRequires:  sed >= 4.0
31 Requires:       enlightenmentDR17
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Engage is a rss displayer based on the Enlightenment Foundation
36 Libraries. It currently works as an app-launcher, taskbar and a system
37 tray.
38
39 %prep
40 %setup -q -n %{_module_name}
41 sed 's/ 16\.999/ 0.16.999/' -i configure.in
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure \
50         --disable-static
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog README
65 %dir %{_libdir}/enlightenment/modules/%{_module_name}
66 %dir %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*
67 %attr(755,root,root) %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*/module.so
68 %{_libdir}/enlightenment/modules/%{_module_name}/*.png
69 %{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edc
70 %{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edj
71 %{_datadir}/locale/*/LC_MESSAGES/%{_module_name}.mo
This page took 0.041747 seconds and 3 git commands to generate.