Update to 2.34.1
This commit is contained in:
parent
c05034fe18
commit
79194bceef
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user