Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 6eab4dd79b1b443e5055e759e95cc117 > files > 2

libicq2000-0.3.2-12mdk.src.rpm

Summary:	The C++ ICQ2000/2001 Library
Name:		libicq2000
Version:	0.3.2
Release:	12mdk
License:	GPL
Group:		Development/C++
Source:		http://prdownloads.sourceforge.net/libicq2000/libicq2000-%{version}.tar.bz2
URL:		http://libicq2000.sourceforge.net/
BuildRequires:	libstdc++-devel
BuildRequires:	libsigc++-devel
BuildRoot:	%{_tmppath}/%{name}-root

%description
libicq2000 is an opensource C++ library being developed to support the
icq2000/2001 protocol. It is easy for developers to use as the backbone
for their clients' connection to the ICQ network - all the protocol
work is abstracted away in one nice object-oriented interface.

%package devel
Summary:	Header files and static libraries of the icq2000 library
Group:		Development/C++
Requires:	%{name} = %{version}
Requires:	libstdc++-devel
Requires:	libsigc++-devel
Provides:	libicq-devel

%description devel
This package contains the headers that programmers will need to develop
applications which will use libicq2000.

%prep

%setup -q

%build

%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

%makeinstall
strip %{buildroot}%{_libdir}/* || :
rm -f doc/*~

%if %mdkversion >= 1020
%multiarch_binaries %{buildroot}%{_bindir}/libicq2000-config
%endif

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} 

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/libicq2000.so.*

%files devel
%defattr(-, root, root)
%doc doc/*
%if %mdkversion >= 1020
%multiarch %{multiarch_bindir}/libicq2000-config
%endif
%{_bindir}/libicq2000-config
%{_includedir}/libicq2000
%{_libdir}/libicq2000.a
%{_libdir}/libicq2000.la
%{_libdir}/libicq2000.so
%{_datadir}/aclocal/libicq2000.m4
%{_mandir}/man1/libicq2000-config.1*

%changelog
* Thu May 05 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.3.2-12mdk
- Shot points on summary ( really :/ )

* Thu May 05 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.3.2-11mdk
- Fix Summary 

* Thu May 05 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.3.2-10mdk
- Fix MultiArch

* Mon Jun 14 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.3.2-9mdk
- fix requires...

* Mon Jun 14 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.3.2-8mdk
- rebuild
- fix broken changelog 

* Sat Feb 28 2004 Pascal Terjan <pterjan@mandrake.org> 0.3.2-7mdk
- remove useless (and broken) lib dependencies

* Sun Aug 31 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.3.2-6mdk
- rebuild against new libstdc++ and libsigc++
- use new macros
- misc spec file fixes

* Thu Jul 10 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.3.2-5mdk
- rebuild
- misc spec file fixes

* Thu Jan 16 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.3.2-4mdk
- build release

* Mon Sep 02 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.3.2-3mdk
- rebuild

* Sun Aug  4 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.3.2-2mdk
- rebuilt with gcc-3.2

* Sun Jul 21 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.3.2-1mdk
- new version

* Thu Jun 13 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.3.1-1mdk
- boldly stolen from RedHat :-)
- misc spec file fixes
- initial cooker contrib

* Thu May  2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Rebuilt against Red Hat Linux 7.3.
- Added the %{?_smp_mflags} expansion.

* Sat Apr 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Update to 0.3.1.

* Wed Apr 17 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- Initial rpm release (forked away from ickle).