SPECS: empathy.spec - 0.10

patrys patrys at pld-linux.org
Mon Jul 30 13:30:55 CEST 2007


Author: patrys                       Date: Mon Jul 30 11:30:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.10

---- Files affected:
SPECS:
   empathy.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/empathy.spec
diff -u SPECS/empathy.spec:1.6 SPECS/empathy.spec:1.7
--- SPECS/empathy.spec:1.6	Thu Jun 21 23:49:54 2007
+++ SPECS/empathy.spec	Mon Jul 30 13:30:49 2007
@@ -2,12 +2,12 @@
 Summary:	Very easy to use GNOME Telepathy client
 Summary(pl.UTF-8):	Bardzo łatwy w użyciu klient Telepathy dla GNOME
 Name:		empathy
-Version:	0.8
+Version:	0.10
 Release:	1
 License:	GPL
 Group:		Applications/Communications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/empathy/0.8/%{name}-%{version}.tar.bz2
-# Source0-md5:	752074c88667fc796ee0cebe58a1f726
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/empathy/0.10/%{name}-%{version}.tar.bz2
+# Source0-md5:	8b3e3efc2963fffe9b1051f7484372ac
 URL:		http://empathy.imendio.org/
 BuildRequires:	GConf2-devel
 BuildRequires:	autoconf >= 2.59
@@ -23,7 +23,8 @@
 BuildRequires:	libxml2-devel >= 1:2.6.28
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.311
-BuildRequires:	telepathy-mission-control-devel >= 4.22
+BuildRequires:	telepathy-mission-control-devel >= 4.27
+Requires:	%{name}-libs = %{version}-%{release}
 Requires(post,postun):	gtk+2 >= 2:2.10.12
 Requires(post,postun):	hicolor-icon-theme
 Requires(post,preun):	GConf2
@@ -42,6 +43,41 @@
 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
 jak to tylko możliwe.
 
+%package devel
+Summary:	empathy header files
+Summary(pl.UTF-8):	Pliki nagłówkowe empathy
+Group:		X11/Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description devel
+empathy header files.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe empathy.
+
+%package libs
+Summary:	Libraries for empathy
+Summary(pl.UTF-8):	Biblioteki dla empathy
+Group:		Libraries
+
+%description libs
+Libraries for empathy.
+
+%description libs -l pl.UTF-8
+Biblioteki dla empathy.
+
+%package static
+Summary:	empathy static libraries
+Summary(pl.UTF-8):	Statyczne biblioteki empathy
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+empathy static libraries.
+
+%description static -l pl.UTF-8
+Statyczne biblioteki empathy.
+
 %prep
 %setup -q
 
@@ -54,7 +90,8 @@
 %{__automake}
 %{__autoconf}
 %configure \
-	--disable-schemas-install
+	--disable-schemas-install \
+	--with-html-dir=%{_gtkdocdir}
 %{__make}
 
 %install
@@ -91,12 +128,38 @@
 %{_datadir}/mission-control/profiles/*.profile
 %{_datadir}/telepathy/managers/empathy-chat.chandler
 
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/libempathy
+%{_includedir}/libempathy-gtk
+%attr(755,root,root) %{_libdir}/libempathy.so
+%attr(755,root,root) %{_libdir}/libempathy-gtk.so
+%{_libdir}/libempathy.la
+%{_libdir}/libempathy-gtk.la
+%{_gtkdocdir}/libempathy
+%{_gtkdocdir}/libempathy-gtk
+%{_pkgconfigdir}/libempathy.pc
+%{_pkgconfigdir}/libempathy-gtk.pc
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libempathy.so.*.*
+%attr(755,root,root) %{_libdir}/libempathy-gtk.so.*.*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libempathy.a
+%{_libdir}/libempathy-gtk.a
+
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/07/30 11:30:49  patrys
+- 0.10
+
 Revision 1.6  2007/06/21 21:49:54  megabajt
 - updated to 0.8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/empathy.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list