auto-import changelog data from gnome-bluetooth-0.4.1-5.src.rpm
Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4 - added autofoo patch
This commit is contained in:
parent
6e0c72154b
commit
94905cc311
@ -1,7 +1,7 @@
|
|||||||
Summary: GNOME Bluetooth Subsystem
|
Summary: GNOME Bluetooth Subsystem
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 3
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://usefulinc.com/software/gnome-bluetooth
|
URL: http://usefulinc.com/software/gnome-bluetooth
|
||||||
@ -11,9 +11,10 @@ BuildRequires: autoconf >= 0:2.57, bluez-libs, bluez-utils bluez-sdp >= 0:1.0
|
|||||||
BuildRequires: glib2-devel >= 0:2.2.0, libgnomeui >= 0:2.2, libbonobo >= 0:2.0
|
BuildRequires: glib2-devel >= 0:2.2.0, libgnomeui >= 0:2.2, libbonobo >= 0:2.0
|
||||||
BuildRequires: bonobo-activation >= 0:2.0, GConf2 >= 0:2.0
|
BuildRequires: bonobo-activation >= 0:2.0, GConf2 >= 0:2.0
|
||||||
BuildRequires: libbtctl >= 0:0.3-4
|
BuildRequires: libbtctl >= 0:0.3-4
|
||||||
BuildRequires: gob2, bluez-sdp-devel, openobex-devel
|
BuildRequires: gob2, bluez-sdp-devel, openobex-devel, perl
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
Patch0: gnome-bluetooth-0.4.1-libblue.patch
|
Patch0: gnome-bluetooth-0.4.1-libblue.patch
|
||||||
|
Patch99: gnome-bluetooth-0.4.1-autofoo.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a Bonobo server to control Bluetooth devices,
|
This package contains a Bonobo server to control Bluetooth devices,
|
||||||
@ -23,6 +24,9 @@ gnome-obex-server. This will receive files sent via Bluetooth to your PC,
|
|||||||
and save them in your home directory.
|
and save them in your home directory.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
|
||||||
|
- added autofoo patch
|
||||||
|
|
||||||
* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
|
* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
|
||||||
- add .so to gnome-vfs module, if libtool does not!
|
- add .so to gnome-vfs module, if libtool does not!
|
||||||
|
|
||||||
@ -41,15 +45,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .libblue
|
%patch0 -p1 -b .libblue
|
||||||
|
|
||||||
|
%patch99 -p1 -b .autofoo
|
||||||
|
|
||||||
|
perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in)
|
||||||
|
#aclocal
|
||||||
|
#automake
|
||||||
|
#autoconf
|
||||||
|
#pushd libegg
|
||||||
|
#aclocal
|
||||||
|
#automake
|
||||||
|
#autoconf
|
||||||
|
#popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
aclocal
|
|
||||||
automake
|
|
||||||
autoconf
|
|
||||||
pushd libegg
|
|
||||||
aclocal
|
|
||||||
automake
|
|
||||||
autoconf
|
|
||||||
popd
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user