[gnome-software] Update the release files with reality



commit 315e068d4103c204aff142f4ab0b754f06f86145
Author: Richard Hughes <richard hughsie com>
Date:   Wed Aug 28 20:23:22 2013 +0100

    Update the release files with reality

 NEWS                           |    7 ++++++
 README                         |   15 ++++++++++++++
 RELEASE                        |   41 ++++++++++++++++++++++++++++++++++++++++
 contrib/gnome-software.spec.in |   15 ++++---------
 4 files changed, 68 insertions(+), 10 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..36f8a73 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,7 @@
+Version 3.10.0
+~~~~~~~~~~~~~~
+Released: 2013-xx-xx
+
+* Translations
+* New Features:
+* Bugfix:
diff --git a/README b/README
index e69de29..106ffdc 100644
--- a/README
+++ b/README
@@ -0,0 +1,15 @@
+=== Software ===
+
+Software lets you install and update applications and system extensions.
+
+Design:        https://wiki.gnome.org/Design/Apps/Software
+       https://wiki.gnome.org/GnomeOS/Design/Whiteboards/SoftwareUpdates
+
+For GNOME 3.10:
+ * Aim for feature parity with gnome-packagekit
+ * Focus on update experience
+ * Always update offline (including security updates)
+ * Never wait on downloads in the application
+ * Search for available applications
+ * May not have screenshots, ratings and other metadata for the installation part
+ * The only metadata we absolutely want to have is icons
diff --git a/RELEASE b/RELEASE
index e69de29..08a4a7c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -0,0 +1,41 @@
+GNOME Software Release Notes
+
+1. Write NEWS entries for gnome-software in the same format as usual.
+
+Version 3.10.0
+~~~~~~~~~~~~~~
+Released: 2013-xx-xx
+
+* Translations
+* New Features:
+* Bugfix:
+
+git shortlog GNOME_SOFTWARE_3_9_1.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
+
+3. Commit changes in gnome-software git:
+
+git commit -a -m "Release version 3.10.0"
+git tag -s GNOME_SOFTWARE_3_10_0 -m "==== Version 3.10.0 ===="
+<enter password>
+git push --tags
+git push
+
+4. Create tarball
+
+make distcheck
+
+5. Upload tarballs:
+
+scp *.tar.xz rhughes master gnome org:
+
+6. Install module
+
+ssh rhughes master gnome org
+ftpadmin install gnome-software-*.tar.xz
+
+7. Do post release version bump in configure.ac
+
+8. Commit trivial changes:
+
+git commit -a -m "trivial: Post release version bump"
+git push
diff --git a/contrib/gnome-software.spec.in b/contrib/gnome-software.spec.in
index e18ca3b..37039eb 100644
--- a/contrib/gnome-software.spec.in
+++ b/contrib/gnome-software.spec.in
@@ -1,28 +1,26 @@
 %define alphatag                        #ALPHATAG#
 
-Summary:   Software management tools for GNOME
+Summary:   A software center for GNOME
 Name:      gnome-software
 Version:   #VERSION#
 Release:   0.#BUILD#%{?alphatag}%{?dist}
 License:   GPLv2+
 Group:     Applications/System
-URL:       http://projects.gnome.org/gnome-software/
-Source0:   http://download.gnome.org/sources/gnome-software/3.5/%{name}-%{version}.tar.xz
+URL:       https://wiki.gnome.org/Apps/Software
+Source0:   http://people.freedesktop.org/~hughsient/temp/%{name}-%{version}.tar.xz
 
 Requires:  gnome-icon-theme
 
-BuildRequires: gtk3-devel >= 3.0.0
 BuildRequires: gettext
 BuildRequires: intltool
 BuildRequires: docbook-utils
 BuildRequires: glib2-devel >= 2.25.9-2
+BuildRequires: gtk3-devel >= 3.9.12
+BuildRequires: PackageKit-glib-devel >= 0.8.10
 
 Requires(post):   /usr/bin/gtk-update-icon-cache
 Requires(postun): /usr/bin/gtk-update-icon-cache
 
-# obsolete sub-package
-Obsoletes: gnome-software-devel <= 3.1.1
-
 %description
 gnome-software is an application that makes it easy to add, remove
 and update software in the GNOME desktop.
@@ -62,9 +60,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/gnome-software
-#%dir %{_datadir}/gnome-software
-#%{_datadir}/icons/hicolor/*/*/*.png
-#%{_datadir}/icons/hicolor/scalable/*/*.svg*
 %{_datadir}/applications/gnome-software.desktop
 %{_datadir}/gnome-software/*.png
 %{_mandir}/man1/gnome-software.1.gz


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]