libwnck3/libwnck3.spec

85 lines
2.1 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:09 -04:00
Name: libwnck3
2022-09-12 18:55:47 +08:00
Version: 40.1
2021-01-27 14:48:16 +08:00
Release: 1
2019-09-30 10:59:09 -04:00
Summary: Window Navigator Construction Kit
URL: http://download.gnome.org/sources/libwnck/
2022-09-12 18:55:47 +08:00
Source0: http://download.gnome.org/sources/libwnck/40/libwnck-%{version}.tar.xz
2019-09-30 10:59:09 -04:00
License: LGPLv2+
2019-12-13 15:42:13 +08:00
BuildRequires: glib2-devel gtk3-devel gtk-doc meson pango-devel libxslt
2019-09-30 10:59:09 -04:00
BuildRequires: startup-notification-devel gobject-introspection-devel libXres-devel gettext
Requires: startup-notification
%description
libwnck is used to implement pagers, tasklists, and other such things.
It allows applications to monitor information about open windows,
workspaces, their names/icons, and so forth.
%package devel
Summary: Libraries and headers for {%name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n libwnck-%{version} -p1
%build
%meson -Dgtk_doc=true
%meson_build
%install
%meson_install
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%{_libdir}/*-3.so*
%{_bindir}/wnck*
%{_datadir}/locale/*
%{_libdir}/girepository-1.0/Wnck-3.0.typelib
%files devel
%defattr(-,root,root)
2020-01-17 15:37:19 +08:00
%{_libdir}/pkgconfig/*
2019-09-30 10:59:09 -04:00
%{_includedir}/libwnck-3.0/*
%{_datadir}/gir-1.0/Wnck-3.0.gir
%files help
%defattr(-,root,root)
%doc README NEWS
%doc %{_datadir}/gtk-doc/*
%changelog
2022-09-12 18:55:47 +08:00
* Mon Sep 12 2022 tianlijing <tianlijing@kylinos.cn> - 40.1-1
- update to 40.1
2021-01-27 14:48:16 +08:00
* Wed Jan 27 2021 hanhui <hanhui15@huawei.com> - 3.36.0-1
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: update to 3.36.0
2020-09-08 11:37:44 +08:00
* Tue Sep 08 2020 zhanzhimin <zhanzhimin@huawei.com> - 3.31.4-4
- update source0
2020-01-17 15:37:19 +08:00
* Fri Jan 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the install dir in mesonbuild
2019-12-26 19:12:09 +08:00
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix build fail
2019-09-30 10:59:09 -04:00
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-1
- Package init