Use apiver macro in the spec file instead of hardcoding
This commit is contained in:
parent
7584a5c9b5
commit
bc72fac818
19
gupnp.spec
19
gupnp.spec
@ -1,3 +1,5 @@
|
||||
%global apiver 1.2
|
||||
|
||||
Name: gupnp
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
@ -58,17 +60,17 @@ This package contains developer documentation for %{name}.
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS README
|
||||
%{_libdir}/libgupnp-1.2.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnP-1.2.typelib
|
||||
%{_libdir}/libgupnp-%{apiver}.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnP-%{apiver}.typelib
|
||||
|
||||
%files devel
|
||||
%{_bindir}/gupnp-binding-tool-1.2
|
||||
%{_includedir}/gupnp-1.2/
|
||||
%{_libdir}/libgupnp-1.2.so
|
||||
%{_libdir}/pkgconfig/gupnp-1.2.pc
|
||||
%{_datadir}/gir-1.0/GUPnP-1.2.gir
|
||||
%{_bindir}/gupnp-binding-tool-%{apiver}
|
||||
%{_includedir}/gupnp-%{apiver}/
|
||||
%{_libdir}/libgupnp-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/gupnp-%{apiver}.pc
|
||||
%{_datadir}/gir-1.0/GUPnP-%{apiver}.gir
|
||||
%{_datadir}/vala/vapi/%{name}*
|
||||
%{_mandir}/man1/gupnp-binding-tool-1.2.1*
|
||||
%{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
|
||||
|
||||
%files docs
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
@ -77,6 +79,7 @@ This package contains developer documentation for %{name}.
|
||||
* Thu Mar 12 2020 Kalev Lember <klember@redhat.com> - 1.2.2-1
|
||||
- Update to 1.2.2
|
||||
- Switch to the meson build system
|
||||
- Use apiver macro in the spec file instead of hardcoding
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user