Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Packages
rpms
fstrm
Commits
b9754371
Commit
b9754371
authored
Feb 05, 2020
by
Michał Kępień
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync *.spec with Fedora
parent
6cbbca61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
fstrm.spec
fstrm.spec
+15
-5
No files found.
fstrm.spec
View file @
b9754371
...
...
@@ -12,9 +12,9 @@
Name: %{?scl_prefix}fstrm
Summary: Frame Streams implementation in C
Version: 0.
4
.0
Release:
4
%{?dist}
License:
ASL 2.0
Version: 0.
5
.0
Release:
3
%{?dist}
License:
MIT
URL: https://github.com/farsightsec/fstrm
Source0: https://dl.farsightsecurity.com/dist/fstrm/fstrm-%{version}.tar.gz
BuildRequires: autoconf automake libtool
...
...
@@ -61,9 +61,10 @@ mkdir -p %{buildroot}%{_pkgdocdir}/
%check
make check
%if 0%{!?fedora} || 0%{?fedora} < 28
%if 0%{?fedora} || 0%{?rhel} > 7
# https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets
%else
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%endif
...
...
@@ -82,6 +83,15 @@ make check
%{_libdir}/pkgconfig/libfstrm.pc
%changelog
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 10 2019 Tomas Krizek <tomas.krizek@nic.cz> - 0.5.0-1
- Update to new upstream version 0.5.0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment