From 294eb06924f9dd73feadbd464fcd86d01afedfa3e02765bb168f428e34c91225 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 4 Sep 2013 11:51:55 +0000 Subject: [PATCH] Accepting request 197375 from home:dimstar:branches:GNOME:Factory New package - gnome-software OBS-URL: https://build.opensuse.org/request/show/197375 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + gnome-software-3.9.2.tar.xz | 3 ++ gnome-software.changes | 5 +++ gnome-software.spec | 63 +++++++++++++++++++++++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 gnome-software-3.9.2.tar.xz create mode 100644 gnome-software.changes create mode 100644 gnome-software.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gnome-software-3.9.2.tar.xz b/gnome-software-3.9.2.tar.xz new file mode 100644 index 0000000..fb2d03d --- /dev/null +++ b/gnome-software-3.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca30ec919a20a183ff5dbe6c8f95ff2d8cd5007b2b08c8b54a4fc1fe81cb634 +size 6311092 diff --git a/gnome-software.changes b/gnome-software.changes new file mode 100644 index 0000000..2458b4c --- /dev/null +++ b/gnome-software.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Sep 4 08:21:27 UTC 2013 - dimstar@opensuse.org + +- Initial package, version 3.9.2. + diff --git a/gnome-software.spec b/gnome-software.spec new file mode 100644 index 0000000..ddff753 --- /dev/null +++ b/gnome-software.spec @@ -0,0 +1,63 @@ +# +# spec file for package +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: gnome-software +Version: 3.9.2 +Release: 0 +License: GPL-3.0+ +Summary: GNOME Software Store +Url: https://wiki.gnome.org/Design/Apps/Software +Group: System/GUI/GNOME +Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-software/3.9/%{name}-%{version}.tar.xz +BuildRequires: intltool >= 0.35.0 +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.12 +BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.10 +BuildRequires: pkgconfig(sqlite3) +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +AppStore like management of Applications for your GNOME Desktop. + +%lang_package +%prep +%setup -q + +%build +%configure \ + --disable-static +make %{?_smp_mflags} + +%install +%make_install +find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +desktop-file-edit %{buildroot}%{_datadir}/applications/gnome-software.desktop --add-only-show-in=GNOME +%suse_update_desktop_file gnome-software +%find_lang %{name} + +%files +%defattr(-,root,root) +%doc README COPYING +%{_bindir}/%{name} +%{_datadir}/%{name}/ +%{_datadir}/applications/%{name}.desktop +%dir %{_libdir}/gs-plugins +%{_libdir}/gs-plugins/*.so + +%files lang -f %{name}.lang + +%changelog