Browse Source

brasero-3.12.2-3

Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
c7914836be
1 changed files with 16 additions and 40 deletions
  1. 16 40
      b/brasero/brasero-vl.spec

+ 16 - 40
b/brasero/brasero-vl.spec

@@ -3,8 +3,11 @@ Summary(ja): Gnome CD/DVD 書き込みアプリケーション
 
 Name:      brasero
 Version:   3.12.2
-Release:   2%{?_dist_release}
-Group:     Applications/Multimedia
+Release:   3%{?_dist_release}
+Group:     desktop-gnome,multimedia
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License:   GPLv2+
 URL:       http://www.gnome.org/projects/brasero/
 Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/3.12/%{name}-%{version}.tar.xz
@@ -48,14 +51,9 @@ Requires:  cdrdao
 
 Requires(post):    shared-mime-info
 Requires(postun):  shared-mime-info
-
 Obsoletes:	nautilus-cd-burner <= 2.25.3
-
 Provides:	nautilus-cd-burner <= 2.25.3
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 Simple and easy to use CD/DVD burning application for the Gnome
 desktop.
@@ -64,7 +62,7 @@ desktop.
 %package   libs
 Summary:   Libraries for %{name}
 Summary(ja): %{name} の共有ライブラリ
-Group:     System Environment/Libraries
+Group:     system
 
 %description libs
 The %{name}-libs package contains the runtime shared libraries for
@@ -74,7 +72,7 @@ The %{name}-libs package contains the runtime shared libraries for
 %package   nautilus
 Summary:   Nautilus extension for %{name}
 Summary(ja): %{name} の Nautilus 拡張
-Group:     User Interface/Desktops
+Group:     desktop-gnome,system
 
 %description nautilus
 The %{name}-nautilus package contains the brasero nautilus extension.
@@ -83,7 +81,7 @@ The %{name}-nautilus package contains the brasero nautilus extension.
 %package        devel
 Summary:        Headers for developing programs that will use %{name}
 Summary(ja):    %{name} を用いるプログラムを開発に必要なファイル集
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
@@ -92,9 +90,13 @@ This package contains the static libraries and header files needed for
 developing brasero applications.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure \
 	--with-gtk=3.0 \
@@ -106,6 +108,7 @@ developing brasero applications.
 	--enable-inotify \
    	--disable-caches \
    	--disable-static \
+   	--enable-search=no \
    	--enable-introspection=yes
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}
@@ -130,36 +133,6 @@ desktop-file-install --vendor ""                   \
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-umask 022
-update-mime-database %{_datadir}/mime &> /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-update-desktop-database &> /dev/null ||:
-
-
-%post libs -p /sbin/ldconfig
-
-
-%postun
-umask 022
-update-mime-database %{_datadir}/mime &> /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-update-desktop-database &> /dev/null ||:
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-
-
-%postun libs -p /sbin/ldconfig
-
-%posttrans
-gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
-
 %preun
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -205,6 +178,9 @@ fi
 
 
 %changelog
+* Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.12.2-3
+- disabled tracker.
+
 * Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.12.2-2
 - rebuilt with tracker-2.2.2.