Author: fcrozat
Date: Fri Feb 2 17:09:48 2007
New Revision: 115974
Added:
packages/cooker/loudmouth/current/SOURCES/loudmouth-1.2.0.tar.bz2
(contents, props changed)
Removed:
packages/cooker/loudmouth/current/SOURCES/loudmouth-1.0.5.tar.bz2
Modified:
packages/cooker/loudmouth/current/SPECS/loudmouth.spec
Log:
Release 1.2.0
Added: packages/cooker/loudmouth/current/SOURCES/loudmouth-1.2.0.tar.bz2
==============================================================================
Binary file. No diff available.
Modified: packages/cooker/loudmouth/current/SPECS/loudmouth.spec
==============================================================================
--- packages/cooker/loudmouth/current/SPECS/loudmouth.spec (original)
+++ packages/cooker/loudmouth/current/SPECS/loudmouth.spec Fri Feb 2
17:09:48 2007
@@ -4,7 +4,7 @@
Summary: Loudmouth is a C library for programming with the Jabber protocol
Name: loudmouth
-Version: 1.0.5
+Version: 1.2.0
Release: %mkrel 1
License: LGPL
Group: System/Libraries
@@ -13,6 +13,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: glib2-devel
BuildRequires: gnutls-devel >= 1.0.0
+BuildRequires: gtk-doc
%description
Loudmouth is a lightweight and easy-to-use C library for programming with the
@@ -50,7 +51,7 @@
%build
-%configure2_5x
+%configure2_5x --enable-gtk-doc
%make
@@ -68,11 +69,12 @@
%files -n %{lib_name}
%defattr(-,root,root,-)
-%doc README AUTHORS NEWS ChangeLog
-%{_libdir}/*.so.*
+%{_libdir}/*-%{api_version}.so.%{lib_major}*
%files -n %{lib_name}-devel
%defattr(-,root,root,-)
+%doc README AUTHORS NEWS ChangeLog
+%doc %{_datadir}/gtk-doc/html/*
%{_libdir}/*.la
%{_libdir}/*.a
%{_libdir}/*.so