|
|
|
@ -2,14 +2,15 @@
|
|
|
|
|
|
|
|
|
|
Summary: A pipeline manipulation library
|
|
|
|
|
Name: libpipeline
|
|
|
|
|
Version: 1.5.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.5.3
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://libpipeline.nongnu.org/
|
|
|
|
|
Source: http://download.savannah.gnu.org/releases/libpipeline/libpipeline-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: libtool, check-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
# FPC exception for gnulib - copylib - https://fedorahosted.org/fpc/ticket/174
|
|
|
|
|
Provides: bundled(gnulib) = %{gnulib_ver}
|
|
|
|
@ -23,7 +24,6 @@ and execve(2).
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Header files and libraries for pipeline manipulation library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
@ -36,19 +36,15 @@ to develop programs that use libpipeline library.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{configure}
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} INSTALL='install -p'
|
|
|
|
|
%make_install prefix=%{_prefix}
|
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/libpipeline.la
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
|
%license COPYING
|
|
|
|
@ -62,8 +58,56 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libpipeline.la
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.5.0-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.3-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.3-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Nikola Forró <nforro@redhat.com> - 1.5.3-1
|
|
|
|
|
- update to 1.5.3
|
|
|
|
|
resolves: #1868648
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-5
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.5.2-3
|
|
|
|
|
- Use make macros
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 08 2020 Nikola Forró <nforro@redhat.com> - 1.5.2-1
|
|
|
|
|
- update to 1.5.2
|
|
|
|
|
resolves #1787794
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 29 2019 Nikola Forró <nforro@redhat.com> - 1.5.1-1
|
|
|
|
|
- update to 1.5.1
|
|
|
|
|
resolves #1669845
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 28 2018 Nikola Forró <nforro@redhat.com> - 1.5.0-4
|
|
|
|
|
- remove ldconfig scriptlets
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.5.0-3
|
|
|
|
|
- add missing gcc build dependency
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|