Compare commits
10 Commits
3feae01fcb
...
db9c3a9d62
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db9c3a9d62 | ||
|
|
1c9ab3b4d1 | ||
|
|
713a991d99 | ||
|
|
04bf29e607 | ||
|
|
10729112cf | ||
|
|
2a508c8022 | ||
|
|
1f2795ba8d | ||
|
|
dae958d067 | ||
|
|
ee397727e2 | ||
|
|
4e6c2dd256 |
Binary file not shown.
BIN
gssdp-1.6.3.tar.xz
Normal file
BIN
gssdp-1.6.3.tar.xz
Normal file
Binary file not shown.
56
gssdp.spec
56
gssdp.spec
@ -1,13 +1,14 @@
|
||||
Name: gssdp
|
||||
Version: 1.0.2
|
||||
Release: 7
|
||||
Version: 1.6.3
|
||||
Release: 2
|
||||
Summary: Resource discovery and announcement over SSDP
|
||||
License: LGPLv2+
|
||||
URL: http://www.gupnp.org/
|
||||
Source0: http://download.gnome.org/sources/gssdp/1.0/gssdp-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gssdp/1.6/gssdp-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath gtk-doc pkgconfig vala >= 0.20 gobject-introspection-devel >= 1.36
|
||||
BuildRequires: dbus-glib-devel GConf2-devel glib2-devel gtk3-devel libsoup-devel libxml2-devel
|
||||
BuildRequires: chrpath gtk-doc pkgconfig vala >= 0.20 gobject-introspection-devel >= 1.36 meson
|
||||
BuildRequires: dbus-glib-devel GConf2-devel glib2-devel gtk3-devel libsoup3-devel libxml2-devel
|
||||
BuildRequires: gtk4-devel gi-docgen glib2-devel
|
||||
|
||||
Requires: dbus
|
||||
Provides: gssdp-utils
|
||||
@ -37,40 +38,57 @@ This package contains documentation files for gssdp.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build V=1
|
||||
%meson -Dgtk_doc=true \
|
||||
-Dmanpages=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
%delete_la
|
||||
|
||||
chrpath --delete %{buildroot}%{_bindir}/gssdp-device-sniffer
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags} V=1
|
||||
%meson_test
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING AUTHORS README NEWS
|
||||
%dir %{_datadir}/gssdp
|
||||
%{_libdir}/libgssdp-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_libdir}/libgssdp-1.6.so.*
|
||||
%{_libdir}/girepository-1.0/GSSDP-1.6.typelib
|
||||
%{_bindir}/gssdp-device-sniffer
|
||||
%{_datadir}/gssdp/gssdp-device-sniffer.ui
|
||||
|
||||
%files devel
|
||||
%{_includedir}/gssdp-1.0
|
||||
%{_libdir}/libgssdp-1.0.so
|
||||
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
||||
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
||||
%{_includedir}/gssdp-1.6/
|
||||
%{_libdir}/libgssdp-1.6.so
|
||||
%{_libdir}/pkgconfig/gssdp-1.6.pc
|
||||
%{_datadir}/gir-1.0/GSSDP-1.6.gir
|
||||
%{_datadir}/vala/vapi/gssdp*
|
||||
|
||||
%files help
|
||||
%{_datadir}/gtk-doc/html/gssdp
|
||||
%{_datadir}/doc/gssdp-1.6/
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2024 xu_ping <707078654@qq.com> - 1.6.3-2
|
||||
- Remove Unuse files due to upgrading to 1.6.2
|
||||
|
||||
* Wed Jan 24 2024 maqi <maqi@uniontech.com> - 1.6.3-1
|
||||
- Upgrade 1.6.3
|
||||
|
||||
* Mon Aug 07 2023 xu_ping <707078654@qq.com> - 1.6.2-1
|
||||
- Upgrade 1.6.2
|
||||
|
||||
* Fri May 27 2022 xu_ping <xuping33@h-partners.com> - 1.4.0.1-1
|
||||
- Upgrade 1.4.0.1
|
||||
|
||||
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.2.3-1
|
||||
- Upgrade to 1.2.3
|
||||
- Update Version, Release, Source0, BuildRequires
|
||||
- Update stage 'build', 'install', 'check' and 'files'
|
||||
|
||||
* Wed Oct 30 2019 Lijin Yang <yanglijin@huawei.com> - 1.0.2-7
|
||||
- Initial package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user