|
@@ -1,5 +1,5 @@
|
|
Name: xfburn
|
|
Name: xfburn
|
|
-Version: 0.5.2
|
|
|
|
|
|
+Version: 0.5.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: An easy to use CD/DVD burning program
|
|
Summary: An easy to use CD/DVD burning program
|
|
Summary(ja): 簡単に使える CD/DVD 焼き込みプログラム
|
|
Summary(ja): 簡単に使える CD/DVD 焼き込みプログラム
|
|
@@ -9,21 +9,17 @@ Group: Applications/Multimedia
|
|
URL: http://goodies.xfce.org/projects/applications/%{name}
|
|
URL: http://goodies.xfce.org/projects/applications/%{name}
|
|
|
|
|
|
Source0: http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
|
|
Source0: http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
|
|
-Source1: xfburn-autogen.sh
|
|
|
|
-Source2: xfburn-icons.tar.xz
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: dbus-glib-devel >= 0.34
|
|
BuildRequires: dbus-glib-devel >= 0.34
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: eudev-libgudev1-devel
|
|
BuildRequires: eudev-libgudev1-devel
|
|
-BuildRequires: gstreamer-plugins-base-devel
|
|
|
|
|
|
+BuildRequires: gstreamer1-plugins-base-devel
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
BuildRequires: libburn-devel >= 0.4.2
|
|
BuildRequires: libburn-devel >= 0.4.2
|
|
BuildRequires: libexo-devel >= 0.3.4
|
|
BuildRequires: libexo-devel >= 0.3.4
|
|
BuildRequires: libisofs-devel >= 0.6.2
|
|
BuildRequires: libisofs-devel >= 0.6.2
|
|
BuildRequires: libxfce4ui-devel >= 4.8.0
|
|
BuildRequires: libxfce4ui-devel >= 4.8.0
|
|
-#BuildRequires: thunar-vfs-devel >= 0.3.0
|
|
|
|
-#BuildRequires: xfce4-dev-tools
|
|
|
|
|
|
|
|
Requires(post,postun): desktop-file-utils
|
|
Requires(post,postun): desktop-file-utils
|
|
|
|
|
|
@@ -43,10 +39,6 @@ A plugin for the Xfce panel is also available.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-#cp %{SOURCE1} autogen.sh
|
|
|
|
-#tar xJf %{SOURCE2}
|
|
|
|
-#mv configure.in configure.in.in
|
|
|
|
-#NOCONFIGURE=1 ./autogen.sh
|
|
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -87,6 +79,10 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
|
|
%{_mandir}/man1/xfburn.1.gz
|
|
%{_mandir}/man1/xfburn.1.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 11 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BR: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
|
|
|
|
+
|
|
* Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.2-1
|
|
* Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.2-1
|
|
- updated to 0.5.2
|
|
- updated to 0.5.2
|
|
- dropt Patch0
|
|
- dropt Patch0
|