[spherical-cow-backgrounds] Initial import (#847436).

Martin Sourada mso at fedoraproject.org
Tue Aug 14 16:57:24 UTC 2012


commit 0ea4b64bcf52e0b06cab442664003f577efd2f68
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Tue Aug 14 17:03:25 2012 +0200

    Initial import (#847436).

 .gitignore                     |    1 +
 sources                        |    1 +
 spherical-cow-backgrounds.spec |  111 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 113 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..25f752a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/spherical-cow-backgrounds-17.91.0.tar.xz
diff --git a/sources b/sources
index e69de29..6821339 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d62c522b46ddf16fe191d8060da449eb  spherical-cow-backgrounds-17.91.0.tar.xz
diff --git a/spherical-cow-backgrounds.spec b/spherical-cow-backgrounds.spec
new file mode 100644
index 0000000..41c3d2a
--- /dev/null
+++ b/spherical-cow-backgrounds.spec
@@ -0,0 +1,111 @@
+Name:           spherical-cow-backgrounds
+Version:        17.91.0
+Release:        1%{?dist}
+Summary:        Spherical Cow desktop backgrounds
+
+Group:          Applications/Multimedia
+License:        CC-BY-SA
+#2012/08/11: The web page isn't created yet, but the URL is where the homepage for F18 artwork will be.
+URL:            https://fedoraproject.org/wiki/F18_Artwork
+Source0:        https://fedorahosted.org/released/design-team/%{name}-%{version}.tar.xz
+
+BuildArch:      noarch
+
+# for %%_kde4_* macros
+BuildRequires:  kde-filesystem
+Requires:       %{name}-gnome = %{version}-%{release}
+Requires:       %{name}-kde = %{version}-%{release}
+
+
+%description
+This package contains desktop backgrounds for the Spherical Cow theme.
+Pulls in both Gnome and KDE themes.
+
+%package        single
+Summary:        Single screen images for Spherical Cow Backgrounds
+Group:          Applications/Multimedia
+License:        CC-BY-SA
+
+%description    single
+This package contains single screen images for Spherical Cow
+Backgrounds.
+
+%package        kde
+Summary:        Spherical Cow Wallpapers for KDE
+Group:          Applications/Multimedia
+
+Requires:       %{name}-single = %{version}-%{release}
+Requires:       kde-filesystem
+
+%description    kde
+This package contains KDE desktop wallpapers for the Spherical Cow
+theme.
+
+%package        gnome
+Summary:        Spherical Cow Wallpapers for Gnome
+Group:          Applications/Multimedia
+
+Requires:       %{name}-single = %{version}-%{release}
+
+%description    gnome
+This package contains Gnome desktop wallpapers for the Spherical Cow
+theme.
+
+%package        xfce
+Summary:        Spherical Cow Wallpapers for XFCE4
+Group:          Applications/Multimedia
+
+Requires:       %{name}-single = %{version}-%{release}
+Requires:       xfdesktop
+
+%description    xfce
+This package contains XFCE4 desktop wallpapers for the Spherical Cow
+theme.
+
+%prep
+%setup -q
+
+
+%build
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%doc
+
+%files single
+%doc CC-BY-SA\ 3.0 Attribution
+%dir %{_datadir}/backgrounds/spherical-cow
+%dir %{_datadir}/backgrounds/spherical-cow/default
+%{_datadir}/backgrounds/spherical-cow/default/normalish
+%{_datadir}/backgrounds/spherical-cow/default/standard
+%{_datadir}/backgrounds/spherical-cow/default/wide
+
+%files kde
+%{_kde4_datadir}/wallpapers/Spherical_Cow/
+
+%files gnome
+%{_datadir}/backgrounds/spherical-cow/default/spherical-cow.xml
+%{_datadir}/gnome-background-properties/desktop-backgrounds-spherical-cow.xml
+
+%files xfce
+%{_datadir}/xfce4/backdrops/spherical-cow.png
+
+
+%changelog
+* Sun Aug 12 2012 Martin Sourada <mso at fedoraproject.org> - 17.91.0-1
+- Updated design
+
+* Sat Aug 11 2012 Martin Sourada <mso at fedoraproject.org> - 17.90.2-1
+- Another iteration
+
+* Fri Aug 10 2012 Martin Sourada <mso at fedoraproject.org> - 17.90.1-1
+- First release


More information about the scm-commits mailing list