rpms/lua/devel .cvsignore, 1.5, 1.6 lua.spec, 1.21, 1.22 sources, 1.7, 1.8

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Apr 2 18:18:28 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/lua/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7786

Modified Files:
	.cvsignore lua.spec sources 
Log Message:
* Mon Apr  2 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.2-1
- New upstream release 5.1.2
- Fix use of rpath on x86_64



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	14 Oct 2006 20:32:35 -0000	1.5
+++ .cvsignore	2 Apr 2007 18:17:55 -0000	1.6
@@ -1,2 +1 @@
-lua-5.1.1.tar.gz
-lua-5.1.1-autotoolize.patch.gz
+lua-5.1.2.tar.gz


Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- lua.spec	19 Jan 2007 15:02:30 -0000	1.21
+++ lua.spec	2 Apr 2007 18:17:55 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           lua
-Version:        5.1.1
-Release:        3%{?dist}
+Version:        5.1.2
+Release:        1%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -21,25 +21,27 @@
 configuration, scripting, and rapid prototyping.
 
 
-%package	devel
-Summary:	Development files for %{name}
-Group:		System Environment/Libraries
-Requires:	%{name} = %{version}-%{release}
-Requires:	ncurses-devel, pkgconfig
+%package devel
+Summary:        Development files for %{name}
+Group:          System Environment/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
-%description	devel
+%description devel
 This package contains development files for %{name}.
 
 
 %prep
 %setup -q
-%patch0 -p1 -E
+%patch0 -p1 -E -z .autoxxx
 # fix perms on auto files
 chmod u+x autogen.sh config.guess config.sub configure depcomp install-sh missing
 
 
 %build
 %configure --with-readline
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 # hack so that only /usr/bin/lua gets linked with readline as it is the
 # only one which needs this and otherwise we get License troubles
 make %{?_smp_mflags} LIBS="-ldl" luac_LDADD="liblua.la -lm -ldl"
@@ -59,7 +61,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYRIGHT HISTORY README doc/*.html doc/*.gif
+%doc COPYRIGHT HISTORY README doc/*.html doc/*.css doc/*.gif doc/*.png
 %{_bindir}/lua*
 %{_libdir}/liblua-*.so
 %{_mandir}/man1/lua*.1*
@@ -73,6 +75,10 @@
 
 
 %changelog
+* Mon Apr  2 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.2-1
+- New upstream release 5.1.2
+- Fix use of rpath on x86_64
+
 * Fri Jan 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.1-3
 - Remove "-lreadline -lncurses" from lua.pc (bz 213895)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	14 Oct 2006 20:32:35 -0000	1.7
+++ sources	2 Apr 2007 18:17:55 -0000	1.8
@@ -1,2 +1 @@
-22f4f912f20802c11006fe9b84d5c461  lua-5.1.1.tar.gz
-d4116caee10a37951b413436f9e2a119  lua-5.1.1-autotoolize.patch.gz
+687ce4c2a1ddff18f1008490fdc4e5e0  lua-5.1.2.tar.gz




More information about the scm-commits mailing list