From 0010517ac3fa229d54747b0f1a5cf575d88e3da9 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Wed, 22 Jun 2016 21:27:07 -0700 Subject: initial commit --- .gitignore | 1 + sources | 1 + system76-wallpapers.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 sources create mode 100644 system76-wallpapers.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da9ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/system76-wallpapers_16.04.1.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..c54c7ac --- /dev/null +++ b/sources @@ -0,0 +1 @@ +c39c8f23906da9c67a292722f7cb3df8 system76-wallpapers_16.04.1.tar.gz diff --git a/system76-wallpapers.spec b/system76-wallpapers.spec new file mode 100644 index 0000000..2617d51 --- /dev/null +++ b/system76-wallpapers.spec @@ -0,0 +1,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 - 16.04.1-1 +- New upstream release +* Sun Jan 10 2016 Link Dupont - 15.10.0-3 +- Update description +* Sat Jan 9 2016 Link Dupont - 15.10.0-2 +- Remove invalid pre/post scriptlets +* Tue Jan 5 2016 Link Dupont - 15.10.0-1 +- Initial package -- cgit