Removed examples from the spec file.
This commit is contained in:
@@ -34,14 +34,6 @@ Requires: libgtop
|
|||||||
%description devel
|
%description devel
|
||||||
Libraries, include files, etc you can use to develop GNOME applications.
|
Libraries, include files, etc you can use to develop GNOME applications.
|
||||||
|
|
||||||
%package examples
|
|
||||||
Summary: Examples for LibGTop
|
|
||||||
Group: X11/libraries
|
|
||||||
Requires: libgtop
|
|
||||||
|
|
||||||
%description examples
|
|
||||||
Examples for LibGTop.
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
@@ -59,12 +51,12 @@ Examples for LibGTop.
|
|||||||
%build
|
%build
|
||||||
# Needed for snapshot releases.
|
# Needed for snapshot releases.
|
||||||
if [ ! -f configure ]; then
|
if [ ! -f configure ]; then
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
|
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-guile --with-libgtop-smp
|
||||||
else
|
else
|
||||||
%ifarch alpha
|
%ifarch alpha
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-guile --with-libgtop-smp
|
||||||
%else
|
%else
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-guile --with-libgtop-smp
|
||||||
%endif
|
%endif
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -121,7 +113,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/include/*
|
%{prefix}/include/*
|
||||||
%{prefix}/lib/libgtop
|
%{prefix}/lib/libgtop
|
||||||
|
|
||||||
%files examples
|
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%{prefix}/libexec/libgtop
|
|
||||||
|
Reference in New Issue
Block a user