Update to 45.rc

- Add -devel subpackage for newly added pkg-config file
This commit is contained in:
Kalev Lember 2023-09-06 12:24:47 +02:00
parent 82f7512544
commit 46b95b200c
3 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/tecla-45.alpha.tar.xz
/tecla-45.beta.tar.xz
/tecla-45.rc.tar.xz

View File

@ -1 +1 @@
SHA512 (tecla-45.beta.tar.xz) = 93acf3fe93001be51638743dc85686d07abc9e0a138efbcbd39a0d2ae360b9e1dafbbd7c4b101e3b0141d18710b5557cf60438e2220cc7420699d8151542e989
SHA512 (tecla-45.rc.tar.xz) = 7f0bf8559b5f99a52516f1a2c340574b1e76c65f6d72264f8099e34e38c39f2019b81c692517cab309f657eb7806adb4bac5338ad2212a0bbaca4e280182e65d

View File

@ -1,7 +1,7 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: tecla
Version: 45~beta
Version: 45~rc
Release: %autorelease
Summary: Keyboard layout viewer
@ -24,6 +24,15 @@ Tecla is a keyboard layout viewer. It uses GTK/Libadwaita for UI, and
libxkbcommon to deal with keyboard maps.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains a pkg-config file for
developing applications that use %{name}.
%prep
%autosetup -p1 -n tecla-%{tarball_version}
@ -53,5 +62,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Tecla.deskt
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Tecla-symbolic.svg
%files devel
%{_datadir}/pkgconfig/tecla.pc
%changelog
%autochangelog