~enlightenment-git/enlightenment-svn/e-modules-extra

« back to all changes in this revision

Viewing changes to everything-wallpaper/e_module.spec.in

  • Committer: jeffdameth
  • Date: 2010-05-18 06:08:27 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/E-MODULES-EXTRA:48960
going to move wallpaper out of e modules. who wants to have it can get it here :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%define module_name evry-tracker
 
2
 
 
3
Summary: %{module_name} module for the Enlightenment window manager
 
4
Name: e_modules-%{module_name}
 
5
Version: @VERSION@
 
6
Release: 0.%(date '+%Y%m%d')
 
7
License: BSD
 
8
Group: User Interface/Desktops
 
9
URL: http://www.enlightenment.org/
 
10
Source: ftp://ftp.enlightenment.org/pub/enlightenment/%{module_name}-%{version}.tar.gz
 
11
Packager: %{?_packager:%{_packager}}%{!?_packager:quaker <quaker@gmail.com>}
 
12
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
 
13
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
 
14
BuildRequires: edje-bin
 
15
BuildRequires: enlightenment-devel >= 0.16.999
 
16
Requires: enlightenment >= 0.16.999
 
17
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
18
 
 
19
%description
 
20
%{module_name} module for the Enlightenment window manager.
 
21
 
 
22
%prep
 
23
%setup -q -n %{module_name}-%{version}
 
24
 
 
25
%build
 
26
%{configure}
 
27
%{__make} %{?_smp_mflags} %{?mflags}
 
28
 
 
29
%install
 
30
%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
 
31
%{find_lang} %{module_name} || true > %{module_name}.lang
 
32
 
 
33
%clean
 
34
test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
 
35
 
 
36
%post
 
37
/sbin/ldconfig
 
38
 
 
39
%postun
 
40
/sbin/ldconfig
 
41
 
 
42
%files -f %{module_name}.lang
 
43
%defattr(-, root, root)
 
44
%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
 
45
%if "%{module_name}" == "emu"
 
46
%{_bindir}/%{module_name}*
 
47
%endif
 
48
%{_libdir}/enlightenment/modules/%{module_name}*
 
49
 
 
50
%changelog