libpipeline/libpipeline.spec

85 lines
1.7 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:57:35 -04:00
%global gnulib_ver 20140202
Summary: A pipeline manipulation library
Name: libpipeline
2021-12-28 18:11:23 +08:00
Version: 1.5.4
Release: 2
2019-09-30 10:57:35 -04:00
License: GPLv3+
URL: http://libpipeline.nongnu.org/
Source: http://download.savannah.gnu.org/releases/libpipeline/libpipeline-%{version}.tar.gz
BuildRequires: gcc libtool, check-devel
Provides: bundled(gnulib) = %{gnulib_ver}
%description
libpipeline is a C library for manipulating pipelines of subprocesses
in a flexible and convenient way. This allows you to create pipelines
such as fork and execve easily and safely.
%package devel
Summary: Development package for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
Files for development with %{name}.
%package_help
%prep
%autosetup
%build
%{configure}
%make_build
%check
make check
%install
%make_install
%delete_la
%files
%license COPYING
2021-12-28 18:11:23 +08:00
%doc ChangeLog NEWS
2019-09-30 10:57:35 -04:00
%{_libdir}/libpipeline.so.*
%files devel
%{_libdir}/libpipeline.so
%{_libdir}/pkgconfig/libpipeline.pc
%{_includedir}/*.h
%files help
%{_mandir}/man3/*
%changelog
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 1.5.4-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: rebuild for next release
2021-12-28 18:11:23 +08:00
* Tue Dec 28 2021 fuanan <fuanan3@huawei.com> - 1.5.4-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.5.4
2021-01-23 11:28:52 +08:00
* Sat Jan 23 2021 zoulin <zoulin13@huawei.com> - 1.5.3-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.5.3
2020-07-23 17:29:45 +08:00
* Thu Jul 23 2020 yang_zhuang_zhuang <yangzhuangzhuang1@huawei.com> - 1.5.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.5.2
2019-09-30 10:57:35 -04:00
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.0-6
- Package init