Update to 2.34.1

This commit is contained in:
Kalev Lember 2016-08-21 16:09:02 +02:00
parent c05034fe18
commit 79194bceef
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ libgtop-2.28.1.tar.bz2
/libgtop-2.33.4.tar.xz
/libgtop-2.33.91.tar.xz
/libgtop-2.34.0.tar.xz
/libgtop-2.34.1.tar.xz

View File

@ -1,8 +1,6 @@
%define po_package libgtop-2.0
Name: libgtop2
Summary: LibGTop library (version 2)
Version: 2.34.0
Version: 2.34.1
Release: 1%{?dist}
License: GPLv2+
URL: http://download.gnome.org/sources/libgtop
@ -13,7 +11,6 @@ Source: http://download.gnome.org/sources/libgtop/2.34/libgtop-%{version}.tar.
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: gettext
BuildRequires: intltool
%description
LibGTop is a library for portably obtaining information about processes,
@ -40,13 +37,13 @@ make %{?_smp_mflags}
find %{buildroot} -name '*.la' -delete
%find_lang %{po_package}
%find_lang libgtop
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{po_package}.lang
%files -f libgtop.lang
%doc AUTHORS NEWS README
%license COPYING
%{_libdir}/*.so.*
@ -66,6 +63,9 @@ find %{buildroot} -name '*.la' -delete
%exclude %{_datadir}/info
%changelog
* Sun Aug 21 2016 Kalev Lember <klember@redhat.com> - 2.34.1-1
- Update to 2.34.1
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.34.0-1
- Update to 2.34.0

View File

@ -1 +1 @@
9c47c8d6d50892857c90b4546d19da82 libgtop-2.34.0.tar.xz
81d3af0c9f78af13a0206095f747fa55 libgtop-2.34.1.tar.xz