Fix patch command

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

@ -1,14 +1,14 @@
Summary: Audio/Video Control library for IEEE-1394 devices
Name: libavc1394
Version: 0.5.4
Release: 22%{?dist}
License: GPLv2+ and LGPLv2+
Release: 23%{?dist}
License: GPL-2.0-or-later AND LGPL-2.0-or-later
URL: http://sourceforge.net/projects/libavc1394/
Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz
Patch1: libavc1394-%{version}-librom.patch
BuildRequires: libraw1394-devel
BuildRequires: chrpath, gcc
BuildRequires: make
BuildRequires: make
# libraw1394 is not built on s390*
ExcludeArch: s390 s390x
@ -29,7 +29,7 @@ Development libraries required to build applications using libavc1394.
%prep
%autosetup -N
%patch1 -p1 -b .librom
%patch -P 1 -p1 -b .librom
chmod -x test/dvcont.c
%build
@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/librom1394.so
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

Loading…
Cancel
Save