source: projects/specs/trunk/j/jitterentropy/jitterentropy-vl.spec @ 12363

Revision 12363, 2.1 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

NetworkManager-1.22.10-1

initscripts-8.91.16-2

jitterentropy-2.2.0-3

rng-tools-6.10-4

samba-4.12.0-2

sysfsutils-2.1.0-5

Line 
1Name:   jitterentropy
2Version:        2.2.0
3Release:        3%{?_dist_release}
4Summary:        Library implementing the jitter entropy source
5Vendor:         Project Vine
6Distribution:   Vine Linux
7
8License:        BSD or GPLv2
9URL:            https://github.com/smuellerDD/jitterentropy-library
10Source0:        %url/archive/%{name}-library-%{version}.tar.gz
11
12BuildRequires: gcc
13
14# Disable Upstream Makefiles debuginfo strip on install
15Patch0: jitterentropy-rh-makefile.patch
16%description
17Library implementing the CPU jitter entropy source
18
19%package devel
20Summary: Development headers for jitterentropy library
21Requires: %{name}%{?_isa} = %{version}-%{release}
22
23%description devel
24Development headers and libraries for jitterentropy
25
26%prep
27%autosetup -n %{name}-library-%{version}
28
29%build
30export CFLAGS="%{optflags}"
31%make_build
32
33%install
34mkdir -p %{buildroot}/usr/include/
35%make_install PREFIX=/usr LIBDIR=%{_lib}
36
37%post -p /sbin/ldconfig
38%postun -p /sbin/ldconfig
39
40%files
41%doc README.md
42%license COPYING COPYING.bsd COPYING.gplv2
43%{_libdir}/libjitterentropy.so.2*
44
45
46%files devel
47%{_includedir}/*
48%{_libdir}/libjitterentropy.so
49%{_mandir}/man3/*
50
51%changelog
52* Thu Apr 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.0-3
53- initial build for Vine Linux.
54
55* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
56- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
57
58* Thu Sep 26 2019 Neil Horman <nhorman@redhat.com> - 2.2.0-1
59- Update to latest upstream
60
61* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-5
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
63
64* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
66
67* Fri Sep 21 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-3
68- Drop static library
69- Fix up naming
70- Add gcc buildrequires
71- Fix files glob
72
73* Thu Sep 13 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-2
74- Fixed license
75- Fixed up some macro usage in spec file
76- Documented patches
77- Modified makefile to use $(INSTALL) macro
78
79* Thu Sep 06 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-1
80- Initial import
Note: See TracBrowser for help on using the repository browser.