Browse Source

empathy,telepathy-salut: new upstream release, others: rebuild with openssl-1.0.0c

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2610 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
5c7402b416

+ 19 - 2
e/empathy/empathy-vl.spec

@@ -1,5 +1,5 @@
 %define major_ver 2.32
-%define minor_ver 0.1
+%define minor_ver 2
 %define rel       1
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -62,6 +62,11 @@ BuildRequires:	libbonoboui-devel
 BuildRequires:	folks-devel
 BuildRequires:	telepathy-logger-devel >= %{tp_logger_min_version}
 BuildRequires:	gnome-keyring-devel >= %{gnome_keyring_version}
+BuildRequires:	openssl-devel
+BuildRequires:	NetworkManager-glib-devel
+BuildRequires:	WebKit-gtk-devel
+BuildRequires:	geoclue-devel
+BuildRequires:	enchant-devel
 
 Requires:	telepathy-filesystem
 ## Empathy is useless without a proper Telepathy connection manager installed.
@@ -78,6 +83,7 @@ Requires:	telepathy-salut
 BuildRequires:	telepathy-haze
 # Require this for VOIP support 
 Requires:	telepathy-stream-engine
+Requires:	telepathy-mission-control >= %{tp_mc_min_version}
 
 
 Requires(post):	GConf2
@@ -119,7 +125,11 @@ This package contains nautilus-sendto plugin for the Empathy IM application.
 %build
 ## GCC complains about some unused functions, so we forcibly show those as
 ## simple warnings instead of build-halting errors.
-%configure --with-compile-warnings=yes --disable-static --enable-nautilus-sendto=yes
+%configure \
+	--with-compile-warnings=yes \
+	--disable-static \
+	--enable-nautilus-sendto=yes \
+	 --with-ca-file=/usr/share/ssl/certs/ca-bundle.crt
 ## RPATHs are yucky.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -191,6 +201,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
+- new upstream release
+- add BuildRequires: openssl-devel, NetworkManager-glib-devel, WebKit-devel
+                     geoclue-devel, enchant-devel
+- add Requires: telepathy-mission-control
+- add configure option: --with-ca-file=/usr/share/ssl/certs/ca-bundle.crt
+
 * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.1-1
 - new upstream release
 - add BuildRequires: folks-devel, telepathy-logger-devel, gnome-keyring-devel

+ 4 - 1
n/nessus-core/nessus-core-vl.spec

@@ -1,6 +1,6 @@
 Name:           nessus-core
 Version:        2.2.11
-Release:        5%{?_dist_release}
+Release:        6%{?_dist_release}
 Summary:        Network vulnerability scanner
 Summary(ja):    ネットワーク脆弱性スキャナ
 
@@ -242,6 +242,9 @@ fi
 %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/nessus/*
 
 %changelog
+* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.11-6
+- rebuild with openssl-1.0.0c
+
 * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.11-5
 - rebuild with libpcap-1.1.1
 

+ 4 - 1
t/telepathy-idle/telepathy-idle-vl.spec

@@ -1,6 +1,6 @@
 Name:           telepathy-idle
 Version:        0.1.6
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        IRC connection manager for Telepathy
 
 Group:          Applications/Communications
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
+- rebuild with openssl-1.0.0c
+
 * Tue Apr 13 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.6-1
 - initial build for Vine Linux
 

+ 6 - 1
t/telepathy-salut/telepathy-salut-vl.spec

@@ -2,7 +2,7 @@ Summary:        Link-local XMPP telepathy connection manager
 Summary(ja):    Link-local XMPP telepathy 接続マネージャ
 
 Name:           telepathy-salut
-Version:        0.3.13
+Version:        0.4.0
 Release:        1%{?_dist_release}
 
 Group:          Applications/Communications
@@ -24,6 +24,7 @@ BuildRequires:	libasyncns-devel >= 0.3
 BuildRequires:	telepathy-glib-devel >= 0.7.36
 BuildRequires:	check-devel >= 0.9.4
 BuildRequires:	libsoup-devel
+BuildRequires:	libuuid-devel
 
 Requires:	telepathy-filesystem
 
@@ -60,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/%{name}.8.gz
 
 %changelog
+* Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
+- new upstream release
+- add BuildRequires: libuuid-devel
+
 * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.13-1
 - new upstream release