summaryrefslogtreecommitdiffstats
path: root/moka-icon-theme.spec
blob: 4f9c5b394210db4a73e2c9fde81104d79b9d2615 (plain)
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
44
%global		debug_package	%{nil}

Name:		moka-icon-theme
Version:	5.3.5
Release:	1%{?dist}
Summary:	Simple and consistent icon set

License:	GPLv3+ or CC-BY-SA
URL:		https://snwh.org/moka
Source0:	https://github.com/snwh/moka-icon-theme/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

Requires:	faba-icon-theme
BuildRequires:	autoconf
BuildRequires:	automake

BuildArch:	noarch


%description
%{summary}.


%prep
%autosetup

%build
NOCONFIGURE=1 ./autogen.sh
%configure
%make_build


%install
%make_install


%files
%license COPYING
%doc README.md AUTHORS
%{_datadir}/icons/Moka


%changelog
* Sat Nov 26 2016 Link Dupont <linkdupont@fedoraproject.org> - 5.3.5-1
- Initial package