diff --git a/libmeanwhile.spec b/libmeanwhile.spec index a7d624c..8a0b372 100644 --- a/libmeanwhile.spec +++ b/libmeanwhile.spec @@ -1,16 +1,16 @@ Name: libmeanwhile -Version: 1.0.2 -Release: 3mamba +Version: 1.1.1 +Release: 1mamba Summary: An open implementation of the Lotus Sametime Community Client protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Aleph0 -URL: http://meanwhile.sourceforge.net/ -Source: http://switch.dl.sourceforge.net/sourceforge/meanwhile/meanwhile-%{version}.tar.gz +URL: https://meanwhile.sourceforge.net/ +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 License: LGPL -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: gtk-doc @@ -19,6 +19,7 @@ BuildRequires: libselinux-devel ## AUTOBUILDREQ-END BuildRequires: pkgconfig BuildRequires: doxygen +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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 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. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %package apidocs Summary: Meanwhile library API documentation @@ -43,9 +43,12 @@ Requires: gtk-doc %description apidocs Meanwhile library API documentation. +%debug_package + %prep %setup -q -n meanwhile-%{version} -%patch0 -p1 +#%patch0 -p1 +./autogen.sh %build %configure @@ -65,16 +68,15 @@ doxygen -u -s doc/Doxyfile %files %defattr(-,root,root) -%{_libdir}/*.so.* +%{_libdir}/libmeanwhile.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/meanwhile %{_includedir}/meanwhile/*.h -%{_libdir}/*.a -%{_libdir}/*.la -%{_libdir}/*.so +%{_libdir}/libmeanwhile.la +%{_libdir}/libmeanwhile.so %{_libdir}/pkgconfig/*.pc %doc ChangeLog README TODO @@ -83,6 +85,9 @@ doxygen -u -s doc/Doxyfile %{_datadir}/doc/meanwhile-doc-%{version}/ %changelog +* Mon Feb 15 2021 Silvan Calarco 1.1.1-1mamba +- update to 1.1.1 + * Sat Apr 07 2012 Silvan Calarco 1.0.2-3mamba - rebuilt with patch for glib 2.32