|
|
21a774 |
%global gnulib_ver 20140202
|
|
|
21a774 |
|
|
|
21a774 |
Summary: A pipeline manipulation library
|
|
|
21a774 |
Name: libpipeline
|
|
|
21a774 |
Version: 1.5.0
|
|
|
21a774 |
Release: 2%{?dist}
|
|
|
21a774 |
License: GPLv3+
|
|
|
21a774 |
Group: Development/Libraries
|
|
|
21a774 |
URL: http://libpipeline.nongnu.org/
|
|
|
21a774 |
Source: http://download.savannah.gnu.org/releases/libpipeline/libpipeline-%{version}.tar.gz
|
|
|
21a774 |
|
|
|
21a774 |
BuildRequires: libtool, check-devel
|
|
|
21a774 |
|
|
|
21a774 |
# FPC exception for gnulib - copylib - https://fedorahosted.org/fpc/ticket/174
|
|
|
21a774 |
Provides: bundled(gnulib) = %{gnulib_ver}
|
|
|
21a774 |
|
|
|
21a774 |
%description
|
|
|
21a774 |
libpipeline is a C library for setting up and running pipelines of
|
|
|
21a774 |
processes, without needing to involve shell command-line parsing which is
|
|
|
21a774 |
often error-prone and insecure. This alleviates programmers of the need to
|
|
|
21a774 |
laboriously construct pipelines using lower-level primitives such as fork(2)
|
|
|
21a774 |
and execve(2).
|
|
|
21a774 |
|
|
|
21a774 |
%package devel
|
|
|
21a774 |
Summary: Header files and libraries for pipeline manipulation library
|
|
|
21a774 |
Group: Development/Libraries
|
|
|
21a774 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
21a774 |
Requires: pkgconfig
|
|
|
21a774 |
|
|
|
21a774 |
%description devel
|
|
|
21a774 |
libpipeline-devel contains the header files and libraries needed
|
|
|
21a774 |
to develop programs that use libpipeline library.
|
|
|
21a774 |
|
|
|
21a774 |
%prep
|
|
|
21a774 |
%setup -q
|
|
|
21a774 |
|
|
|
21a774 |
%build
|
|
|
21a774 |
%{configure}
|
|
|
21a774 |
make %{?_smp_mflags}
|
|
|
21a774 |
|
|
|
21a774 |
%check
|
|
|
21a774 |
make check
|
|
|
21a774 |
|
|
|
21a774 |
%install
|
|
|
21a774 |
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} INSTALL='install -p'
|
|
|
21a774 |
rm $RPM_BUILD_ROOT/%{_libdir}/libpipeline.la
|
|
|
21a774 |
|
|
|
21a774 |
%post -p /sbin/ldconfig
|
|
|
21a774 |
|
|
|
21a774 |
%postun -p /sbin/ldconfig
|
|
|
21a774 |
|
|
|
21a774 |
%files
|
|
|
21a774 |
%{!?_licensedir:%global license %%doc}
|
|
|
21a774 |
%license COPYING
|
|
|
21a774 |
%doc README ChangeLog NEWS
|
|
|
21a774 |
%{_libdir}/libpipeline.so.*
|
|
|
21a774 |
|
|
|
21a774 |
%files devel
|
|
|
21a774 |
%{_libdir}/libpipeline.so
|
|
|
21a774 |
%{_libdir}/pkgconfig/libpipeline.pc
|
|
|
21a774 |
%{_includedir}/*.h
|
|
|
21a774 |
%{_mandir}/man3/*
|
|
|
21a774 |
|
|
|
21a774 |
%changelog
|
|
|
21a774 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Wed Nov 15 2017 Nikola Forró <nforro@redhat.com> - 1.5.0-1
|
|
|
21a774 |
- update to 1.5.0
|
|
|
21a774 |
resolves #1512903
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Tue Jul 11 2017 Nikola Forró <nforro@redhat.com> - 1.4.2-1
|
|
|
21a774 |
- update to 1.4.2
|
|
|
21a774 |
resolves #1469102
|
|
|
21a774 |
|
|
|
21a774 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Mon Aug 24 2015 Nikola Forró <nforro@redhat.com> - 1.4.1-1
|
|
|
21a774 |
- updated to 1.4.1
|
|
|
21a774 |
resolves #1256154
|
|
|
21a774 |
|
|
|
21a774 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Wed Oct 29 2014 jchaloup <jchaloup@redhat.com> - 1.4.0-1
|
|
|
21a774 |
- updated to 1.4.0
|
|
|
21a774 |
resolves: #1157461
|
|
|
21a774 |
|
|
|
21a774 |
* Tue Sep 23 2014 jchaloup <jchaloup@redhat.com> - 1.3.1-1
|
|
|
21a774 |
- resolves: #1145489
|
|
|
21a774 |
updated to 1.3.1
|
|
|
21a774 |
|
|
|
21a774 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 1.3.0-3
|
|
|
21a774 |
- fix license handling
|
|
|
21a774 |
|
|
|
21a774 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Tue Apr 15 2014 Peter Schiffer <pschiffe@redhat.com> - 1.3.0-1
|
|
|
21a774 |
- resolves: #1081491
|
|
|
21a774 |
updated to 1.3.0
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Dec 19 2013 Peter Schiffer <pschiffe@redhat.com> - 1.2.6-1
|
|
|
21a774 |
- resolves: #1044974
|
|
|
21a774 |
updated to 1.2.6
|
|
|
21a774 |
|
|
|
21a774 |
* Wed Dec 11 2013 Peter Schiffer <pschiffe@redhat.com> - 1.2.5-1
|
|
|
21a774 |
- resolves: #1038010
|
|
|
21a774 |
updated to 1.2.5
|
|
|
21a774 |
|
|
|
21a774 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Fri Jun 7 2013 Peter Schiffer <pschiffe@redhat.com> - 1.2.4-1
|
|
|
21a774 |
- resolves: #971700
|
|
|
21a774 |
updated to 1.2.4
|
|
|
21a774 |
|
|
|
21a774 |
* Wed Apr 24 2013 Peter Schiffer <pschiffe@redhat.com> - 1.2.3-1
|
|
|
21a774 |
- resolves: #956003
|
|
|
21a774 |
updated to 1.2.3
|
|
|
21a774 |
|
|
|
21a774 |
* Tue Mar 19 2013 Peter Schiffer <pschiffe@redhat.com> - 1.2.2-4
|
|
|
21a774 |
- fixed memory leaks detected by valgrind
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Fri Nov 30 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.2-2
|
|
|
21a774 |
- resolves: #876108
|
|
|
21a774 |
fixed size_t underflow in pipeline_readline() function
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Oct 18 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.2-1
|
|
|
21a774 |
- updated to 1.2.2
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Sep 06 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.1-2
|
|
|
21a774 |
- enabled test suite at build time
|
|
|
21a774 |
- cleaned .spec file
|
|
|
21a774 |
|
|
|
21a774 |
* Mon Jul 23 2012 Peter Schiffer <pschiffe@redhat.com> - 1.2.1-1
|
|
|
21a774 |
- update to 1.2.1
|
|
|
21a774 |
- fixed FTBFS caused by gnulib
|
|
|
21a774 |
|
|
|
21a774 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
21a774 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
21a774 |
|
|
|
21a774 |
* Tue Apr 19 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 1.2.0-1
|
|
|
21a774 |
- initial build
|