Package init
This commit is contained in:
commit
b5856ad574
BIN
libwnck-3.31.4.tar.xz
Normal file
BIN
libwnck-3.31.4.tar.xz
Normal file
Binary file not shown.
60
libwnck3.spec
Normal file
60
libwnck3.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
Name: libwnck3
|
||||||
|
Version: 3.31.4
|
||||||
|
Release: 1
|
||||||
|
Summary: Window Navigator Construction Kit
|
||||||
|
URL: http://download.gnome.org/sources/libwnck/
|
||||||
|
Source0: http://download.gnome.org/sources/libwnck/3.24/libwnck-%{version}.tar.xz
|
||||||
|
License: LGPLv2+
|
||||||
|
BuildRequires: glib2-devel gtk3-devel gtk-doc meson pango-devel
|
||||||
|
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)
|
||||||
|
%{_libdir}/pkgconfig/*
|
||||||
|
%{_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
|
||||||
|
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.31.4-1
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user