rpms/libbtctl/FC-4 libbtctl-0.4.1-pydir.patch, 1.5, 1.6 libbtctl.spec, 1.16, 1.17 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 12 11:21:57 UTC 2006


Author: harald

Update of /cvs/dist/rpms/libbtctl/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv24852

Modified Files:
	libbtctl-0.4.1-pydir.patch libbtctl.spec sources 
Log Message:
update for FC-4

libbtctl-0.4.1-pydir.patch:
 Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: libbtctl-0.4.1-pydir.patch
===================================================================
RCS file: /cvs/dist/rpms/libbtctl/FC-4/libbtctl-0.4.1-pydir.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libbtctl-0.4.1-pydir.patch	8 Oct 2004 12:40:01 -0000	1.5
+++ libbtctl-0.4.1-pydir.patch	12 May 2006 11:21:49 -0000	1.6
@@ -5,7 +5,7 @@
  lib_LTLIBRARIES = libbtctl.la
  if HAVE_PYTHON
 -pydir = $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages/
-+pydir = @pyexecdir@
++pydir = $(pyexecdir)
  py_LTLIBRARIES = btctl.la
  else
  pydir =


Index: libbtctl.spec
===================================================================
RCS file: /cvs/dist/rpms/libbtctl/FC-4/libbtctl.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libbtctl.spec	21 Apr 2005 12:57:25 -0000	1.16
+++ libbtctl.spec	12 May 2006 11:21:49 -0000	1.17
@@ -1,18 +1,30 @@
+%ifarch %ix86 x86_64 ppc ia64 armv4l sparc s390 s390x
+# defined to zero, because beehive doesn't do macros for BuildRequires
+%define with_mono 0
+%else
+%define with_mono 0
+%endif
+ExcludeArch: s390 s390x
 Summary: Library for the GNOME Bluetooth Subsystem
 Name: libbtctl
-Version: 0.4.1
-Release: 7
+Version: 0.6.0
+Release: 0.FC4.1
 License: GPL
 Group: System Environment/Libraries
 URL: http://usefulinc.com/software/gnome-bluetooth 
-Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.gz
+Source: http://usefulinc.com/software/gnome-bluetooth/releases/%{name}-%{version}.tar.bz2
 %define pyver %(%{__python} -c "import sys; print sys.version[:3]")
 Requires: python-abi = %{pyver}
 BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: autoconf >= 0:2.57 bluez-libs-devel glib2-devel gtk-doc openobex-devel >= 0:1.0.1 python pygtk2-devel
-ExcludeArch: s390 s390x
-Patch1: libbtctl-0.4.1-auto.patch
+BuildRequires: autoconf >= 0:2.57 bluez-libs-devel glib2-devel gtk-doc openobex-devel >= 0:1.0.1 python pygtk2-devel gtk2-devel
+
+%if %{with_mono}
+#BuildRequires: mono-devel gtk-sharp-gapi gtk-sharp
+%endif
+
+Patch1: libbtctl-0.6.0-libdir.patch
 Patch2: libbtctl-0.4.1-pydir.patch
+Patch3: libbtctl-0.6.0-crash.patch
 
 %description
 Library for the GNOME Bluetooth Subsystem
@@ -32,11 +44,20 @@
 rm -rf $RPM_BUILD_ROOT
 
 %setup -q
-%patch1 -p1 -b .auto
+%patch1 -p1 -b .libdir
 %patch2 -p1 -b .pydir
+%patch3 -p1 -b .crash
+aclocal
+automake -a
+autoconf
 
 %build
-%configure
+%configure \
+%if %{with_mono}
+	;
+%else
+	--disable-mono
+%endif
 make
 
 %install
@@ -62,6 +83,11 @@
 %doc AUTHORS COPYING ChangeLog NEWS README 
 %{_libdir}/lib*.so.*
 %{_libdir}/python?.?/site-packages/*btctl*
+%if %{with_mono}
+%{_libdir}/mono/gac/btctl/*/btctl.dll
+%{_libdir}/mono/libbtctl/btctl.dll
+%{_datadir}/gapi/btctl-api.xml
+%endif
 
 %files devel
 %defattr(-, root, root)
@@ -70,9 +96,38 @@
 %{_libdir}/pkgconfig/libbtctl.pc
 %{_includedir}/libbtctl
 %{_datadir}/gtk-doc/html/libbtctl
-
+%if %{with_mono}
+%{_libdir}/pkgconfig/libbtctl-sharp.pc
+%endif
 
 %changelog
+* Fri May 12 2006 Harald Hoyer <harald at redhat.com> - 0.6.0-0.FC4.1
+- update for FC4
+
+* Thu Feb 23 2006 Matthias Clasen <mclasen at redhat.com> 0.6.0-5
+- try a fix for (#179413)
+
+* Thu Feb 23 2006 Harald Hoyer <harald at redhat.com> 0.6.0-2
+- rebuild
+
+* Thu Feb 16 2006 Harald Hoyer <harald at redhat.com> 0.6.0-1
+- version 0.6.0
+
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.5.0-1.2.1
+- bump again for double-long bug on ppc(64)
+
+* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 0.5.0-1.2
+- rebuilt for new gcc4.1 snapshot and glibc changes
+
+* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
+- rebuilt
+
+* Wed Sep 28 2005 Harald Hoyer <harald at redhat.com> 0.5.0-1
+- new version 0.5.0
+
+* Tue Jul 19 2005 Harald Hoyer <harald at redhat.com> 0.4.1-8
+- added gtk2-devel to BuildRequires
+
 * Thu Apr 21 2005 Harald Hoyer <harald at redhat.com> 0.4.1-7
 - rebuild with requires python-abi
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libbtctl/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Sep 2004 07:21:14 -0000	1.3
+++ sources	12 May 2006 11:21:49 -0000	1.4
@@ -1 +1 @@
-7c858214d32d76e45a87b34dd885df37  libbtctl-0.4.1.tar.gz
+d58b47204794628e7fd674ece8e6e631  libbtctl-0.6.0.tar.bz2




More information about the fedora-cvs-commits mailing list