automatic version update by autodist [release 1.2.1-1mamba;Thu May 02 2019]
This commit is contained in:
parent
8f519bcf6b
commit
4be03c4051
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libgssdp
|
Name: libgssdp
|
||||||
Version: 1.0.3
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library that implements resource discovery and announcement over SSDP.
|
Summary: A library that implements resource discovery and announcement over SSDP.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -42,12 +42,14 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q -n gssdp-%{version}
|
%setup -q -n gssdp-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson \
|
||||||
%make
|
-Dgtk_doc=true
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -59,26 +61,30 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gssdp-device-sniffer
|
%{_bindir}/gssdp-device-sniffer
|
||||||
%{_libdir}/libgssdp-1.0.so.*
|
%{_libdir}/libgssdp-*.so.*
|
||||||
%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
#%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/gssdp-1.0/libgssdp/gssdp*.h
|
%{_includedir}/gssdp-*/libgssdp/gssdp*.h
|
||||||
%{_libdir}/libgssdp-1.0.a
|
%{_libdir}/libgssdp-*.so
|
||||||
%{_libdir}/libgssdp-1.0.la
|
|
||||||
%{_libdir}/libgssdp-1.0.so
|
|
||||||
%{_libdir}/girepository-1.0/GSSDP-*.typelib
|
%{_libdir}/girepository-1.0/GSSDP-*.typelib
|
||||||
%{_datadir}/gir-1.0/GSSDP-*.gir
|
%{_datadir}/gir-1.0/GSSDP-*.gir
|
||||||
%dir %{_datadir}/gtk-doc/html/gssdp
|
%dir %{_datadir}/gtk-doc/html/gssdp
|
||||||
%{_datadir}/gtk-doc/html/gssdp/*
|
%{_datadir}/gtk-doc/html/gssdp/*
|
||||||
%{_datadir}/vala/vapi/gssdp-1.0.deps
|
%{_datadir}/vala/vapi/gssdp-*.deps
|
||||||
%{_datadir}/vala/vapi/gssdp-1.0.vapi
|
%{_datadir}/vala/vapi/gssdp-*.vapi
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 02 2019 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 26 2019 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user