- corrected BuildRoot
- smp flags added - specfile cleanup - fixed desktop file
This commit is contained in:
parent
ce305844fa
commit
e746b43416
11
gnome-bluetooth-0.8.0-desktop.patch
Normal file
11
gnome-bluetooth-0.8.0-desktop.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- gnome-bluetooth-0.8.0/obex/gnome-obex-server.desktop.in.dfix 2007-03-09 15:28:30.000000000 +0100
|
||||||
|
+++ gnome-bluetooth-0.8.0/obex/gnome-obex-server.desktop.in 2007-03-09 15:28:41.000000000 +0100
|
||||||
|
@@ -4,7 +4,7 @@
|
||||||
|
_Comment=Receive files sent by Bluetooth devices
|
||||||
|
Icon=blueradio-48
|
||||||
|
Exec=gnome-obex-server
|
||||||
|
-Terminal=0
|
||||||
|
+Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Application;System;
|
||||||
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
@ -24,7 +24,7 @@ Requires: bluez-utils
|
|||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
Patch1: gnome-bluetooth-0.7.0-pydir.patch
|
Patch1: gnome-bluetooth-0.7.0-pydir.patch
|
||||||
Patch2: gnome-bluetooth-0.7.0-path.patch
|
Patch2: gnome-bluetooth-0.8.0-desktop.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a Bonobo server to control Bluetooth devices,
|
This package contains a Bonobo server to control Bluetooth devices,
|
||||||
@ -38,7 +38,8 @@ Summary: Libraries for applications, which use gnome-bluetooth
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
This package contains the libraries for applications, which use gnome-bluetooth.
|
This package contains the libraries for applications,
|
||||||
|
which use gnome-bluetooth.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files for the development of applications, which use gnome-bluetooth
|
Summary: Files for the development of applications, which use gnome-bluetooth
|
||||||
@ -52,23 +53,13 @@ This package contains the files for the development of applications,
|
|||||||
which will use gnome-bluetooth.
|
which will use gnome-bluetooth.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .pydir
|
%patch1 -p1 -b .pydir
|
||||||
#%patch2 -p1 -b .path
|
%patch2 -p1 -b .dfix
|
||||||
|
|
||||||
#aclocal
|
|
||||||
#automake -a
|
|
||||||
#autoconf
|
|
||||||
|
|
||||||
#perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio-48.png|g' \
|
|
||||||
# */*.desktop.in
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -122,18 +113,23 @@ fi
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%{_libdir}/libgnomebt.so.*
|
%{_libdir}/libgnomebt.so.*
|
||||||
%{_libdir}/python*.*/site-packages/gnomebt/
|
%{_libdir}/python*.*/site-packages/gnomebt/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
%doc COPYING
|
||||||
%{_libdir}/pkgconfig/gnome-bluetooth.pc
|
%{_libdir}/pkgconfig/gnome-bluetooth.pc
|
||||||
%{_libdir}/libgnomebt.so
|
%{_libdir}/libgnomebt.so
|
||||||
%{_includedir}/gnome-bluetooth/
|
%{_includedir}/gnome-bluetooth/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 0.8.0-3
|
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 0.8.0-3%{?dist}
|
||||||
- corrected BuildRoot
|
- corrected BuildRoot
|
||||||
|
- smp flags added
|
||||||
|
- specfile cleanup
|
||||||
|
- fixed desktop file
|
||||||
|
|
||||||
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.0-2
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.0-2
|
||||||
- rebuild for python 2.5
|
- rebuild for python 2.5
|
||||||
|
Loading…
Reference in New Issue
Block a user