rpms/gnustep-make/devel gnustep-make.spec,1.1,1.2

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Jul 21 10:17:52 UTC 2007


Author: athimm

Update of /cvs/extras/rpms/gnustep-make/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10894/gnustep-make/devel

Modified Files:
	gnustep-make.spec 
Log Message:
F8 updates


Index: gnustep-make.spec
===================================================================
RCS file: /cvs/extras/rpms/gnustep-make/devel/gnustep-make.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnustep-make.spec	1 Sep 2006 22:49:28 -0000	1.1
+++ gnustep-make.spec	21 Jul 2007 10:17:20 -0000	1.2
@@ -1,12 +1,11 @@
 Summary: GNUstep makefile package
 Name: gnustep-make
-Version: 1.12.0
-Release: 5%{?dist}
+Version: 1.13.0
+Release: 6%{?dist}
 License: GPL
 Group: Development/Tools
 URL: http://www.gnustep.org/
 Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
-Patch0: gnustep-make-1.12.0-chickenandegg.patch
 Patch1: gnustep-make-1.12.0-fhs_which_lib.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: texinfo, tetex-latex, tetex-dvips
@@ -20,9 +19,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # Fix make install into alternative root
-perl -pi -e's,makedir = \@GNUSTEP_MAKEFILES\@,makedir = \$(special_prefix)\@GNUSTEP_MAKEFILES\@,' GNUmakefile.in
+#perl -pi -e's,makedir = \@GNUSTEP_MAKEFILES\@,makedir = \$(special_prefix)\@GNUSTEP_MAKEFILES\@,' GNUmakefile.in
 # FHS herculian act (more like Sysphus, but anyway ...)
 %patch1 -p1
 
@@ -45,12 +43,14 @@
   --with-local-root=/usr/local \
   --disable-flattened
 make
-make -C Documentation
+make -C Documentation || :
 
 %install
 rm -rf %{buildroot}
 make install special_prefix=%{buildroot}
-make -C Documentation install special_prefix=%{buildroot}
+mkdir -p %{buildroot}%{_bindir}
+ln -s %{_libexecdir}/{openapp,debugapp} %{buildroot}%{_bindir}/
+make -C Documentation install special_prefix=%{buildroot} || :
 
 %clean
 rm -rf %{buildroot}
@@ -63,8 +63,12 @@
 %{_libexecdir}/gnustep
 %dir /etc/GNUstep
 %config(noreplace) /etc/GNUstep/GNUstep.conf
+%{_bindir}/*
 
 %changelog
+* Mon Feb 12 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.13.0-6
+- Update to 1.13.0.
+
 * Fri Jul 28 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.12.0-5
 - Try to make FHS compliant.
 




More information about the scm-commits mailing list