Author: qboosh Date: Sun Jul 15 01:43:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.9 - removed obsolete as-needed patch
---- Files affected: SPECS: bluez-gnome.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/bluez-gnome.spec diff -u SPECS/bluez-gnome.spec:1.9 SPECS/bluez-gnome.spec:1.10 --- SPECS/bluez-gnome.spec:1.9 Mon Apr 30 09:51:29 2007 +++ SPECS/bluez-gnome.spec Sun Jul 15 03:43:01 2007 @@ -2,22 +2,24 @@ Summary: Bluetooth PIN manager for GNOME Summary(pl.UTF-8): Zarządca kodów PIN Bluetootha dla GNOME Name: bluez-gnome -Version: 0.6 -Release: 1.1 -License: GPL +Version: 0.9 +Release: 1 +License: GPL v2+ Group: X11/Applications #Source0Download: http://www.bluez.org/download.html Source0: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz -# Source0-md5: 54334e3d7af70846eb4916191e46081c -Patch0: %{name}-as-needed.patch +# Source0-md5: 1a6efed67cb0165e76582d3452b4148a URL: http://www.bluez.org/ BuildRequires: GConf2-devel >= 2.6 -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: dbus-glib-devel >= 0.60 +BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.10.0 +BuildRequires: hal-devel >= 0.5.8 BuildRequires: libnotify-devel >= 0.3.2 BuildRequires: pkgconfig +Requires(post,preun): GConf2 >= 2.6 Requires: dbus-glib >= 0.60 Requires: gtk+2 >= 2:2.10.0 Obsoletes: bluez-pin @@ -41,11 +43,11 @@ %prep %setup -q -%patch0 -p1 %build %{__aclocal} %{__automake} +%{__autoheader} %{__autoconf} %configure %{__make} @@ -57,16 +59,27 @@ DESTDIR=$RPM_BUILD_ROOT \ autostartdir=%{_datadir}/gnome/autostart +%find_lang bluetooth-manager + %clean rm -rf $RPM_BUILD_ROOT -%files +%post +%gconf_schema_install bluetooth-manager.schemas + +%preun +%gconf_schema_uninstall bluetooth-manager.schemas + +%files -f bluetooth-manager.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS ChangeLog README %attr(755,root,root) %{_bindir}/bluetooth-applet %attr(755,root,root) %{_bindir}/bluetooth-properties %{_datadir}/gnome/autostart/bluetooth-applet.desktop %{_desktopdir}/bluetooth-properties.desktop +%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas +%{_mandir}/man1/bluetooth-applet.1* +%{_mandir}/man1/bluetooth-properties.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -74,6 +87,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/07/15 01:43:01 qboosh +- updated to 0.9 +- removed obsolete as-needed patch + Revision 1.9 2007/04/30 07:51:29 qboosh - use gtk+ 2.10 on HEAD (without compatibility code) - missing BRs: GConf2-devel libnotify-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bluez-gnome.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
