summaryrefslogtreecommitdiffstats
path: root/system76-wallpapers.spec
blob: 2617d514552405f3a4e27b6f59266e9fb138a712 (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
%define		debug_package %{nil}

Name:		system76-wallpapers
Version:	16.04.1
Release:	1%{?dist}
Summary:	A collection of System76 Wallpapers

License:	GPLv2
URL:		https://launchpad.net/system76-wallpapers
Source0:	https://launchpad.net/~system76-dev/+archive/stable/+files/%{name}_%{version}.tar.gz

BuildArch:	noarch

%description
A collection of System76 Wallpapers


%prep
%autosetup


%build



%install
install -m755 -d %{buildroot}%{_datadir}/backgrounds
install -m644 -D backgrounds/* %{buildroot}%{_datadir}/backgrounds/
install -m644 -D %{name}.xml %{buildroot}%{_datadir}/gnome-background-properties/%{name}.xml


%files
%doc
%{_datadir}/backgrounds/*
%{_datadir}/gnome-background-properties/%{name}.xml


%changelog
* Fri Apr 22 2016 Link Dupont <link@fastmail.com> - 16.04.1-1
- New upstream release
* Sun Jan 10 2016 Link Dupont <link@fastmail.com> - 15.10.0-3
- Update description
* Sat Jan 9 2016 Link Dupont <link@fastmail.com> - 15.10.0-2
- Remove invalid pre/post scriptlets
* Tue Jan 5 2016 Link Dupont <link@fastmail.com> - 15.10.0-1
- Initial package