Update to 1.0.0
- Build devel documentation - Include translations
This commit is contained in:
parent
c77ae73008
commit
5dfcf78e62
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libpanel-1.0.alpha.tar.xz
|
/libpanel-1.0.alpha.tar.xz
|
||||||
/libpanel-1.0.alpha1.tar.xz
|
/libpanel-1.0.alpha1.tar.xz
|
||||||
|
/libpanel-1.0.0.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: libpanel
|
Name: libpanel
|
||||||
Version: 1.0~alpha1
|
Version: 1.0.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: IDE paneling library for GTK
|
Summary: IDE paneling library for GTK
|
||||||
|
|
||||||
@ -11,6 +11,7 @@ Source0: https://download.gnome.org/sources/libpanel/1.0/libpanel-%{tarba
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig(gi-docgen)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk4)
|
BuildRequires: pkgconfig(gtk4)
|
||||||
BuildRequires: pkgconfig(libadwaita-1)
|
BuildRequires: pkgconfig(libadwaita-1)
|
||||||
@ -43,8 +44,10 @@ developing applications that use %{name}.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
%find_lang libpanel
|
||||||
|
|
||||||
%files
|
|
||||||
|
%files -f libpanel.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%{_libdir}/libpanel-1.so.1*
|
%{_libdir}/libpanel-1.so.1*
|
||||||
@ -62,6 +65,7 @@ developing applications that use %{name}.
|
|||||||
%dir %{_datadir}/vala/vapi
|
%dir %{_datadir}/vala/vapi
|
||||||
%{_datadir}/vala/vapi/libpanel-1.deps
|
%{_datadir}/vala/vapi/libpanel-1.deps
|
||||||
%{_datadir}/vala/vapi/libpanel-1.vapi
|
%{_datadir}/vala/vapi/libpanel-1.vapi
|
||||||
|
%doc %{_datadir}/doc/panel-1.0/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpanel-1.0.alpha1.tar.xz) = c9aa59fc2fa2605c078978f2a17d122b3c16e7bf0c74268d0c716882b97e82da4c1f10bd6c2b8eda59af90d36667c0b18311ec66ce41fce6a9b91cc6685337e8
|
SHA512 (libpanel-1.0.0.tar.xz) = d401630693459303192bfcc59ffeb1ccc6e041f17212ae38dcdfd0f0145e54db4934c46e4c88474ca8c06d0413a5f78c7dd02717c41015c84ac19570233ab28f
|
||||||
|
Loading…
Reference in New Issue
Block a user