diff --git a/vice.spec b/vice.spec index 965d2ab..fdb0d2d 100644 --- a/vice.spec +++ b/vice.spec @@ -1,5 +1,5 @@ Name: vice -Version: 3.6 +Version: 3.6.1 Release: 1mamba Summary: Versatile Commodore 8-bit Emulator Group: Applications/Emulators @@ -45,10 +45,11 @@ Versatile Commodore 8-bit Emulator. %debug_package %prep -%setup -q -n vice-%{version}.0 +%setup -q rm -rf src/lib/{liblame,libx264,libffmpeg} %build +export PKG_CONFIG_PATH="%{_libdir}/ffmpeg4/pkgconfig" %configure\ --enable-external-ffmpeg \ --enable-x64 @@ -107,6 +108,9 @@ rm -rf src/lib/{liblame,libx264,libffmpeg} %doc COPYING %changelog +* Mon Aug 22 2022 Automatic Build System 3.6.1-1mamba +- automatic version update by autodist + * Sun Jan 23 2022 Automatic Build System 3.6-1mamba - automatic version update by autodist