102 lines
2.9 KiB
RPMSpec
102 lines
2.9 KiB
RPMSpec
|
Name: libmeanwhile
|
||
|
Version: 1.0.2
|
||
|
Release: 3mamba
|
||
|
Summary: An open implementation of the Lotus Sametime Community Client protocol
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||
|
URL: http://meanwhile.sourceforge.net/
|
||
|
Source: http://switch.dl.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
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libselinux-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: pkgconfig
|
||
|
BuildRequires: doxygen
|
||
|
|
||
|
%description
|
||
|
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.
|
||
|
|
||
|
%package devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Static libraries and headers for %{name}
|
||
|
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.
|
||
|
|
||
|
%package apidocs
|
||
|
Summary: Meanwhile library API documentation
|
||
|
Group: Documentation
|
||
|
Requires: gtk-doc
|
||
|
|
||
|
%description apidocs
|
||
|
Meanwhile library API documentation.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n meanwhile-%{version}
|
||
|
%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
doxygen -u -s doc/Doxyfile
|
||
|
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/*.so.*
|
||
|
%doc AUTHORS COPYING
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_includedir}/meanwhile
|
||
|
%{_includedir}/meanwhile/*.h
|
||
|
%{_libdir}/*.a
|
||
|
%{_libdir}/*.la
|
||
|
%{_libdir}/*.so
|
||
|
%{_libdir}/pkgconfig/*.pc
|
||
|
%doc ChangeLog README TODO
|
||
|
|
||
|
%files apidocs
|
||
|
%defattr(-,root,root)
|
||
|
%{_datadir}/doc/meanwhile-doc-%{version}/
|
||
|
|
||
|
%changelog
|
||
|
* Sat Apr 07 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-3mamba
|
||
|
- rebuilt with patch for glib 2.32
|
||
|
|
||
|
* Thu Jun 26 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.0.2-2mamba
|
||
|
- update Vendor, Distribution, mantainer
|
||
|
- format description
|
||
|
- update docs list with doxygen
|
||
|
|
||
|
* Wed Jan 31 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.2-1qilnx
|
||
|
- update to version 1.0.2 by autospec
|
||
|
|
||
|
* Thu Aug 25 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.2-1qilnx
|
||
|
- update to version 0.4.2 by autospec
|
||
|
|
||
|
* Thu May 19 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.4.1-1qilnx
|
||
|
- package created by autospec
|