rpms/cohoba/devel cohoba-non-binary-in-usr-lib.patch, NONE, 1.1 cohoba.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sander Hoentjen (tjikkun) fedora-extras-commits at redhat.com
Mon Oct 2 19:39:43 UTC 2006


Author: tjikkun

Update of /cvs/extras/rpms/cohoba/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15357/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cohoba-non-binary-in-usr-lib.patch cohoba.spec 
Log Message:
auto-import cohoba-0.0.4-2 on branch devel from cohoba-0.0.4-2.src.rpm

cohoba-non-binary-in-usr-lib.patch:

--- NEW FILE cohoba-non-binary-in-usr-lib.patch ---
--- cohoba/Makefile.in~	2006-09-29 08:33:06.000000000 +0200
+++ cohoba/Makefile.in	2006-09-29 08:33:58.000000000 +0200
@@ -242,7 +242,7 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 SUBDIRS = bigbrother applet contacts common houston technobabble me
-cohobabindir = $(libdir)/cohoba
+cohobabindir = $(datadir)/cohoba
 cohobabin_SCRIPTS = cohoba-applet
 cohobadir = $(pythondir)/cohoba
 cohoba_PYTHON = \
--- data/Makefile.in~	2006-09-29 08:43:56.000000000 +0200
+++ data/Makefile.in	2006-09-29 08:45:19.000000000 +0200
@@ -291,7 +291,7 @@
 	accounts.glade \
 	main.glade
 
-cohobabindir = $(libdir)/cohoba
+cohobabindir = $(datadir)/cohoba
 
 #if GCONF_SCHEMAS_INSTALL
 #install-data-local: install-schemas


--- NEW FILE cohoba.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           cohoba
Version:        0.0.4
Release:        2%{?dist}
Summary:        Cohoba is a GNOME interface for Telepathy. It aims to be innovative and simple

Group:          Applications/Communications
License:        GPL
URL:            http://telepathy.freedesktop.org/wiki/Cohoba
Source0:        http://telepathy.freedesktop.org/releases/cohoba/cohoba-0.0.4.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, perl-XML-Parser, GConf2, pygtk2-devel, glib2-devel, gnome-python2, gnome-python2-applet
Requires:       python-telepathy, gnome-python2-applet, pygtk2, python-ctypes, telepathy-filesystem

Patch1:		cohoba-non-binary-in-usr-lib.patch

%description
Gnome's interfaces for telepathy backend.
The aim of this project is to provide a D-Bus-based framework that unifies 
all forms of real time conversations, including, but not limited to, instant 
messaging, IRC and voice and video over IP. It aims to provide a simple 
interface to client applications allowing them to quickly implement code to 
make use of real time communication over any supported protocol. 

Cohoba is one of the gnome's interfaces for telepathy backend. It aims to be 
innovative and simple to use.

%prep
%setup -q
%patch1 -b .1-non-binary-in-usr-lib

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT 

chmod 644 AUTHORS COPYING README
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{python_sitelib}/cohoba/
%{_libdir}/bonobo/servers/Cohoba.server
%{_datadir}/cohoba/
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Cohoba.TechnoBabbleChannelHandler.service
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Houston.MissionControl.service
%{_datadir}/icons/hicolor/48x48/apps/cohoba.png
%{_datadir}/icons/hicolor/scalable/apps/cohoba.svg
%{_datadir}/telepathy/managers/org.freedesktop.Telepathy.Cohoba.BigBrotherChannelHandler.chandler
%{_datadir}/telepathy/managers/org.freedesktop.Telepathy.Cohoba.TechnoBabbleChannelHandler-voip.chandler
%{_datadir}/telepathy/managers/org.freedesktop.Telepathy.Cohoba.TechnoBabbleChannelHandler.chandler

%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%changelog
* Sun Oct 01 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.0.4-2
- added Require telepathy-filesystem since we have files in %{_datadir}/telepathy/managers/

* Fri Sep 29 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.0.4-1
- update to cohoba 0.0.4
- changed group to Applications/Communications
- added pygtk2, python-ctypes to Requires
- fixed ownership on %{_libdir}/cohoba/
- fixed cohoba only-non-binary-in-usr-lib

* Fri Sep 08 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.0.3-2
- added requires gnome-python2-applet

* Thu Aug 31 2006 Sander Hoentjen <sander at hoentjen.eu> - 0.0.3-1
- created


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cohoba/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2006 19:38:32 -0000	1.1
+++ .cvsignore	2 Oct 2006 19:39:43 -0000	1.2
@@ -0,0 +1 @@
+cohoba-0.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cohoba/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2006 19:38:32 -0000	1.1
+++ sources	2 Oct 2006 19:39:43 -0000	1.2
@@ -0,0 +1 @@
+ddf2ae920bb123a0f19f0a404fb0ecae  cohoba-0.0.4.tar.gz




More information about the scm-commits mailing list