summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLink Dupont <link@fastmail.com>2016-06-22 21:27:07 -0700
committerLink Dupont <link@fastmail.com>2016-06-22 21:27:07 -0700
commit0010517ac3fa229d54747b0f1a5cf575d88e3da9 (patch)
tree3fa1d537a75f9b1558fdc99617c4bfa2454fbce1
downloadpop-wallpapers-0010517ac3fa229d54747b0f1a5cf575d88e3da9.tar.gz
pop-wallpapers-0010517ac3fa229d54747b0f1a5cf575d88e3da9.tar.xz
pop-wallpapers-0010517ac3fa229d54747b0f1a5cf575d88e3da9.zip
initial commit
-rw-r--r--.gitignore1
-rw-r--r--sources1
-rw-r--r--system76-wallpapers.spec46
3 files changed, 48 insertions, 0 deletions
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 <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