Accepting request 560954 from home:avindra
- update to 0.3.2 * Accommodate systems without pthread_condattr_setclock - 0.3.1 * Add support for '-' as a filename for stdin/stdout * Destroy condition variable and mutexes in fstrm_iothr_destroy() - 0.3.0 * Output file rotation * Change state properly in fstrm_writer_close() * force output flush on sighup * Build on OS X - cleanup with spec-cleaner - use dist tarball instead of github archive OBS-URL: https://build.opensuse.org/request/show/560954 OBS-URL: https://build.opensuse.org/package/show/server:dns/fstrm?expand=0&rev=7
This commit is contained in:
parent
ca99617435
commit
1335662c5f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad5d39957a4b334a6c7fcc94f308dc7ac75e1997cc642e9bb91a18fc0f42a98a
|
|
||||||
size 434627
|
|
3
fstrm-0.3.2.tar.gz
Normal file
3
fstrm-0.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d509999ac904e48c038f88820f47859da85ceb86c06552e4052897082423ec5
|
||||||
|
size 439239
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 07:21:18 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
- update to 0.3.2
|
||||||
|
* Accommodate systems without pthread_condattr_setclock
|
||||||
|
- 0.3.1
|
||||||
|
* Add support for '-' as a filename for stdin/stdout
|
||||||
|
* Destroy condition variable and mutexes in fstrm_iothr_destroy()
|
||||||
|
- 0.3.0
|
||||||
|
* Output file rotation
|
||||||
|
* Change state properly in fstrm_writer_close()
|
||||||
|
* force output flush on sighup
|
||||||
|
* Build on OS X
|
||||||
|
- cleanup with spec-cleaner
|
||||||
|
- use dist tarball instead of github archive
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 3 14:30:01 UTC 2015 - mrueckert@suse.de
|
Thu Sep 3 14:30:01 UTC 2015 - mrueckert@suse.de
|
||||||
|
|
||||||
|
16
fstrm.spec
16
fstrm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fstrm
|
# spec file for package fstrm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,17 +18,15 @@
|
|||||||
|
|
||||||
%define c_lib libfstrm0
|
%define c_lib libfstrm0
|
||||||
Name: fstrm
|
Name: fstrm
|
||||||
Version: 0.2.0
|
Version: 0.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Frame Streams implementation in C
|
Summary: Frame Streams implementation in C
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://github.com/farsightsec/fstrm
|
Url: https://github.com/farsightsec/fstrm
|
||||||
Source: https://github.com/farsightsec/fstrm/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://dl.farsightsecurity.com/dist/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: libevent-devel
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildRequires: libevent-devel >= 2
|
BuildRequires: libevent-devel >= 2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is fstrm, a C implementation of the Frame Streams data transport protocol.
|
This is fstrm, a C implementation of the Frame Streams data transport protocol.
|
||||||
@ -80,25 +78,21 @@ This packages holds the development files.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/libfstrm.la
|
rm %{buildroot}%{_libdir}/libfstrm.la
|
||||||
|
|
||||||
%post -n %{c_lib} -p /sbin/ldconfig
|
%post -n %{c_lib} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{c_lib} -p /sbin/ldconfig
|
%postun -n %{c_lib} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog README* COPYRIGHT LICENSE
|
%doc ChangeLog README* COPYRIGHT LICENSE
|
||||||
%{_bindir}/fstrm_capture
|
%{_bindir}/fstrm_capture
|
||||||
%{_bindir}/fstrm_dump
|
%{_bindir}/fstrm_dump
|
||||||
|
|
||||||
%files -n %{c_lib}
|
%files -n %{c_lib}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libfstrm.so.*
|
%{_libdir}/libfstrm.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/fstrm.h
|
%{_includedir}/fstrm.h
|
||||||
%{_includedir}/fstrm/
|
%{_includedir}/fstrm/
|
||||||
%{_libdir}/libfstrm.so
|
%{_libdir}/libfstrm.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user