[gnome-common] 3.1.0

Jiří Popelka jpopelka at fedoraproject.org
Fri Aug 19 16:04:03 UTC 2011


commit 9ffc47bbba11c546d13bf95f844705d87cf1b37f
Author: Matthias Clasen <mclasen at lemur.(none)>
Date:   Thu Aug 18 07:38:04 2011 -0400

    3.1.0

 .gitignore        |    1 +
 gnome-common.spec |   13 +++++--------
 sources           |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64136bb..19b82dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gnome-common-2.28.0.tar.bz2
 /gnome-common-2.34.0.tar.bz2
+/gnome-common-3.1.0.tar.xz
diff --git a/gnome-common.spec b/gnome-common.spec
index 9a66d01..df869ac 100644
--- a/gnome-common.spec
+++ b/gnome-common.spec
@@ -1,5 +1,5 @@
 Name:           gnome-common
-Version:        2.34.0
+Version:        3.1.0
 Release:        1%{?dist}
 Summary:        Useful things common to building gnome packages from scratch
 
@@ -7,8 +7,7 @@ Group:          Development/Tools
 BuildArch:      noarch
 License:        GPLv2
 URL:            http://developer.gnome.org
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.34/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://download.gnome.org/sources/%{name}/3.1/%{name}-%{version}.tar.xz
 
 # This will pull in the latest version; if your package requires something older,
 # well, BuildRequire it in that spec.  At least until such time as we have a
@@ -38,20 +37,18 @@ cp doc-build/README doc-README
 cp doc/usage.txt usage.txt
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc doc-README README COPYING usage.txt ChangeLog
 %{_bindir}/*
 %{_datadir}/aclocal/*
 %{_datadir}/%{name}
 
 %changelog
+* Thu Aug 18 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.0-1
+- Update to 3.1.0
+
 * Sun Apr  3 2011 Christopher Aillon <caillon at redhat.com> - 2.34.0-1
 - Update to 2.34.0
 
diff --git a/sources b/sources
index 0493292..5b78072 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50958c549457db973eb3cc3bfd9c980f  gnome-common-2.34.0.tar.bz2
+810ca925b145c5f6e15d132a44ea3c1e  gnome-common-3.1.0.tar.xz


More information about the scm-commits mailing list