Update to 45.rc
- Add -devel subpackage for newly added pkg-config file
This commit is contained in:
parent
82f7512544
commit
46b95b200c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/tecla-45.alpha.tar.xz
|
||||
/tecla-45.beta.tar.xz
|
||||
/tecla-45.rc.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tecla-45.beta.tar.xz) = 93acf3fe93001be51638743dc85686d07abc9e0a138efbcbd39a0d2ae360b9e1dafbbd7c4b101e3b0141d18710b5557cf60438e2220cc7420699d8151542e989
|
||||
SHA512 (tecla-45.rc.tar.xz) = 7f0bf8559b5f99a52516f1a2c340574b1e76c65f6d72264f8099e34e38c39f2019b81c692517cab309f657eb7806adb4bac5338ad2212a0bbaca4e280182e65d
|
||||
|
15
tecla.spec
15
tecla.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user