packages: iksemel/iksemel.spec - updated to 1.4 - added -configure.patch

megabajt megabajt at pld-linux.org
Wed Nov 17 09:07:12 CET 2010


Author: megabajt                     Date: Wed Nov 17 08:07:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.4
- added -configure.patch

---- Files affected:
packages/iksemel:
   iksemel.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/iksemel/iksemel.spec
diff -u packages/iksemel/iksemel.spec:1.16 packages/iksemel/iksemel.spec:1.17
--- packages/iksemel/iksemel.spec:1.16	Wed Jan 16 16:52:17 2008
+++ packages/iksemel/iksemel.spec	Wed Nov 17 09:07:07 2010
@@ -2,14 +2,15 @@
 Summary:	Library for the Jabber instant-messaging IM platform
 Summary(pl.UTF-8):	Biblioteka dla platformy komunikacyjnej Jabbera
 Name:		iksemel
-Version:	1.2
-Release:	3
+Version:	1.4
+Release:	1
 License:	LGPL
 Group:		Libraries
-Source0:	http://files.jabberstudio.org/iksemel/%{name}-%{version}.tar.gz
-# Source0-md5:	82e7c8fdb6211839246b788c040a796b
-URL:		http://iksemel.jabberstudio.org/
-BuildRequires:	autoconf
+Source0:	http://iksemel.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	532e77181694f87ad5eb59435d11c1ca
+Patch0:		%{name}-configure.patch
+URL:		http://code.google.com/p/iksemel/
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	gnutls-devel >= 1.2.5
 BuildRequires:	libtool
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -75,22 +77,32 @@
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post	devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun	devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_bindir}/ikslint
+%attr(755,root,root) %{_bindir}/iksperf
+%attr(755,root,root) %{_bindir}/iksroster
+%attr(755,root,root) %{_libdir}/libiksemel.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libiksemel.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
-%{_includedir}/*
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libiksemel.so
+%{_libdir}/libiksemel.la
+%{_includedir}/iksemel.h
+%{_pkgconfigdir}/iksemel.pc
+%{_infodir}/iksemel
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libiksemel.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -98,6 +110,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/11/17 08:07:07  megabajt
+- updated to 1.4
+- added -configure.patch
+
 Revision 1.16  2008/01/16 15:52:17  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iksemel/iksemel.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list