Some minor fixes

epel9
sagitter 5 years ago
parent 2d952fb579
commit 43915e3d32

@ -1,7 +1,7 @@
Summary: Audio/Video Control library for IEEE-1394 devices
Name: libavc1394
Version: 0.5.4
Release: 12%{?dist}
Release: 13%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://sourceforge.net/projects/libavc1394/
Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz
@ -21,13 +21,13 @@ to control devices like the tape on a VCR or camcorder.
Summary: Development libs for libavc1394
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: libraw1394-devel, pkgconfig
Requires: libraw1394-devel%{?_isa}
%description devel
Development libraries required to build applications using libavc1394.
%prep
%setup -q
%autosetup -N
%patch1 -p1 -b .librom
chmod -x test/dvcont.c
@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
%{_libdir}/librom1394.so
%changelog
* Thu Apr 16 2020 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-13
- Some minor fixes
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
@ -78,7 +81,7 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Feb 22 2018 Antonio Trande <sagitterATfedoraproject.org> - 0.5.4-8
* Thu Feb 22 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-8
- Add gcc BR
* Fri Feb 16 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-7

Loading…
Cancel
Save