Hello community,

here is the log from the commit of package herqq for openSUSE:Factory
checked in at Mon Sep 5 16:31:39 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/herqq/herqq.changes    2011-09-04 
15:42:46.000000000 +0200
@@ -0,0 +1,42 @@
+-------------------------------------------------------------------
+Sun Sep  4 15:40:31 UTC 2011 - [email protected]
+
+- Changed library names to conform to openSUSE library packaging guidelines
+- Changed summary and description of -devel package to reflect above changes
+- Changed package groups
+
+-------------------------------------------------------------------
+Tue Aug 23 10:19:37 UTC 2011 - [email protected]
+
+- Added -32bit compatibility package.  This was making libkde4-32bit 
uninstallable
+- Added a provides for libHUpnp1, the proper name for the library
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------
+Mon Jun 27 14:45:20 UTC 2011 - [email protected]
+
+- RPMLINT fixes
+
+-------------------------------------------------------------------
+Tue May 17 15:15:00 CET 2011 - [email protected] - 1.0.0
+
+- BuildRequires libqt4-devel >= 4.6.0
+
+-------------------------------------------------------------------
+Tue May 17 15:11:00 CET 2011 - [email protected] - 1.0.0
+
+- Update to 1.0.0
+
+-------------------------------------------------------------------
+Mon Jan 10 20:08:41 UTC 2011 - [email protected]
+
+- Update to 0.8.0
+  * Major API improvements
+  * Important optimizations
+  * Bug Fixes 
+
+-------------------------------------------------------------------
+Tue Oct 26 07:26:04 UTC 2010 - [email protected]
+
+- Initial version 0.7.0
+

calling whatdependson for head-i586


New:
----
  baselibs.conf
  herqq-1.0.0.tar.bz2
  herqq.changes
  herqq.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ herqq.spec ++++++
#
# spec file for package herqq
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2010 [email protected]
# Copyright 2011 [email protected]
# Copyright 2011 Buschmann <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           herqq
Version:        1.0.0
Release:        1
License:        LGPLv3
Summary:        A Library for Building UPnP Devices and Control Points
Url:            http://herqq.org
Group:          Development/Libraries/Other
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  libqt4-devel >= 4.6.0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Herqq UPnP (HUPnP) is a software library for building UPnP devices and control 
points conforming to the
UPnP Device Architecture version 1.1. It is designed to be simple to use and 
robust in operation.
It is built using C++ and the Qt Framework following many of the design 
principles and programming
practices used in the Qt Framework. It integrates into Qt-based software 
smoothly and enables truly
rapid UPnP development.

%package -n libHUpnp1

Summary:        A Library for Building UPnP Devices and Control Points
Group:          Development/Libraries/KDE
Provides:       %{name}-libs = %{version}
Requires:       libQtSolutions_SOAP-2_7-1 = %{version}

%description -n libHUpnp1
Herqq UPnP (HUPnP) is a software library for building UPnP devices and control 
points conforming to the
UPnP Device Architecture version 1.1. It is designed to be simple to use and 
robust in operation.
It is built using C++ and the Qt Framework following many of the design 
principles and programming
practices used in the Qt Framework. It integrates into Qt-based software 
smoothly and enables truly
rapid UPnP development.

%package -n libQtSolutions_SOAP-2_7-1

Summary:        SOAP client for Qt
Group:          Development/Libraries/KDE

%description -n libQtSolutions_SOAP-2_7-1
The Qt SOAP project provides basic web service support with
version 1.1 of the SOAP protocol.

%package devel

Summary:        The development files for herqq and libHUpnp1
Group:          Development/Libraries/KDE
Requires:       libHUpnp1 = %{version}

%description devel
This is package provides development files and headers needed to build software 
using libherqq
or libHUpnp1

%prep
%setup -q

%build
qmake -r
make %{?_smp_mflags}

%install
%make_install
mkdir -p %{buildroot}%{_libdir}
mkdir -p %{buildroot}%{_includedir}/HUpnpCore
pushd hupnp/bin
mv lib* %{buildroot}%{_libdir}
popd
pushd hupnp/include/HUpnpCore
cp H* %{buildroot}%{_includedir}/HUpnpCore/
popd
pushd hupnp/deploy/include/HUpnpCore
mv *  %{buildroot}%{_includedir}/HUpnpCore/
popd
%fdupes %{buildroot}%{_includedir}/HUpnpCore/

%clean
rm -rf %{buildroot}

%post   -n libHUpnp1 -p /sbin/ldconfig

%postun -n libHUpnp1 -p /sbin/ldconfig

%post   -n libQtSolutions_SOAP-2_7-1 -p /sbin/ldconfig

%postun -n libQtSolutions_SOAP-2_7-1 -p /sbin/ldconfig

%files -n libHUpnp1
%defattr(-,root,root)
%{_libdir}/libHUpnp.so.*

%files -n libQtSolutions_SOAP-2_7-1
%defattr(-,root,root)
%{_libdir}/libQtSolutions_SOAP-2.7.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/HUpnpCore/
%{_libdir}/libHUpnp.so
%{_libdir}/libQt*.so

%changelog
++++++ baselibs.conf ++++++
herqq-libs

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to