diff --git a/dvd-slideshow.spec b/dvd-slideshow.spec index b80a711..2416aea 100644 --- a/dvd-slideshow.spec +++ b/dvd-slideshow.spec @@ -1,37 +1,30 @@ %define data_version 0.8.0 +%define pkgver %(echo %version | tr _ -) Name: dvd-slideshow -Version: 0.8.4 +Version: 0.8.6_1 Release: 1mamba Summary: Creates a DVD slideshow with menus and effects from a list of images Group: Applications/Multimedia Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://dvd-slideshow.sourceforge.net -Source0: http://downloads.sourceforge.net/dvd-slideshow/dvd-slideshow-%{version}-2.tar.gz +Packager: Silvan Calarco +URL: https://dvd-slideshow.sourceforge.net +Source0: http://downloads.sourceforge.net/dvd-slideshow/dvd-slideshow-%{pkgver}.tar.gz Source1: http://downloads.sourceforge.net/dvd-slideshow-examples/dvd-slideshow-examples-%{data_version}-1.tar.gz Source2: http://downloads.sourceforge.net/dvd-slideshow-themes/dvd-slideshow-themes-%{data_version}-1.tar.gz Patch0: %{name}-0.8.4-2-setupdir.patch License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END Requires: libvorbis Requires: vorbis-tools Requires: dvdauthor >= 0.6.13 Requires: mjpegtools Requires: ImageMagick Requires: ffmpeg -BuildRequires: ImageMagick-devel -BuildRequires: dvdauthor -BuildRequires: libmjpegtools-devel -BuildRequires: sox-devel -#BuildRequires: urw-fonts -BuildRequires: /usr/bin/cdrecord -## AUTOBUILDREQ-BEGIN -BuildRequires: libvorbis-devel -BuildRequires: vorbis-tools -## AUTOBUILDREQ-END +Requires: /usr/bin/cdrecord BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description DVD-slideshow makes a DVD slideshow video with menus from a batch of pictures. @@ -77,8 +70,10 @@ It consists of a set of scripts: This package contains examples for DVD-slideshow. +%debug_package + %prep -%setup -q -n %{name}-%{version}-2 -a1 -a2 +%setup -q -n %{name}-%{pkgver} -a1 -a2 #%patch -p1 %build @@ -137,12 +132,12 @@ install -p -m 755 dvd-slideshow-examples-%{data_version}-1/*.sh \ %{_datadir}/dvd-slideshow/dvd-slideshowrc %dir %{_datadir}/dvd-slideshow/themes %{_datadir}/dvd-slideshow/themes/default -%{_mandir}/man1/dir2slideshow.1.gz -%{_mandir}/man1/dvd-menu.1.gz -%{_mandir}/man1/dvd-slideshow.1.gz -%{_mandir}/man1/gallery1-to-slideshow.1.gz -%{_mandir}/man1/jigl2slideshow.1.gz -%doc doc/*.html TODO.txt COPYING.txt INSTALL.txt +%{_mandir}/man1/dir2slideshow.1* +%{_mandir}/man1/dvd-menu.1* +%{_mandir}/man1/dvd-slideshow.1* +%{_mandir}/man1/gallery1-to-slideshow.1* +%{_mandir}/man1/jigl2slideshow.1* +%doc COPYING.txt %files themes %defattr(-,root,root) @@ -159,6 +154,9 @@ install -p -m 755 dvd-slideshow-examples-%{data_version}-1/*.sh \ %doc dvd-slideshow-examples-*/changelog.txt %changelog +* Sat Feb 20 2021 Silvan Calarco 0.8.6_1-1mamba +- update to 0.8.6_1 + * Wed Oct 19 2011 Silvan Calarco 0.8.4-1mamba - update to 0.8.4 - remove requirement for cdrtools