diff --git a/gloox.spec b/gloox.spec index aab414d..9f06cf2 100644 --- a/gloox.spec +++ b/gloox.spec @@ -1,12 +1,12 @@ Name: gloox -Version: 1.0.24 +Version: 1.0.25 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/ +URL: https://camaya.net/gloox/ Source: http://camaya.net/download/gloox-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN @@ -18,7 +18,6 @@ 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. @@ -69,13 +68,14 @@ This package contains libraries and header files for developing applications tha %dir %{_includedir}/gloox %{_includedir}/gloox/*.h %{_libdir}/libgloox.a -%{_libdir}/libgloox.la %{_libdir}/libgloox.so %{_libdir}/pkgconfig/gloox.pc %doc ChangeLog README TODO - %changelog +* Sun Mar 19 2023 Automatic Build System 1.0.25-1mamba +- automatic version update by autodist + * Wed Jul 29 2020 Automatic Build System 1.0.24-1mamba - automatic version update by autodist