File weibird.spec of Package weibird
Name: weibird
Version: 0.1.1
Release: 0
Summary: Native GTK+ Weibo client
Group: Productivity/Networking/Other
License: GPL-3.0+
URL: https://github.com/JonathanKang/Weibird
Source0: https://github.com/JonathanKang/Weibird/archive/%{name}-%{version}.tar.gz
BuildRequires: hicolor-icon-theme
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconifg(gio-2.0)
BuildRequires: pkgconifg(glib-2.0)
BuildRequires: pkgconifg(gtk+-3.0)
BuildRequires: pkgconifg(json-glib-1.0)
BuildRequires: pkgconifg(libsoup-2.4)
BuildRequires: pkgconifg(rest-0.7)
BuildRequires: pkgconifg(webkit2gtk-4.0)
Requires: gsettings-desktop-schemas
%description
Native GTK+ Weibo client.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README.md
%dir %{_datadir}/weibird/
%{_datadir}/weibird/wb-style.css
%{_datadir}/applications/com.jonathankang.Weibird.desktop
%{_datadir}/glib-2.0/schemas/com.jonathankang.Weibird.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/com.jonathankang.Weibird.svg
%{_datadir}/icons/hicolor/symbolic/apps/com.jonathankang.Weibird-symbolic.svg
%changelog