update to 1.1.1 [release 1.1.1-1mamba;Mon Feb 15 2021]
This commit is contained in:
parent
1d04be2c8a
commit
a3dcc54a2f
@ -1,16 +1,16 @@
|
|||||||
Name: libmeanwhile
|
Name: libmeanwhile
|
||||||
Version: 1.0.2
|
Version: 1.1.1
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: An open implementation of the Lotus Sametime Community Client protocol
|
Summary: An open implementation of the Lotus Sametime Community Client protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
URL: http://meanwhile.sourceforge.net/
|
URL: https://meanwhile.sourceforge.net/
|
||||||
Source: http://switch.dl.sourceforge.net/sourceforge/meanwhile/meanwhile-%{version}.tar.gz
|
Source: https://github.com/obriencj/meanwhile.git/v%{version}/meanwhile-%{version}.tar.bz2
|
||||||
|
#Source: https://downloads.sourceforge.net/sourceforge/meanwhile/meanwhile-%{version}.tar.gz
|
||||||
Patch0: libmeanwhile-1.0.2-glib-2.32.patch
|
Patch0: libmeanwhile-1.0.2-glib-2.32.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -19,6 +19,7 @@ BuildRequires: libselinux-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Meanwhile is a library for connecting to a LIM (Lotus Instant Messaging, formerly Lotus Sametime, formerly VPBuddy) community.
|
Meanwhile is a library for connecting to a LIM (Lotus Instant Messaging, formerly Lotus Sametime, formerly VPBuddy) community.
|
||||||
@ -32,8 +33,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Meanwhile is a library for connecting to a LIM (Lotus Instant Messaging, formerly Lotus Sametime, formerly VPBuddy) community.
|
Meanwhile is a library for connecting to a LIM (Lotus Instant Messaging, formerly Lotus Sametime, formerly VPBuddy) community.
|
||||||
It uses a protocol based in part off of the IMPP draft(*1), and in part off of traces of TCP sessions from existing clients.
|
It uses a protocol based in part off of the IMPP draft(*1), and in part off of traces of TCP sessions from existing clients.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package apidocs
|
%package apidocs
|
||||||
Summary: Meanwhile library API documentation
|
Summary: Meanwhile library API documentation
|
||||||
@ -43,9 +43,12 @@ Requires: gtk-doc
|
|||||||
%description apidocs
|
%description apidocs
|
||||||
Meanwhile library API documentation.
|
Meanwhile library API documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n meanwhile-%{version}
|
%setup -q -n meanwhile-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -65,16 +68,15 @@ doxygen -u -s doc/Doxyfile
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libmeanwhile.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/meanwhile
|
%dir %{_includedir}/meanwhile
|
||||||
%{_includedir}/meanwhile/*.h
|
%{_includedir}/meanwhile/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libmeanwhile.la
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libmeanwhile.so
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
|
|
||||||
@ -83,6 +85,9 @@ doxygen -u -s doc/Doxyfile
|
|||||||
%{_datadir}/doc/meanwhile-doc-%{version}/
|
%{_datadir}/doc/meanwhile-doc-%{version}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
||||||
|
- update to 1.1.1
|
||||||
|
|
||||||
* Sat Apr 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-3mamba
|
* Sat Apr 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-3mamba
|
||||||
- rebuilt with patch for glib 2.32
|
- rebuilt with patch for glib 2.32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user