rpms/ecl/FC-4 .cvsignore,1.2,1.3 ecl.spec,1.2,1.3 sources,1.2,1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Jul 8 13:33:17 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/ecl/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29973/FC-4

Modified Files:
	.cvsignore ecl.spec sources 
Log Message:
new version 0.9i


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ecl/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Mar 2006 07:56:15 -0000	1.2
+++ .cvsignore	8 Jul 2006 13:33:17 -0000	1.3
@@ -1 +1 @@
-ecl-0.9h.tgz
+ecl-0.9i.tgz


Index: ecl.spec
===================================================================
RCS file: /cvs/extras/rpms/ecl/FC-4/ecl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ecl.spec	15 Mar 2006 09:45:39 -0000	1.2
+++ ecl.spec	8 Jul 2006 13:33:17 -0000	1.3
@@ -1,12 +1,12 @@
 Name:           ecl
-Version:        0.9h
-Release:        4%{?dist}
+Version:        0.9i
+Release:        1%{?dist}
 Summary:        Embeddable Common-Lisp
 
 Group:          Development/Languages
 License:        LGPL
 URL:            http://ecls.sourceforge.net
-Source0:	http://switch.dl.sourceforge.net/sourceforge/ecls/ecl-0.9h.tgz
+Source0:	http://switch.dl.sourceforge.net/sourceforge/ecls/ecl-0.9i.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	xorg-x11-devel
 BuildRequires:	m4
@@ -23,10 +23,13 @@
 # no -devel package for header files is split off
 # since they are required by the main package
 
+
 %prep
 %setup0 -q
 # wrong character in texinfo file
 perl -pi -e 's|\xc7||' src/doc/user.txi
+# set rpath to the final path
+perl -pi -e 's|-Wl,--rpath,~A|-Wl,--rpath,%{_libdir}/ecl|' src/configure
 
 
 %build
@@ -37,13 +40,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{_prefix} \
-	bindir=$RPM_BUILD_ROOT%{_bindir} \
-	libdir=$RPM_BUILD_ROOT%{_libdir}/ecl \
-	mandir=$RPM_BUILD_ROOT%{_mandir} \
-	docdir=$RPM_BUILD_ROOT%{_docdir} \
-	infodir=$RPM_BUILD_ROOT%{_infodir} \
-	install
+make DESTDIR=$RPM_BUILD_ROOT install
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 rm -fr $RPM_BUILD_ROOT%{_docdir}
 
@@ -77,6 +74,9 @@
 
 
 %changelog
+* Sat Jul  8 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.9i-1
+- new version 0.9i
+
 * Tue Mar 14 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.9h-4
 - removed buildreq perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ecl/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Mar 2006 07:56:15 -0000	1.2
+++ sources	8 Jul 2006 13:33:17 -0000	1.3
@@ -1 +1 @@
-d02ae5ce7fa48fe534666ce853aaa27e  ecl-0.9h.tgz
+ea47c0a9f47c510ff4654b44b004537a  ecl-0.9i.tgz




More information about the fedora-extras-commits mailing list