[json-glib/f16] 0.14.0

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 20 01:23:14 UTC 2011


commit 8c89607f02b68016e4705d8969f085953cfb151e
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Sep 19 21:22:27 2011 -0400

    0.14.0

 .gitignore     |    1 +
 json-glib.spec |   22 +++++++---------------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c53d40f..d11941a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ json-glib-0.10.4.tar.bz2
 /json-glib-0.12.0.tar.bz2
 /json-glib-0.12.6.tar.xz
 /json-glib-0.13.90.tar.xz
+/json-glib-0.14.0.tar.xz
diff --git a/json-glib.spec b/json-glib.spec
index a69612b..de0ab22 100644
--- a/json-glib.spec
+++ b/json-glib.spec
@@ -1,7 +1,7 @@
 %define glib_ver 2.16
 
 Name:		json-glib
-Version:	0.13.90
+Version:	0.14.0
 Release:	1%{?dist}
 Summary:	Library for JavaScript Object Notation format
 
@@ -9,8 +9,7 @@ Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://live.gnome.org/JsonGlib
 #VCS:		git:git://git.gnome.org/json-glib
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.12/%{name}-%{version}.tar.xz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:	http://download.gnome.org/sources/%{name}/0.14/%{name}-%{version}.tar.xz
 
 BuildRequires:	glib2-devel >= %{glib_ver}
 BuildRequires:	gobject-introspection-devel
@@ -45,7 +44,6 @@ make %{?_smp_mflags} V=1
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -54,14 +52,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
 cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
 
-
-%check
-# make check
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+%find_lang json-glib-1.0
 
 %post -p /sbin/ldconfig
 
@@ -69,14 +60,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 
-%files
-%defattr(-,root,root,-)
+%files -f json-glib-1.0.lang
 %doc COPYING README NEWS
 %{_libdir}/lib%{name}*.so.*
 %{_libdir}/girepository-1.0/Json-1.0.typelib
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/lib%{name}*.so
 %{_libdir}/pkgconfig/%{name}-1.0.pc
 %{_includedir}/%{name}-1.0/
@@ -85,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 19 2011 Matthias Clasen <mclasen at redhat.com> - 0.14.0-1
+- Update to 0.14.0
+
 * Wed Sep  7 2011 Owen Taylor <otaylor at redhat.com> - 0.13.90-1
 - Update to 0.13.90
 
diff --git a/sources b/sources
index 9824987..c486478 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-265873f728d554a825ccdfa67025d205  json-glib-0.13.90.tar.xz
+830707d4f584313816b0addde5830eb2  json-glib-0.14.0.tar.xz


More information about the scm-commits mailing list