178 lines
5.8 KiB
RPMSpec
178 lines
5.8 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: libgssdp
|
|
Version: 1.6.0
|
|
Release: 1mamba
|
|
Summary: A library that implements resource discovery and announcement over SSDP.
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://wiki.gnome.org/Projects/GUPnP
|
|
Source: https://download.gnome.org/sources/gssdp/%{majver}/gssdp-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgtk-devel
|
|
BuildRequires: libsoup-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
GSSDP implements resource discovery and announcement over SSDP.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
GSSDP implements resource discovery and announcement over SSDP.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%prep
|
|
%setup -q -n gssdp-%{version}
|
|
|
|
%build
|
|
%meson \
|
|
-Dgtk_doc=true
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gssdp-device-sniffer
|
|
%{_libdir}/libgssdp-*.so.*
|
|
#%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/gssdp-*/libgssdp/gssdp*.h
|
|
%{_libdir}/libgssdp-*.so
|
|
%{_libdir}/girepository-1.0/GSSDP-*.typelib
|
|
%{_datadir}/gir-1.0/GSSDP-*.gir
|
|
%{_datadir}/vala/vapi/gssdp-*.deps
|
|
%{_datadir}/vala/vapi/gssdp-*.vapi
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%dir %{_docdir}/gssdp-*
|
|
%{_docdir}/gssdp-*/*
|
|
%doc NEWS
|
|
|
|
%changelog
|
|
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 1.4.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 24 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 02 2020 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 24 2017 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 15 2016 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
- update to 1.0.0
|
|
|
|
* Tue Jun 21 2016 Automatic Build System <autodist@mambasoft.it> 0.14.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 07 2016 Automatic Build System <autodist@mambasoft.it> 0.14.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 13 2016 Automatic Build System <autodist@mambasoft.it> 0.14.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 31 2015 Automatic Build System <autodist@mambasoft.it> 0.14.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 03 2015 Automatic Build System <autodist@mambasoft.it> 0.14.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 21 2015 Automatic Build System <autodist@mambasoft.it> 0.14.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 28 2015 Automatic Build System <autodist@mambasoft.it> 0.14.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 16 2014 Automatic Build System <autodist@mambasoft.it> 0.14.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 26 2014 Automatic Build System <autodist@mambasoft.it> 0.14.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 0.14.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 04 2014 Automatic Build System <autodist@mambasoft.it> 0.14.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 31 2013 Automatic Build System <autodist@mambasoft.it> 0.14.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 08 2013 Automatic Build System <autodist@mambasoft.it> 0.14.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Jul 30 2013 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 0.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 07 2013 Automatic Build System <autodist@mambasoft.it> 0.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 07 2012 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 27 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2.1-1mamba
|
|
- update to 0.12.2
|
|
|
|
* Thu Oct 28 2010 Automatic Build System <autodist@mambasoft.it> 0.7.2-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Fri Jun 25 2010 Automatic Build System <autodist@mambasoft.it> 0.7.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Feb 10 2010 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Nov 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
|
- package created by autospec
|