Summary: Library for the Yahoo! Messenger Protocol Name: @PACKAGE@ Version: @VERSION@ Release: 1 Group: System Environment/Libraries License: GPL Url: http://libyahoo2.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description libyahoo2 is a C library interface to the new Yahoo! Messenger protocol. It supports almost all current features of the protocol. %package devel Summary: Headers and development files for libyahoo2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The header files and some documentation that you'll need to develop with libyahoo2 %prep %setup %build %configure --with-struct-callbacks make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING AUTHORS ChangeLog %{_libdir}/*.so.* %files devel %defattr(-,root,root) %doc doc/ymsg-9.txt NEWS COPYING AUTHORS README ChangeLog %{_includedir}/* %{_libdir}/*.so %{_libdir}/*.a %{_libdir}/pkgconfig/* %changelog @CHANGELOG@