Update to 2.33.4
This commit is contained in:
parent
8bef5a10b3
commit
d2a073ba6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libgtop-2.28.1.tar.bz2
|
||||
/libgtop-2.31.91.tar.xz
|
||||
/libgtop-2.32.0.tar.xz
|
||||
/libgtop-2.33.3.tar.xz
|
||||
/libgtop-2.33.4.tar.xz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libgtop2
|
||||
Summary: LibGTop library (version 2)
|
||||
Version: 2.33.3
|
||||
Version: 2.33.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://download.gnome.org/sources/libgtop
|
||||
@ -37,7 +37,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
|
||||
|
||||
%find_lang %{po_package}
|
||||
@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%exclude %{_datadir}/info
|
||||
|
||||
%changelog
|
||||
* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 2.33.4-1
|
||||
- Update to 2.33.4
|
||||
|
||||
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 2.33.3-1
|
||||
- Update to 2.33.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user