Author: lisu                         Date: Fri Jul  1 14:56:36 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added to cvs

---- Files affected:
packages/herqq:
   herqq.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/herqq/herqq.spec
diff -u /dev/null packages/herqq/herqq.spec:1.1
--- /dev/null   Fri Jul  1 16:56:36 2011
+++ packages/herqq/herqq.spec   Fri Jul  1 16:56:31 2011
@@ -0,0 +1,79 @@
+# $Revision$, $Date$
+Summary:       A library for building UPnP devices and control points
+Name:          herqq
+Version:       1.0.0
+Release:       1
+License:       GPL v3+
+Group:         Applications
+Source0:       http://downloads.sourceforge.net/hupnp/%{name}-%{version}.zip
+# Source0-md5: 45a0632f7c7b64bc0fdab852d36c1e61
+URL:           http://www.herqq.org/
+BuildRequires: unzip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 devel
+Summary:       Header files for herqq library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki herqq
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for herqq library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki herqq.
+
+%prep
+%setup -q
+
+%build
+qmake-qt4
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_includedir}/HUpnpCore,%{_libdir}}
+
+cp hupnp/bin/lib* $RPM_BUILD_ROOT%{_libdir}
+cp hupnp/include/HUpnpCore/H* $RPM_BUILD_ROOT%{_includedir}/HUpnpCore
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libHUpnp.so.*.*.*
+%attr(755,root,root) %{_libdir}/libHUpnp.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libHUpnp.so.1
+%attr(755,root,root) %{_libdir}/libQtSolutions_SOAP-2.7.so.*.*.*
+%attr(755,root,root) %{_libdir}/libQtSolutions_SOAP-2.7.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libQtSolutions_SOAP-2.7.so.1
+
+%files devel
+%defattr(644,root,root,755)
+%doc hupnp/docs
+%{_libdir}/libHUpnp.so
+%{_libdir}/libQtSolutions_SOAP-2.7.so
+%{_includedir}/HUpnpCore
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/01 14:56:31  lisu
+- added to cvs
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to