rpms/ecl/devel .cvsignore,1.4,1.5 ecl.spec,1.8,1.9 sources,1.4,1.5

Gérard Milmeister gemi at fedoraproject.org
Mon Oct 6 20:58:46 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/ecl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30078

Modified Files:
	.cvsignore ecl.spec sources 
Log Message:
new release 0.9l


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ecl/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Dec 2007 18:49:15 -0000	1.4
+++ .cvsignore	6 Oct 2008 20:58:15 -0000	1.5
@@ -1 +1 @@
-ecl-0.9j.tgz
+ecl-0.9l.tgz


Index: ecl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecl/devel/ecl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ecl.spec	19 Feb 2008 03:29:57 -0000	1.8
+++ ecl.spec	6 Oct 2008 20:58:15 -0000	1.9
@@ -1,12 +1,12 @@
 Name:           ecl
-Version:        0.9j
-Release:        2%{?dist}
+Version:        0.9l
+Release:        1%{?dist}
 Summary:        Embeddable Common-Lisp
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://ecls.sourceforge.net
-Source0:	http://switch.dl.sourceforge.net/sourceforge/ecls/ecl-0.9j.tgz
+Source0:	http://switch.dl.sourceforge.net/sourceforge/ecls/ecl-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libX11-devel
 BuildRequires:	m4
@@ -14,8 +14,9 @@
 BuildRequires:  texi2html
 BuildRequires:  gmp-devel
 Requires:       gcc
-Requires(post): policycoreutils
-Requires(postun): policycoreutils
+Requires(post): policycoreutils /sbin/install-info
+Requires(postun): policycoreutils /sbin/install-info
+ExcludeArch:    ppc64
 
 %description
 ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
@@ -30,15 +31,15 @@
 %prep
 %setup0 -q
 # wrong character in texinfo file
-perl -pi -e 's|\xc7||' src/doc/user.txi
+sed -i '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
+sed -i's|-Wl,--rpath,~A|-Wl,--rpath,%{_libdir}/ecl|' src/configure
 find -name CVS | xargs rm -rf
 
 
 %build
 %configure --enable-boehm=included --enable-threads=yes --with-clx
-make -k
+make
 (cd build/doc; make all html)
 
 
@@ -51,16 +52,21 @@
 
 find $RPM_BUILD_ROOT%{_libdir}/ecl -name '*.lsp' | xargs chmod 0644
 
-
 %post
 /usr/sbin/semanage fcontext -a -t textrel_shlib_t "%{_libdir}/libecl.so" 2>/dev/null || :
 /sbin/restorecon "%{_libdir}/libecl.so" 2> /dev/null || :
+/sbin/install-info %{_infodir}/ecl.info %{_infodir}/dir 2>/dev/null || :
+/sbin/install-info %{_infodir}/ecldev.info %{_infodir}/dir 2>/dev/null || :
+/sbin/install-info %{_infodir}/clx.info %{_infodir}/dir 2>/dev/null || :
 /sbin/ldconfig
 
  
 %postun
 if [ $1 = 0 ]; then
   /usr/sbin/semanage fcontext -d -t textrel_shlib_t "%{_libdir}/libecl.so" 2>/dev/null || :
+  /sbin/install-info --delete %{_infodir}/ecl.info %{_infodir}/dir 2>/dev/null || :
+  /sbin/install-info --delete %{_infodir}/ecldev.info %{_infodir}/dir 2>/dev/null || :
+  /sbin/install-info --delete %{_infodir}/clx.info %{_infodir}/dir 2>/dev/null || :
 fi
 /sbin/ldconfig
 
@@ -79,11 +85,13 @@
 %{_mandir}/man*/*
 %{_infodir}/*
 %doc ANNOUNCEMENT Copyright LGPL
-%doc build/doc/*.html build/doc/ecl build/doc/ecldev
 %doc examples
 
 
 %changelog
+* Wed Aug  6 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.9l-1
+- new release 0.9l
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9j-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ecl/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Dec 2007 18:49:15 -0000	1.4
+++ sources	6 Oct 2008 20:58:15 -0000	1.5
@@ -1 +1 @@
-9825dba9b0198e5e7822cf2bfae84a6d  ecl-0.9j.tgz
+a2bff84ccd3a4aa76d14ee3a277038df  ecl-0.9l.tgz




More information about the scm-commits mailing list