A bit of tidyup of RPM example spec file

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-14 21:48:55 +00:00
parent 1e888ca9d7
commit b72d12a3d6
2 changed files with 11 additions and 31 deletions

View file

@ -1,3 +1,7 @@
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* gnustep-make.spec.in: Updated description and comments.
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Redirect all error logging for the non-essential

View file

@ -1,5 +1,7 @@
#
# This file is to be manually edited
# This file is to be manually edited. The current version is very
# old. You probably want to install into the Linux FHS, which
# this doesn't do.
#
# This package is not relocatable
#
@ -22,9 +24,10 @@ BuildRoot: /var/tmp/build-%{gs_name}
#
%description
This package contains the basic scripts, makefiles and directory layout
needed to run and compile any GNUstep software. This package was configured
for library combo %{gs_libcombo}.
This package contains the basic scripts, makefiles and directory
layout needed to run and compile any GNUstep software. This package
was configured for library combo %{gs_libcombo} using the standard
GNUstep filesystem layout based on %{gs_prefix}.
%prep
%setup -n %{gs_name}-%{gs_version}
@ -68,33 +71,6 @@ rm -rf $RPM_BUILD_ROOT
#%config /etc/profile.d/GNUstep.csh
%endif # Linux
#
# FIXME - do we want to add dirs to the library path or not
#
#%post
#if [ $1 = 1]; then
#%ifos Linux
# if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
# . %{gs_root}/Library/Makefiles/GNUstep.sh
# fi
# grep -q '%{gs_prefix}/System/Library/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/%{gs_libcombo}' /etc/ld.so.conf || echo "%{gs_prefix}/System/Library/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/%{gs_libcombo}" >> /etc/ld.so.conf
#%endif
#fi
#%postun
#if [ $1 = 0 ]; then
#%ifos Linux
# if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
# . %{gs_root}/Library/Makefiles/GNUstep.sh
# fi
# mv -f /etc/ld.so.conf /etc/ld.so.conf.orig
# grep -v "^%{gs_prefix}/System/Library/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/%{gs_libcombo}" /etc/ld.so.conf.orig > /etc/ld.so.conf
# rm -f /etc/ld.so.conf.orig
#%endif
#fi
%changelog
* Thu Jul 19 2001 Adam Fedor <fedor@gnu.org>
- Remove csh script