From 19019f36ce493aa8bd588a6f355d76e10928d501 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:08:42 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.2-1mamba;Mon Jul 08 2013] --- README.md | 2 ++ gloox.spec | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 gloox.spec diff --git a/README.md b/README.md index 36e9e62..83a05ef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gloox +gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. + diff --git a/gloox.spec b/gloox.spec new file mode 100644 index 0000000..d9c2a4c --- /dev/null +++ b/gloox.spec @@ -0,0 +1,83 @@ +Name: gloox +Version: 1.0.2 +Release: 1mamba +Summary: A rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++ +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://camaya.net/gloox/ +Source: http://camaya.net/download/gloox-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libgnutls-devel +BuildRequires: libidn-devel +BuildRequires: libstdc++6-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. + +%package -n lib%{name} +Group: System/Libraries +Summary: A rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++ + +%description -n lib%{name} +gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. + +%package -n lib%{name}-devel +Group: Development/Libraries +Summary: Development files for %{name} +Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: pkg-config + +%description -n lib%{name}-devel +This package contains libraries and header files for developing applications that use %{name}. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -n lib%{name} -p /sbin/ldconfig +%postun -n lib%{name} -p /sbin/ldconfig + +%files -n lib%{name} +%defattr(-,root,root) +%{_libdir}/libgloox.so.* +%doc AUTHORS COPYING LICENSE + +%files -n lib%{name}-devel +%defattr(-,root,root) +%{_bindir}/gloox-config +%dir %{_includedir}/gloox +%{_includedir}/gloox/*.h +%{_libdir}/libgloox.a +%{_libdir}/libgloox.la +%{_libdir}/libgloox.so +%{_libdir}/pkgconfig/gloox.pc +%doc ChangeLog README TODO + + +%changelog +* Mon Jul 08 2013 Automatic Build System 1.0.2-1mamba +- automatic version update by autodist + +* Sat May 25 2013 Silvan Calarco 1.0-1mamba +- package created by silvan using the webbuild interface