[glom] Update to 1.26.0

Kalev Lember kalev at fedoraproject.org
Sat May 17 16:14:59 UTC 2014


commit 0cbdf5ead76250ddf0fec9b954ef2837849ea5e1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 17 17:44:25 2014 +0200

    Update to 1.26.0

 .gitignore |    1 +
 glom.spec  |   17 +++++++++--------
 sources    |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 771250f..9b16adc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ glom-1.15.1.tar.bz2
 /glom-1.22.1.tar.xz
 /glom-1.24.1.tar.xz
 /glom-1.24.2.tar.xz
+/glom-1.26.0.tar.xz
diff --git a/glom.spec b/glom.spec
index 1d963f6..12de31a 100644
--- a/glom.spec
+++ b/glom.spec
@@ -1,5 +1,5 @@
-%global major_version  1.24
-%global minor_version  2
+%global major_version  1.26
+%global minor_version  0
 
 Name:           glom
 Version:        %{major_version}.%{minor_version}
@@ -19,7 +19,7 @@ BuildRequires:  gtkmm30-devel >= 3.4.0
 BuildRequires:  libxslt-devel >= 1.1.10
 BuildRequires:  pygobject3-devel >= 2.29.0
 BuildRequires:  iso-codes-devel
-BuildRequires:  gnome-doc-utils
+BuildRequires:  itstool
 BuildRequires:  scrollkeeper
 BuildRequires:  gtksourceviewmm3-devel >= 3.0.0
 BuildRequires:  libgda-devel >= 5.0.3
@@ -97,7 +97,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=${RPM_BUILD_ROOT}
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 desktop-file-install --vendor "" --delete-original         \
@@ -141,13 +141,11 @@ scrollkeeper-update -q || :
 %{_bindir}/%{name}_export_po_all
 %{_bindir}/%{name}_import_po_all
 %{_bindir}/%{name}_test_connection
-%{python_sitearch}/%{name}_1_24.so
+%{python_sitearch}/%{name}_1_26.so
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/gnome/help/%{name}
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/mime/packages/%{name}.xml
-%{_datadir}/omf/%{name}
 %{_datadir}/appdata/%{name}.appdata.xml
 
 %files libs
@@ -162,9 +160,12 @@ scrollkeeper-update -q || :
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/devhelp/books/lib%{name}-%{major_version}/lib%{name}-%{major_version}.devhelp2
 %{_datadir}/doc/lib%{name}-%{major_version}/reference/*
-%{_datadir}/doc/py%{name}_1_24/reference/*
+%{_datadir}/doc/py%{name}_1_26/reference/*
 
 %changelog
+* Sat May 17 2014 Kalev Lember <kalevlember at gmail.com> - 1.26.0-1
+- Update to 1.26.0
+
 * Mon Nov  4 2013 Haïkel Guémar <hguemar at fedoraproject.org> - 1.24.2-1
 - upstream 1.24.2
 
diff --git a/sources b/sources
index adcf7f9..102cd26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27cdba1fb3b24ee9a7561980b889ca18  glom-1.24.2.tar.xz
+7e1d9fe660437e19134f52de0d2af5b4  glom-1.26.0.tar.xz


More information about the scm-commits mailing list