libgtop-GNOME-2-0-branch moved to HEAD.
2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
This commit is contained in:
committed by
Carlos Perelló Marín
parent
5e28a55218
commit
bae16b467f
@@ -1,6 +1,6 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver @VERSION@
|
||||
%define RELEASE 1
|
||||
%define RELEASE SNAP
|
||||
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
|
||||
%define prefix /usr
|
||||
|
||||
@@ -8,10 +8,10 @@ Summary: LibGTop library
|
||||
Name: libgtop
|
||||
Version: %ver
|
||||
Release: %rel
|
||||
Copyright: GPL
|
||||
Group: System Environment/Libraries
|
||||
Copyright: LGPL
|
||||
Group: X11/Libraries
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/libgtop-%{ver}.tar.gz
|
||||
BuildRoot: /var/tmp/%{name}-%{ver}-root
|
||||
BuildRoot: /tmp/libgtop-root
|
||||
Packager: Martin Baulig <martin@home-of-linux.org>
|
||||
URL: http://www.home-of-linux.org/gnome/libgtop/
|
||||
Prereq: /sbin/install-info
|
||||
@@ -28,7 +28,7 @@ information from /dev/kmem or whatever.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries, includes, etc to develop LibGTop applications
|
||||
Group: Development/Libraries
|
||||
Group: X11/libraries
|
||||
Requires: libgtop
|
||||
|
||||
%description devel
|
||||
@@ -36,12 +36,13 @@ Libraries, include files, etc you can use to develop GNOME applications.
|
||||
|
||||
%package examples
|
||||
Summary: Examples for LibGTop
|
||||
Group: Development/Libraries
|
||||
Group: X11/libraries
|
||||
Requires: libgtop
|
||||
|
||||
%description examples
|
||||
Examples for LibGTop.
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Aug 19 1998 Martin Baulig <martin@home-of-linux.org>
|
||||
@@ -106,25 +107,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc TODO NEWS.old copyright.txt
|
||||
%doc src/inodedb/README.inodedb
|
||||
|
||||
%{prefix}/bin/file_by_inode
|
||||
%{prefix}/bin/libgtop_daemon
|
||||
%{prefix}/bin/mkinodedb
|
||||
%{prefix}/lib/lib*.so.*
|
||||
%{prefix}/share/locale/*/LC_MESSAGES/*.mo
|
||||
%{prefix}/info/*
|
||||
%{prefix}/share/*
|
||||
%{prefix}/bin/*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
|
||||
%{prefix}/bin/libgtop-config
|
||||
%{prefix}/lib/lib*.so
|
||||
%{prefix}/lib/*a
|
||||
%{prefix}/lib/*.sh
|
||||
%{prefix}/lib/*.def
|
||||
%{prefix}/include/glibtop/*
|
||||
%{prefix}/include/*.h
|
||||
%{prefix}/include/*
|
||||
|
||||
%files examples
|
||||
%defattr(-,root,root)
|
||||
|
||||
%{prefix}/libexec/libgtop/*
|
||||
|
||||
%{prefix}/libexec/libgtop
|
||||
|
Reference in New Issue
Block a user