[xneur] - Update to 0.17.0 version - Add BR libICE-devel

Pavel Alexeev hubbitus at fedoraproject.org
Mon Dec 2 13:09:53 UTC 2013


commit 8e013e9e5abb02b238004c870cdd23bb0aca4fde
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Mon Dec 2 17:09:32 2013 +0400

    - Update to 0.17.0 version
    - Add BR libICE-devel

 .gitignore |    1 +
 sources    |    2 +-
 xneur.spec |   30 +++++++++++++++++++++---------
 3 files changed, 23 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7342482..6cb5dac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /xneur-0.13.0.tar.bz2
 /xneur-0.15.0.tar.bz2
 /xneur-0.16.0.tar.bz2
+/xneur_0.17.0.orig.tar.gz
diff --git a/sources b/sources
index a107f72..3a38c3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c375615f40bca329a37399bdf723b99  xneur-0.16.0.tar.bz2
+443bfa167471b0d3985d8199dfb4ca5c  xneur_0.17.0.orig.tar.gz
diff --git a/xneur.spec b/xneur.spec
index b121bc7..fce1a08 100644
--- a/xneur.spec
+++ b/xneur.spec
@@ -2,8 +2,8 @@
 
 Summary:		X Neural Switcher
 Name:		xneur
-Version:		0.16.0
-Release:		3%{?HGrev:.hg%{HGrev}}%{?dist}
+Version:		0.17.0
+Release:		1%{?HGrev:.hg%{HGrev}}%{?dist}
 License:		GPLv2+
 Group:		User Interface/Desktops
 URL:			http://www.xneur.ru
@@ -11,15 +11,15 @@ URL:			http://www.xneur.ru
 # Sources now in mercurial. Tarball from author to fix last deprecated error.
 Source:		xneur_%{version}+hg%{HGrev}.orig.tar.gz
 %else
-Source:		http://dists.xneur.ru/release-%{version}/tgz/%{name}-%{version}.tar.bz2
+Source:		https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/%{name}_%{version}.orig.tar.gz
 %endif
 
-# It is needed fo build to EL-5
+# It is needed for build against EL-5
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	fontconfig-devel, freetype-devel, glib2-devel, pcre-devel
-BuildRequires:	libX11-devel, gstreamer-devel, freealut-devel >= 1.0.1
-BuildRequires:	enchant-devel, libXpm-devel, imlib2-devel
+BuildRequires:	libX11-devel, gstreamer-devel, freealut-devel >= 1.0.1, libICE-devel
+BuildRequires:	enchant-devel, libXpm-devel, imlib2-devel, enchant-devel
 %if 0%{?fedora} < 17
 BuildRequires:	xosd-devel
 %endif
@@ -68,8 +68,10 @@ developing applications that use %{name}.
 #?./autogen.sh
 #?%endif
 
-# Extra parameters needs to build on Fedora > 13. See https://bugzilla.gnome.org/show_bug.cgi?id=622550
-%configure CFLAGS="%{optflags}" LIBNOTIFY_CFLAGS="%( pkg-config --cflags "libnotify >= 0.4.0" gtk+-2.0 )" LIBNOTIFY_LIBS="%( pkg-config --libs "libnotify >= 0.4.0" gtk+-2.0 )" \
+%configure \
+	--with-sound=aplay \
+	--with-gtk=gtk2 \
+	--with-spell=enchant \
 %if 0%{?fedora} > 16
 	--without-xosd
 %endif
@@ -82,7 +84,6 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 make %{?_smp_mflags}
 
-
 %install
 make DESTDIR=%{buildroot} install
 
@@ -127,6 +128,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Dec 2 2013 Pavel Alexeev <Pahan at Hubbitus.info> - 0.17.0-1
+- Update to 0.17.0 version
+- Add BR libICE-devel
+
+* Sat Aug 10 2013 Pavel Alexeev <Pahan at Hubbitus.info> - 0.16.0-4
+- Drop ugly workarounds on configure with resolve https://bugzilla.gnome.org/show_bug.cgi?id=622550
+- Add configure parameters (borrow from SuSe):
+	--with-sound=aplay \
+	--with-gtk=gtk2 \
+	--with-spell=enchant (add BR enchant-devel)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list