This commit is contained in:
parent
f318a32e41
commit
e6fd292f0f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 7 20:12:00 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Split off a -lang subpackage
|
||||||
|
- Use %fdupes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 3 21:52:26 CEST 2007 - mauro@suse.de
|
Fri Aug 3 21:52:26 CEST 2007 - mauro@suse.de
|
||||||
|
|
||||||
|
13
libgtop.spec
13
libgtop.spec
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgtop
|
Name: libgtop
|
||||||
BuildRequires: gdbm-devel glib2-devel gtk-doc intltool licenses popt-devel xorg-x11-devel
|
BuildRequires: fdupes gdbm-devel glib2-devel gtk-doc intltool licenses popt-devel xorg-x11-devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Version: 2.19.5
|
Version: 2.19.5
|
||||||
Release: 1
|
Release: 3
|
||||||
# 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
|
||||||
@ -23,6 +23,7 @@ Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libgtop/2.19/%{name
|
|||||||
Source1: %{name}_spec-update.sh
|
Source1: %{name}_spec-update.sh
|
||||||
Patch: libgtop-resident-field-fix.patch
|
Patch: libgtop-resident-field-fix.patch
|
||||||
Requires: libgtop-2_0-7 licenses
|
Requires: libgtop-2_0-7 licenses
|
||||||
|
Requires: %{name}-lang = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -98,6 +99,7 @@ Authors:
|
|||||||
Martin Baulig (martin@home-of-linux.org)
|
Martin Baulig (martin@home-of-linux.org)
|
||||||
Drazen Kacar (dave@srce.hr)
|
Drazen Kacar (dave@srce.hr)
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
@ -137,11 +139,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun doc
|
%postun doc
|
||||||
%install_info_delete --info-dir=%{_datadir}/info %{_datadir}/info/%{name}2.info.gz
|
%install_info_delete --info-dir=%{_datadir}/info %{_datadir}/info/%{name}2.info.gz
|
||||||
|
|
||||||
%files -f %{name}-2.0.lang
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
# TODO is empty
|
# TODO is empty
|
||||||
%doc AUTHORS COPYING NEWS README copyright.txt
|
%doc AUTHORS COPYING NEWS README copyright.txt
|
||||||
|
|
||||||
|
%files lang -f %{name}-2.0.lang
|
||||||
|
|
||||||
%files -n libgtop-2_0-7
|
%files -n libgtop-2_0-7
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -160,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_infodir}/*.info*
|
%doc %{_infodir}/*.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 07 2007 - maw@suse.de
|
||||||
|
- Split off a -lang subpackage
|
||||||
|
- Use %%fdupes.
|
||||||
* Fri Aug 03 2007 - mauro@suse.de
|
* Fri Aug 03 2007 - mauro@suse.de
|
||||||
- Updated to version 2.19.5
|
- Updated to version 2.19.5
|
||||||
- Small change of the API: get_proclist returns pid_t instead of unsigned
|
- Small change of the API: get_proclist returns pid_t instead of unsigned
|
||||||
|
Loading…
Reference in New Issue
Block a user