Update to 0.20.5
Use pkgconfig for BuildRequires.
This commit is contained in:
parent
b0a4637b93
commit
f2efd3d259
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libgee-0.20.3.tar.xz
|
||||
/libgee-0.20.4.tar.xz
|
||||
/libgee-0.20.5.tar.xz
|
||||
|
17
libgee.spec
17
libgee.spec
@ -1,15 +1,15 @@
|
||||
Name: libgee
|
||||
Version: 0.20.4
|
||||
Release: 3%{?dist}
|
||||
Version: 0.20.5
|
||||
Release: 1%{?dist}
|
||||
Summary: GObject collection library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libgee
|
||||
Source0: https://download.gnome.org/sources/libgee/0.20/libgee-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
libgee is a collection library providing GObject-based interfaces and
|
||||
@ -65,7 +65,7 @@ developing applications that use %{name}.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%check
|
||||
@ -76,7 +76,7 @@ make check
|
||||
%make_install \
|
||||
typelibdir=%{_libdir}/girepository-1.0 \
|
||||
girdir=%{_datadir}/gir-1.0
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -101,6 +101,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 David King <amigadave@amigadave.com> - 0.20.5-1
|
||||
- Update to 0.20.5
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgee-0.20.4.tar.xz) = 9a4b1db47543e80a6191054fa8fb04a8c07468befe05f738409ede317e64a8b884157bb488b330cd27f3dce3af5eeb7aefb74a180c2913ed8c834d1bde8fe9c5
|
||||
SHA512 (libgee-0.20.5.tar.xz) = 64d498c5323c4c0978391a01fb3a36e9a00ef9d5dc8e95e3b2dc9cc33f6ad55ec1096e18629c5cad9539b083c42917d91d068824dac4d06f53ef9a682cccc8a9
|
||||
|
Loading…
Reference in New Issue
Block a user