Enable introspection (# 693419, 720109)
Remove -doc dependency on gtk-doc (# 604389)
This commit is contained in:
parent
cb59e0070c
commit
7f8cd7ecfe
@ -1,31 +1,31 @@
|
||||
%define po_package libgtop-2.0
|
||||
|
||||
Name: libgtop2
|
||||
Summary: libgtop library (version 2)
|
||||
Name: libgtop2
|
||||
Summary: LibGTop library (version 2)
|
||||
Version: 2.28.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://download.gnome.org/sources/libgtop/2.28
|
||||
Group: System Environment/Libraries
|
||||
URL: http://download.gnome.org/sources/libgtop/2.28
|
||||
Group: System Environment/Libraries
|
||||
#VCS: git://git.gnome.org/libgtop
|
||||
Source: http://download.gnome.org/sources/libgtop/2.28/libgtop-%{version}.tar.bz2
|
||||
BuildRequires: glib2-devel
|
||||
Source: http://download.gnome.org/sources/libgtop/2.28/libgtop-%{version}.tar.bz2
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libtool gettext
|
||||
BuildRequires: intltool libtool
|
||||
|
||||
%description
|
||||
libgtop is a library for portably obtaining information about processes,
|
||||
LibGTop is a library for portably obtaining information about processes,
|
||||
such as their PID, memory usage, etc.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and include files for developing with libgtop
|
||||
Group: Development/Libraries
|
||||
Summary: Libraries and include files for developing with libgtop
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gtk-doc
|
||||
|
||||
%description devel
|
||||
This package provides the necessary development libraries and include
|
||||
files to allow you to develop with libgtop.
|
||||
files to allow you to develop with LibGTop.
|
||||
|
||||
%prep
|
||||
%setup -q -n libgtop-%{version}
|
||||
@ -49,17 +49,27 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%defattr(-, root, root,-)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/GTop-2.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/libgtop-2.0
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/GTop-2.0.gir
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/libgtop
|
||||
# not worth fooling with
|
||||
%exclude %{_datadir}/info
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.28.3-2
|
||||
- Enable introspection (# 693419, 720109)
|
||||
- Remove -doc dependency on gtk-doc (# 604389)
|
||||
|
||||
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.3-1
|
||||
- Update to 2.28.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user