automatic version update by autodist [release 1.0.25-1mamba;Sun Mar 19 2023]
This commit is contained in:
parent
1f80477206
commit
f7462b58ce
10
gloox.spec
10
gloox.spec
@ -1,12 +1,12 @@
|
|||||||
Name: gloox
|
Name: gloox
|
||||||
Version: 1.0.24
|
Version: 1.0.25
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++
|
Summary: A rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://camaya.net/gloox/
|
URL: https://camaya.net/gloox/
|
||||||
Source: http://camaya.net/download/gloox-%{version}.tar.bz2
|
Source: http://camaya.net/download/gloox-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -18,7 +18,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%dir %{_includedir}/gloox
|
||||||
%{_includedir}/gloox/*.h
|
%{_includedir}/gloox/*.h
|
||||||
%{_libdir}/libgloox.a
|
%{_libdir}/libgloox.a
|
||||||
%{_libdir}/libgloox.la
|
|
||||||
%{_libdir}/libgloox.so
|
%{_libdir}/libgloox.so
|
||||||
%{_libdir}/pkgconfig/gloox.pc
|
%{_libdir}/pkgconfig/gloox.pc
|
||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 19 2023 Automatic Build System <autodist@mambasoft.it> 1.0.25-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 1.0.24-1mamba
|
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 1.0.24-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user