From 4852fffe272b0bb1f8ff93d28bcdcc5bdd33a59c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 27 May 2024 01:33:42 +0200 Subject: [PATCH] rebuilt with debug package and other specfile fixes [release 2.0.1-2mamba;Sun May 26 2024] --- README.md | 11 -------- vcdimager.spec | 77 ++++++++++++++++---------------------------------- 2 files changed, 24 insertions(+), 64 deletions(-) diff --git a/README.md b/README.md index fa35bf9..132422f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,4 @@ # vcdimager GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs. -The following features are available so far (some features are only available in the latest alpha snapshots): -- Free software available under the GNU Public License -- Support for Video CD 1.1 and 2.0 disc formats -- Support for the Super Video CD 1.0 disc format -- Full PBC (playback control) support (play lists, selection lists and end lists) -- Support for segment play items -- Automatic padding of MPEG streams on the fly -- Support for 99-minute (out-of-specification) CD-R media -- Extraction of Video CDs into files (incl. the PBC information) -- Runs on all major UNIX flavors and on Win32 -- Use of XML for the description of Video CDs diff --git a/vcdimager.spec b/vcdimager.spec index 76ac842..67f18dd 100644 --- a/vcdimager.spec +++ b/vcdimager.spec @@ -1,37 +1,24 @@ Name: vcdimager Version: 2.0.1 -Release: 1mamba +Release: 2mamba Summary: A full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.gnu.org/software/vcdimager -Source: ftp://ftp.gnu.org/gnu/vcdimager/vcdimager-%{version}.tar.gz +URL: https://www.gnu.org/software/vcdimager/ +Source: https://ftp.gnu.org/gnu/vcdimager/vcdimager-%{version}.tar.gz License: GPL -Requires(post):%{__install_info} -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcdio-devel BuildRequires: libpopt-devel BuildRequires: libxml2-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END +Requires(post):%{__install_info} %description -GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs. -The following features are available so far (some features are only available in the latest alpha snapshots): -- Free software available under the GNU Public License -- Support for Video CD 1.1 and 2.0 disc formats -- Support for the Super Video CD 1.0 disc format -- Full PBC (playback control) support (play lists, selection lists and end lists) -- Support for segment play items -- Automatic padding of MPEG streams on the fly -- Support for 99-minute (out-of-specification) CD-R media -- Extraction of Video CDs into files (incl. the PBC information) -- Runs on all major UNIX flavors and on Win32 -- Use of XML for the description of Video CDs +GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs. %package -n lib%{name} Summary: A full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs @@ -39,17 +26,7 @@ Group: Development/Libraries %description -n lib%{name} GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs. -The following features are available so far (some features are only available in the latest alpha snapshots): -- Free software available under the GNU Public License -- Support for Video CD 1.1 and 2.0 disc formats -- Support for the Super Video CD 1.0 disc format -- Full PBC (playback control) support (play lists, selection lists and end lists) -- Support for segment play items -- Automatic padding of MPEG streams on the fly -- Support for 99-minute (out-of-specification) CD-R media -- Extraction of Video CDs into files (incl. the PBC information) -- Runs on all major UNIX flavors and on Win32 -- Use of XML for the description of Video CDs +This package contains the shared libraries provided with %{name}. %package -n lib%{name}-devel Summary: Devel package for %{name} @@ -58,20 +35,10 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs. -The following features are available so far (some features are only available in the latest alpha snapshots): -- Free software available under the GNU Public License -- Support for Video CD 1.1 and 2.0 disc formats -- Support for the Super Video CD 1.0 disc format -- Full PBC (playback control) support (play lists, selection lists and end lists) -- Support for segment play items -- Automatic padding of MPEG streams on the fly -- Support for 99-minute (out-of-specification) CD-R media -- Extraction of Video CDs into files (incl. the PBC information) -- Runs on all major UNIX flavors and on Win32 -- Use of XML for the description of Video CDs - This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q @@ -83,6 +50,8 @@ This package contains static libraries and header files need for development. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +rm -f %{buildroot}%{_infodir}/dir + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -102,15 +71,15 @@ This package contains static libraries and header files need for development. %{_bindir}/vcdxminfo %{_bindir}/vcdxrip %{_infodir}/vcdimager.info.gz -%{_mandir}/man1/cdxa2mpeg.1.gz -%{_mandir}/man1/vcdimager.1.gz -%{_mandir}/man1/vcd-info.1.gz -%{_mandir}/man1/vcdxbuild.1.gz -%{_mandir}/man1/vcdxgen.1.gz -%{_mandir}/man1/vcdxminfo.1.gz -%{_mandir}/man1/vcdxrip.1.gz -%{_infodir}/vcd-info.info.gz -%{_infodir}/vcdxrip.info.gz +%{_mandir}/man1/cdxa2mpeg.1* +%{_mandir}/man1/vcdimager.1* +%{_mandir}/man1/vcd-info.1* +%{_mandir}/man1/vcdxbuild.1* +%{_mandir}/man1/vcdxgen.1* +%{_mandir}/man1/vcdxminfo.1* +%{_mandir}/man1/vcdxrip.1* +%{_infodir}/vcd-info.info* +%{_infodir}/vcdxrip.info* %files -n lib%{name} %defattr(-,root,root) @@ -119,16 +88,18 @@ This package contains static libraries and header files need for development. %files -n lib%{name}-devel %defattr(-,root,root) -%{_libdir}/libvcdinfo.a -%{_libdir}/libvcdinfo.la -%{_libdir}/libvcdinfo.so %dir %{_includedir}/libvcd %{_includedir}/libvcd/*.h +%{_libdir}/libvcdinfo.a +%{_libdir}/libvcdinfo.so %{_libdir}/pkgconfig/*.pc %doc BUGS ChangeLog ChangeLog_pre0_5 ChangeLog_pre0_7_14 NEWS %doc README THANKS TODO %changelog +* Sun May 26 2024 Silvan Calarco 2.0.1-2mamba +- rebuilt with debug package and other specfile fixes + * Thu Aug 30 2018 Automatic Build System 2.0.1-1mamba - automatic version update by autodist