Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
herqq
herqq.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File herqq.spec of Package herqq
# # spec file for package herqq # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright 2010 tittiatcoke@gmail.com # Copyright 2011 rwooninck@opensuse.org # Copyright 2011 Buschmann <buschmann23@opensuse.org> # # 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: 0 Summary: A Library for Building UPnP Devices and Control Points License: LGPL-3.0 Group: Development/Libraries/Other Url: http://herqq.org 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} Obsoletes: %{name}-libs < %{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} Requires: libQtSolutions_SOAP-2_7-1 = %{version} Requires: libqt4-devel %description devel This is package provides development files and headers needed to build software using libherqq or libHUpnp1 %prep %setup -q # Fix wrong EOL encoding: sed -i 's/\r//' hupnp/{LICENSE*.txt,lib/qtsoap-2.7-opensource/{LICENSE.*,README.TXT,LGPL_EXCEPTION.txt}} %build qmake -r QMAKE_CXXFLAGS="%optflags -fvisibility-inlines-hidden" 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/ %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) %doc hupnp/LICENSE_*.txt %{_libdir}/libHUpnp.so.* %files -n libQtSolutions_SOAP-2_7-1 %defattr(-,root,root) %doc hupnp/lib/qtsoap-2.7-opensource/{LICENSE.*,README.TXT,LGPL_EXCEPTION.txt} %{_libdir}/libQtSolutions_SOAP-2.7.so.* %files devel %defattr(-,root,root) %doc hupnp/docs/html hupnp/ChangeLog %{_includedir}/HUpnpCore/ %{_libdir}/libHUpnp.so %{_libdir}/libQt*.so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor