Accepting request 80305 from home:vuntz:branches:GNOME:Factory
Update to 2.28.4 OBS-URL: https://build.opensuse.org/request/show/80305 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgtop?expand=0&rev=42
This commit is contained in:
parent
93b23eab07
commit
08664b0312
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42
|
||||
size 793252
|
3
libgtop-2.28.4.tar.bz2
Normal file
3
libgtop-2.28.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098568c08e412c0be2980a322ff3e7403a6d72192391d276a16943cbd3874182
|
||||
size 819576
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:22:09 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.28.4:
|
||||
+ Fix numerous bugs in the FreeBSD backend.
|
||||
+ Split off OpenBSD code in its own backend, and fixes.
|
||||
+ Updated translations.
|
||||
- Stop shipping .la files in devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 13:58:57 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
|
10
libgtop.spec
10
libgtop.spec
@ -20,13 +20,13 @@
|
||||
Name: libgtop
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.28.3
|
||||
Version: 2.28.4
|
||||
Release: 1
|
||||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
||||
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0)
|
||||
%define libgtop-2_0_name 7
|
||||
Summary: LibGTop Library
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libgtop/2.19/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/libgtop/2.28/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}_spec-update.sh
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
@ -117,6 +117,7 @@ translation-update-upstream
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%find_lang %{name}-2.0
|
||||
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
|
||||
if test "$LIBNAME" != libgtop-2_0-7 ; then
|
||||
@ -149,12 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/libgtop-2.0
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/GTop-2.0.gir
|
||||
%{_datadir}/gtk-doc
|
||||
%{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/libgtop
|
||||
%doc %{_datadir}/gtk-doc/html/libgtop/
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user