Accepting request 81520 from GNOME:Factory
Pushing most of G:F OBS-URL: https://build.opensuse.org/request/show/81520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgtop?expand=0&rev=39
This commit is contained in:
commit
54911fc4f1
@ -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
|
Mon Mar 28 13:58:57 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
10
libgtop.spec
10
libgtop.spec
@ -20,13 +20,13 @@
|
|||||||
Name: libgtop
|
Name: libgtop
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Version: 2.28.3
|
Version: 2.28.4
|
||||||
Release: 1
|
Release: 1
|
||||||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
# 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)
|
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0)
|
||||||
%define libgtop-2_0_name 7
|
%define libgtop-2_0_name 7
|
||||||
Summary: LibGTop Library
|
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
|
Source1: %{name}_spec-update.sh
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -117,6 +117,7 @@ translation-update-upstream
|
|||||||
%if 0%{?suse_version} <= 1120
|
%if 0%{?suse_version} <= 1120
|
||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
%endif
|
%endif
|
||||||
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
%find_lang %{name}-2.0
|
%find_lang %{name}-2.0
|
||||||
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
|
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
|
||||||
if test "$LIBNAME" != libgtop-2_0-7 ; then
|
if test "$LIBNAME" != libgtop-2_0-7 ; then
|
||||||
@ -149,12 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/libgtop-2.0
|
%{_includedir}/libgtop-2.0
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.*a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/gir-1.0/GTop-2.0.gir
|
%{_datadir}/gir-1.0/GTop-2.0.gir
|
||||||
%{_datadir}/gtk-doc
|
%doc %{_datadir}/gtk-doc/html/libgtop/
|
||||||
%{_datadir}/gtk-doc/html
|
|
||||||
%{_datadir}/gtk-doc/html/libgtop
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user