Fix patch command

epel8 imports/epel8/libavc1394-0.5.4-23.el8
Antonio Trande 9 months ago
parent 23a2a6792f
commit c4a50ca0ac

@ -1,8 +1,8 @@
Summary: Audio/Video Control library for IEEE-1394 devices Summary: Audio/Video Control library for IEEE-1394 devices
Name: libavc1394 Name: libavc1394
Version: 0.5.4 Version: 0.5.4
Release: 22%{?dist} Release: 23%{?dist}
License: GPLv2+ and LGPLv2+ License: GPL-2.0-or-later AND LGPL-2.0-or-later
URL: http://sourceforge.net/projects/libavc1394/ URL: http://sourceforge.net/projects/libavc1394/
Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz
Patch1: libavc1394-%{version}-librom.patch Patch1: libavc1394-%{version}-librom.patch
@ -29,7 +29,7 @@ Development libraries required to build applications using libavc1394.
%prep %prep
%autosetup -N %autosetup -N
%patch1 -p1 -b .librom %patch -P 1 -p1 -b .librom
chmod -x test/dvcont.c chmod -x test/dvcont.c
%build %build
@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/librom1394.so %{_libdir}/librom1394.so
%changelog %changelog
* Wed May 08 2024 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-23
- Fix patch command
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-22 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

Loading…
Cancel
Save