]> git.pld-linux.org Git - packages/bluez-gnome.git/commitdiff
- add intltoolize and new files auto/th/bluez-gnome-0_14-1
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Thu, 30 Aug 2007 14:59:49 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-gnome.spec -> 1.15

bluez-gnome.spec

index 4947d14d492cfe96f260c51bf3d46e52954f86f0..cd89383eba68226ba1cc9d2daf44a7cba0c5ee3b 100644 (file)
@@ -1,3 +1,4 @@
+# TODO locale file
 Summary:       Bluetooth PIN manager for GNOME
 Summary(pl.UTF-8):     Zarządca kodów PIN Bluetootha dla GNOME
 Name:          bluez-gnome
@@ -45,11 +46,13 @@ informacji o parowaniu między sesjami.
 %setup -q
 
 %build
+%{__intltoolize}
 %{__aclocal}
 %{__automake}
 %{__autoheader}
 %{__autoconf}
-%configure
+%configure \
+       --disable-update-mimedb
 %{__make}
 
 %install
@@ -66,10 +69,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %gconf_schema_install bluetooth-manager.schemas
+%update_mime_database
 
 %preun
 %gconf_schema_uninstall bluetooth-manager.schemas
 
+%postun
+%update_mime_database
+
 %files -f bluetooth-manager.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
@@ -83,3 +90,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/bluetooth-properties.1*
 %{_mandir}/man1/bluetooth-analyzer.1*
 %{_desktopdir}/bluetooth-analyzer.desktop
+%{_datadir}/mime/*
This page took 0.111604 seconds and 4 git commands to generate.