rpms/telepathy-butterfly/devel telepathy-butterfly-0.3.1-build.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 telepathy-butterfly.spec, 1.8, 1.9

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Fri Jan 18 01:09:03 UTC 2008


Author: bpepple

Update of /cvs/pkgs/rpms/telepathy-butterfly/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14620

Modified Files:
	.cvsignore sources telepathy-butterfly.spec 
Added Files:
	telepathy-butterfly-0.3.1-build.patch 
Log Message:
* Thu Jan 17 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.3.1-1
- Update to 0.3.1.
- Add patch to fix build.


telepathy-butterfly-0.3.1-build.patch:

--- NEW FILE telepathy-butterfly-0.3.1-build.patch ---
diff -ur telepathy-butterfly-0.3.1.OLD/configure telepathy-butterfly-0.3.1/configure
--- telepathy-butterfly-0.3.1.OLD/configure	2008-01-09 15:41:29.000000000 -0500
+++ telepathy-butterfly-0.3.1/configure	2008-01-17 19:12:44.000000000 -0500
@@ -108,7 +108,7 @@
 	@$WAF -p build
 
 install:
-	@$WAF install
+	@$WAF install --destdir=$RPM_BUILD_ROOT
 
 uninstall:
 	@$WAF uninstall


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-butterfly/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	10 Apr 2007 19:02:45 -0000	1.6
+++ .cvsignore	18 Jan 2008 01:08:10 -0000	1.7
@@ -1 +1 @@
-telepathy-butterfly-0.1.4.tar.gz
+telepathy-butterfly-0.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-butterfly/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	10 Apr 2007 19:02:45 -0000	1.6
+++ sources	18 Jan 2008 01:08:10 -0000	1.7
@@ -1 +1 @@
-1f7cdbbdd45a85695931839b33bd6863  telepathy-butterfly-0.1.4.tar.gz
+30f95672c5317c050996f73e792b7c41  telepathy-butterfly-0.3.1.tar.gz


Index: telepathy-butterfly.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-butterfly/devel/telepathy-butterfly.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- telepathy-butterfly.spec	5 Aug 2007 23:10:27 -0000	1.8
+++ telepathy-butterfly.spec	18 Jan 2008 01:08:10 -0000	1.9
@@ -1,17 +1,19 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           telepathy-butterfly
-Version:        0.1.4
-Release:        2%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        MSN connection manager for Telepathy
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+
 BuildRequires:	dbus-devel
 BuildRequires:	python-devel
 BuildRequires:	pkgconfig
@@ -29,15 +31,17 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .destdir
 
 
 %build
-%{__python} setup.py build
+./configure --prefix=%{_prefix}
+make
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+make install
 
 
 %clean
@@ -47,14 +51,20 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS
-%{_bindir}/%{name}
+%{_libexecdir}/%{name}
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/telepathy/managers/*.manager
 %{python_sitelib}/*
 
 
-
 %changelog
+* Thu Jan 17 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.3.1-1
+- Update to 0.3.1.
+- Add patch to fix build.
+
+* Mon Jan 14 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0.
+
 * Sun Aug  5 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.1.4-2
 - Update license tag.
 




More information about the fedora-extras-commits mailing list