[herqq] post-review update to 1.0.0

Jaroslav Reznik jreznik at fedoraproject.org
Wed Jul 20 14:31:27 UTC 2011


commit 58ca839b0c9c3d06b4be19d153bffd7ffc35ee07
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Wed Jul 20 16:31:14 2011 +0200

    post-review update to 1.0.0

 .gitignore |    1 +
 herqq.spec |   19 ++++++++-----------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 175179f..87268b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /herqq-0.9.1.zip
+/herqq-1.0.0.zip
diff --git a/herqq.spec b/herqq.spec
index f2ae565..60fc4d3 100644
--- a/herqq.spec
+++ b/herqq.spec
@@ -1,14 +1,12 @@
 Name:           herqq
-Version:        0.9.1
-Release:        3%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        A software library for building UPnP devices and control points
 # test application is GPLv3 but we do not ship it
 License:        LGPLv3+
 URL:            http://herqq.org/
 Source0:        http://downloads.sourceforge.net/project/hupnp/hupnp/%{name}-%{version}.zip
-Patch0:         herqq-0.9.1-disable-bundled-qtsoap.patch
-Patch1:         herqq-0.9.1-correct-libdir.patch
-Patch2:         herqq-0.9.1-qtsoap-library.patch
+Patch2:         herqq-1.0.0-qtsoap-library.patch
 
 
 BuildRequires:  desktop-file-utils
@@ -30,17 +28,13 @@ Header files for developing applications using %{name}.
 %prep
 %setup -q
 
-# really disable bundled qtsoap, patch sent upstream on Feb 24
-%patch0 -p1 -b .disable-bundled-qtsoap.patch
-# fix install dir, patch sent upstream on Feb 24
-%patch1 -p1 -b .correct-libdir
 # lQtSolutions to lqtsoap
 %patch2 -p1 -b .qtsoap-library
 
 %build
 # we have to disable bundled QtSOAP library
 qmake-qt4 PREFIX=%{_prefix} -config DISABLE_QTSOAP \
-  -config DISABLE_TESTAPP
+  -config DISABLE_TESTAPP -config USE_QT_INSTALL_LOC
 make %{?_smp_mflags}
 
 %install
@@ -53,13 +47,16 @@ make INSTALL_ROOT=%{buildroot} install
 
 %files
 %doc hupnp/ChangeLog hupnp/LICENSE_LGPLv3.txt
-%{_qt4_libdir}/libHUpnp.so.0*
+%{_qt4_libdir}/libHUpnp.so.1*
 
 %files devel
 %{_qt4_libdir}/libHUpnp.so
 %{_qt4_headerdir}/HUpnpCore/
 
 %changelog
+* Wed Jul 20 2011 Jaroslav Reznik <jreznik at redhat.com> - 1.0.0-1
+- post-review update to 1.0.0
+
 * Wed Jul 20 2011 Jaroslav Reznik <jreznik at redhat.com> - 0.9.1-3
 - fix license to LGPLv3+
 - qt4 header dir for consistency
diff --git a/sources b/sources
index 25e5b10..70f21bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb0d080da22b649a5916796bbf4d2c28  herqq-0.9.1.zip
+45a0632f7c7b64bc0fdab852d36c1e61  herqq-1.0.0.zip


More information about the scm-commits mailing list