Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 6c48251e871c20f2d26b01b4fc03947a > files > 2

icqlib-1.0.0-8mdk.src.rpm

%define	name	icqlib
%define	version	1.0.0
%define	release	8mdk

%define major 1
%define libname libicq%major

Summary:	ICQ library implementation of Mirabilis' ICQ protocol.
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Libraries
Url:		http://kicq.sourceforge.net/
Source:		%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-buildroot

%description
Icqlib is the most feature complete, open source, library implementation
of Mirabilis' ICQ protocol available on the Internet. icqlib currently
supports approximately 90% of the ICQ UDP v5 protocol and 80% of the
ICQ TCP v2 protocol, including new UIN registration, chat, and file
transfer.

%package -n %libname

Summary:        ICQ library implementation of Mirabilis' ICQ protocol.
Group:          System/Libraries

%description -n %libname
Icqlib is the most feature complete, open source, library implementation
of Mirabilis' ICQ protocol available on the Internet. icqlib currently
supports approximately 90% of the ICQ UDP v5 protocol and 80% of the
ICQ TCP v2 protocol, including new UIN registration, chat, and file
transfer.

%package -n %libname-devel

Summary:        ICQ library implementation of Mirabilis' ICQ protocol.
Group:          System/Libraries
Requires:	%libname = %version
Provides:	libicq-devel

%description -n %libname-devel
Icqlib is the most feature complete, open source, library implementation
of Mirabilis' ICQ protocol available on the Internet. icqlib currently
supports approximately 90% of the ICQ UDP v5 protocol and 80% of the
ICQ TCP v2 protocol, including new UIN registration, chat, and file
transfer.



%prep
rm -rf $RPM_BUILD_ROOT

%setup -q



%build

%configure --enable-final

%make

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

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

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

%files -n %libname-devel
%defattr(-,root,root)
%doc COPYING
%{_includedir}/*
%_libdir/*.so
%_libdir/*.a
%_libdir/*.la

%changelog
* Mon Feb 23 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-8mdk
- rebuild

* Tue Jan 28 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-7mdk
- rebuild

* Fri Jun 14 2002  Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-6mdk
- rebuild with gcc3.1

* Wed Aug 01 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-5mdk
- rebuild

* Thu Jan 01 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-4mdk
- fix build & rebuild

* Wed Sep 06 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-3mdk
- BM

* Thu Aug 03 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.0.0-2mdk
- macros

* Mon Jul 31 2000 Ryan Weaver <ryanw@infohwy.com> 1.0.0-1mdk
  [icqlib-1.0.0-3]
- Several changes to RPM header and some other minor changes.

* Mon Jul 31 2000 Ryan Weaver <ryanw@infohwy.com>
  [icqlib-1.0.0-1]
- Updated to version 1.0.0 final.
- See Changelog for details.