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