-
Notifications
You must be signed in to change notification settings - Fork 0
/
mokojeweled.spec.in
43 lines (35 loc) · 1.09 KB
/
mokojeweled.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%define _missing_doc_files_terminate_build 0
Summary: Bejeweled clone made with EFL
Name: @PACKAGE@
Version: @VERSION@
Release: 0
License: GPLv3+
Group: Applications/Games
Source: %{name}-%{version}.tar.gz
Packager: %{?_packager:%{_packager}}%{!?_packager:Rui Miguel Seabra <[email protected]>}
Vendor: Daniele Ricci <[email protected]>
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
URL: https://gitorious.org/mokosuite2/mokojeweled
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: elementary
BuildRequires: elementary-devel
%description
Bejeweled clone made with EFL
%prep
%setup -q
%build
%{configure} --prefix=%{_prefix}
%{__make} %{?_smp_mflags} %{?mflags}
%install
%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
%clean
test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc ACKNOWLEDGEMENTS AUTHORS COPYING README TODO ChangeLog NEWS
%{_bindir}/mokojeweled
%{_datadir}/applications/mokojeweled.desktop
%{_datadir}/mokojeweled/themes/gweled.edj
%{_datadir}/locale/*
%{_datadir}/pixmaps/mokojeweled.png
%changelog