summaryrefslogtreecommitdiffstats
path: root/arc-icon-theme.spec
blob: 7612df8cb336715cbaef644b4547f3d20f891328 (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
45
46
%global		debug_package	%{nil}
%global		gittag		20161122

Name:		arc-icon-theme
Version:	1.0
Release:	%{gittag}.1%{?dist}
Summary:	A flat theme with transparent elements

License:	GPLv3
URL:		https://github.com/horst3180/arc-icon-theme
Source0:	https://github.com/horst3180/arc-icon-theme/archive/%{gittag}.tar.gz#/%{name}-%{gittag}.tar.gz

Requires:	moka-icon-theme
Requires:	adwaita-icon-theme
BuildRequires:	autoconf
BuildRequires:	automake

BuildArch:	noarch


%description
%{summary}.


%prep
%autosetup -n arc-icon-theme-%{gittag}

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


%install
%make_install


%files
%license COPYING
%doc README.md CREDITS
%{_datadir}/icons/Arc


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