Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
db9c3a9d62
!15 [sync] PR-14: Remove Unuse files due to upgrading to 1.6.2
From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2024-03-14 09:18:32 +00:00
cherry530
1c9ab3b4d1 Remove unuse file
Signed-off-by: cherry530 <707078654@qq.com>
(cherry picked from commit a412b77e9f97310f8756c29a2f96fce4e1db9584)
2024-03-14 15:50:36 +08:00
openeuler-ci-bot
713a991d99
!13 Upgrade 1.6.3
From: @maqi77 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2024-02-18 08:57:28 +00:00
maqi
04bf29e607 Upgrade 1.6.3 2024-01-23 09:12:50 +08:00
openeuler-ci-bot
10729112cf
!11 Upgrade version to 1.6.2
From: @cherry530 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-08-07 08:36:44 +00:00
cherry530
2a508c8022 Upgrade version to 1.6.2
Signed-off-by: cherry530 <707078654@qq.com>
2023-08-07 16:04:53 +08:00
openeuler-ci-bot
1f2795ba8d
!9 Upgrade 1.4.0.1
From: @cherry530 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-05-31 03:15:20 +00:00
cherry530
dae958d067 Upgrade 1.4.0.1
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-05-31 10:00:00 +08:00
openeuler-ci-bot
ee397727e2 !2 Upgrade to 1.2.3
From: @weijin-deng
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-06-11 09:05:00 +00:00
weijin-deng
4e6c2dd256 Upgrade to 1.2.3
Update Version, Release, Source0, BuildRequires
Update stage 'build', 'install', 'check' and 'files'
2021-06-07 11:34:13 +08:00
3 changed files with 37 additions and 19 deletions

Binary file not shown.

BIN
gssdp-1.6.3.tar.xz Normal file

Binary file not shown.

View File

@ -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