File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ 2025-07-31/pbiering: 0.0.8
2+ - add support for static build
3+
142023-06-20/pbiering: 0.0.7
25- add autodetection of 'tnftp' in PATH
36
Original file line number Diff line number Diff line change 11# Build instructions
22# rpmbuild -bb --undefine=_disable_source_fetch libnetceiver.spec
33
4- %define ver 0.0.7
5- %define rel 5
4+ %define ver 0.0.8
5+ %define rel 1
66
77Name: libnetceiver
88Version: %{ver }
@@ -35,6 +35,14 @@ Requires: libnetceiver
3535C header files for LibNetCeiver
3636
3737
38+ %package static
39+ Summary: Static library for DVB multicast stream client
40+ Requires: libnetceiver
41+
42+ %description static
43+ Static library for DVB multicast stream client
44+
45+
3846%prep
3947%setup -q -n %{name }-%{version }
4048
@@ -73,7 +81,14 @@ export PCDIR=%{_libdir}/pkgconfig
7381%{_libdir }/pkgconfig/*
7482
7583
84+ %files static
85+ %{_libdir }/* .a
86+
87+
7688%changelog
89+ * Thu Jul 31 2025 Peter Bieringer <pb@bieringer.de> - 0.0.8-1
90+ - Add subpackage 'static'
91+
7792* Tue Jun 20 2023 Peter Bieringer <pb@bieringer.de> - 0.0.7-5
7893- Add requirement for 'tnftp'
7994
You can’t perform that action at this time.
0 commit comments