Compare commits

...

No commits in common. 'epel9' and 'i8c' have entirely different histories.
epel9 ... i8c

4
.gitignore vendored

@ -1,3 +1 @@
libiec61883-1.0.0.tar.gz SOURCES/libiec61883-1.2.0.tar.gz
libiec61883-1.1.0.tar.gz
libiec61883-1.2.0.tar.gz

@ -0,0 +1 @@
2a8a759ab19fac972bacbe234c0ce21d90f7aca0 SOURCES/libiec61883-1.2.0.tar.gz

@ -1,8 +1,9 @@
Summary: Streaming library for IEEE1394 Summary: Streaming library for IEEE1394
Name: libiec61883 Name: libiec61883
Version: 1.2.0 Version: 1.2.0
Release: 29%{?dist} Release: 18%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries
Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
# Fedora specific patches. # Fedora specific patches.
@ -11,13 +12,8 @@ Patch1: libiec61883-channel-allocation-without-local-node-rw.patch
URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883 URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
# Works only with newer libraw1394 versions # Works only with newer libraw1394 versions
BuildRequires: libraw1394-devel BuildRequires: libraw1394-devel
BuildRequires: libtool
BuildRequires: make
%description %description
The libiec61883 library provides an higher level API for streaming DV, The libiec61883 library provides an higher level API for streaming DV,
@ -28,6 +24,7 @@ down to isochronous packets, which are transmitted using libraw1394.
%package devel %package devel
Summary: Development files for libiec61883 Summary: Development files for libiec61883
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
@ -35,77 +32,52 @@ Development files needed to build applications against libiec61883
%package utils %package utils
Summary: Utilities for use with libiec61883 Summary: Utilities for use with libiec61883
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description utils %description utils
Utilities that make use of iec61883 Utilities that make use of iec61883
%prep %prep
%autosetup -p1 %setup -q
%patch0 -p1
%patch1 -p1
%build %build
autoreconf -vif
%configure --disable-static %configure --disable-static
%make_build sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install %install
%make_install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find %{buildroot} -name '*.la' -delete find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README
%{_libdir}/libiec61883.so.* %{_libdir}/libiec61883.so.*
%files devel %files devel
%defattr(-,root,root,-)
%{_libdir}/libiec61883.so %{_libdir}/libiec61883.so
%dir %{_includedir}/libiec61883 %dir %{_includedir}/libiec61883
%{_includedir}/libiec61883/*.h %{_includedir}/libiec61883/*.h
%{_libdir}/pkgconfig/libiec61883.pc %{_libdir}/pkgconfig/libiec61883.pc
%files utils %files utils
%defattr(-,root,root,-)
%{_bindir}/* %{_bindir}/*
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Wed May 25 2022 Simone Caronni <negativo17@gmail.com> - 1.2.0-29 * Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.2.0-18
- Rebuild autotools scripts to avoid running sed. - Rebuilt for MSVSphere 8.8
- Drop ldconfig scriptlets.
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 05 2021 Nils Philippsen <nils@tiptoe.de> - 1.2.0-25
- Indent consistently
- Use %%autosetup
* Tue Jan 05 2021 Tom Stellard <tstellar@redhat.com> - 1.2.0-25
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.0-19
- require gcc for building
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-18 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +0,0 @@
8af39fff74988073c3ad53fbab147da9 libiec61883-1.2.0.tar.gz
Loading…
Cancel
Save