Accepting request 935933 from home:dirkmueller:Factory
- update to 1.5.4: * Building libpipeline now requires Autoconf >= 2.64. * Developmed moved to Gitlab OBS-URL: https://build.opensuse.org/request/show/935933 OBS-URL: https://build.opensuse.org/package/show/Base:System/libpipeline?expand=0&rev=19
This commit is contained in:
parent
3c8cf169a1
commit
66ff2d5add
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0
|
||||
size 994663
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAl81FlEACgkQOTWH2X2G
|
||||
UAuPGQ//eQrwzMwYlmo3DI1XdUbvuCUTN0c8a8GD1yVjUfbSLhjOevv4rKIbNhPc
|
||||
5prTcM2n1bzxr3x6lhZ0c7TscS5FbVotKlGvlCzef8RH+BNlf4dd/SZBOxW54ubT
|
||||
3ob3oRbwRTdENBUv1X7rjLYdTYLXEqwWuNdcmu44keVoSc7qKZwtrZi4yN+qX3Ob
|
||||
44HIGxUgVxbYVigPv/MfjeucyhA0T63/pCtiY/FbWsB/kKTFR4xEl/PYXE5X+N8D
|
||||
xpsWkWSPFWc12jyWzcG5UcMOQJEVlJglcG8tG/3ldcTxvLj9BFxd4i0RVfkdEKN2
|
||||
NtAe0/5AKn3HT9ynTLAVghzi/Bs5y6qZy6LWlQG/vISH14RrRNy36uXzLrr5ujep
|
||||
c4cd9JLDmoOnnmSaS0ak9gq4f1SRA44FefsZcCueHEg/OlWmKXdXhi4Q2c7RSP+6
|
||||
3HaCggOpHkUPj9vmzfXvppPq2FoKJUYQTWPXfZL3AdAjyj/Fwt13X1ysBG5tVrML
|
||||
5LUYGeq9ToFI3twfJYxSeZQzGvP7gPDMFxMEzJUVJ6wCc0BsgjutfXXWbASVBnUw
|
||||
424kwLL3pVK3lT9XG4vy2G5i5R8c0D7Hbc0iDI8w810seCDKhul5quaim4SxbDZF
|
||||
cKo3I/FthkYTXFO34llD6FHjK3TH4YUxvRKNGcFD+YKHcSeQMfY=
|
||||
=7s2T
|
||||
-----END PGP SIGNATURE-----
|
3
libpipeline-1.5.4.tar.gz
Normal file
3
libpipeline-1.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c
|
||||
size 1040952
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 08:07:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.4:
|
||||
* Building libpipeline now requires Autoconf >= 2.64.
|
||||
* Developmed moved to Gitlab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 13 19:33:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
5265
libpipeline.keyring
5265
libpipeline.keyring
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libpipeline
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,16 +18,14 @@
|
||||
|
||||
%define lname libpipeline1
|
||||
Name: libpipeline
|
||||
Version: 1.5.3
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: A pipeline manipulation library
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
URL: https://www.nongnu.org/libpipeline/
|
||||
Source0: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.asc
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: pkg-config
|
||||
Source0: https://gitlab.com/cjwatson/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
libpipeline is a C library for setting up and running pipelines of
|
||||
@ -72,14 +70,13 @@ export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||
--enable-socketpair-pipe \
|
||||
--with-pic=yes \
|
||||
--with-gnu-ld
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%make_install
|
||||
rm -vf %{buildroot}%{_libdir}/libpipeline.la
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
@ -89,10 +86,10 @@ rm -vf %{buildroot}%{_libdir}/libpipeline.la
|
||||
%files devel
|
||||
%defattr(-,root,root,0755)
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
%doc ChangeLog README.md
|
||||
%{_libdir}/libpipeline.so
|
||||
%{_libdir}/pkgconfig/libpipeline.pc
|
||||
%{_includedir}/pipeline.h
|
||||
%{_mandir}/man3/*.3*
|
||||
%{_mandir}/man3/*.3%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user