rpms/lua/devel .cvsignore, 1.4, 1.5 lua.spec, 1.18, 1.19 sources, 1.6, 1.7

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Oct 14 20:32:36 UTC 2006


Author: jwrdegoede

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

Modified Files:
	.cvsignore lua.spec sources 
Log Message:
* Sat Oct 14 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.1-1
- New upstream release 5.1.1
- Fix detection of readline during compile (iow add readline support back)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 May 2006 07:01:54 -0000	1.4
+++ .cvsignore	14 Oct 2006 20:32:35 -0000	1.5
@@ -1 +1,2 @@
-lua-5.1-autotoolize-r1.patch.bz2
+lua-5.1.1.tar.gz
+lua-5.1.1-autotoolize.patch.gz


Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lua.spec	28 Aug 2006 04:24:13 -0000	1.18
+++ lua.spec	14 Oct 2006 20:32:35 -0000	1.19
@@ -1,16 +1,14 @@
 Name:           lua
-Version:        5.1
-Release:        7%{?dist}
+Version:        5.1.1
+Release:        1%{?dist}
 Summary:        Powerful light-weight programming language
-
 Group:          Development/Languages
 License:        MIT
 URL:            http://www.lua.org/
 Source0:        http://www.lua.org/ftp/lua-%{version}.tar.gz
-Patch0:		lua-5.1-autotoolize-r1.patch.bz2
+Patch0:         lua-5.1.1-autotoolize.patch.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  readline-devel, ncurses-devel
+BuildRequires:  readline-devel ncurses-devel
 
 %description
 Lua is a powerful light-weight programming language designed for
@@ -22,6 +20,7 @@
 memory management with garbage collection, making it ideal for
 configuration, scripting, and rapid prototyping.
 
+
 %package	devel
 Summary:	Development files for %{name}
 Group:		System Environment/Libraries
@@ -31,28 +30,27 @@
 %description	devel
 This package contains development files for %{name}.
 
+
 %prep
 %setup -q
-%patch0 -p1
-
-%build
+%patch0 -p1 -E
 # fix perms on auto files
 chmod u+x autogen.sh config.guess config.sub configure depcomp install-sh missing
 
-./autogen.sh
 
+%build
 %configure --with-readline
-
 make %{?_smp_mflags} 
 
+
 %install
-rm -rf %{buildroot}
-%makeinstall 
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
 
-find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 
 %files
@@ -67,11 +65,14 @@
 %{_includedir}/l*.h
 %{_includedir}/l*.hpp
 %{_libdir}/liblua.so
-%{_libdir}/*.a
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Sat Oct 14 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.1-1
+- New upstream release 5.1.1
+- Fix detection of readline during compile (iow add readline support back)
+
 * Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-7
 - Rebuild for FC6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	29 May 2006 07:04:13 -0000	1.6
+++ sources	14 Oct 2006 20:32:35 -0000	1.7
@@ -1,2 +1,2 @@
-3e8dfe8be00a744cec2f9e766b2f2aee  lua-5.1.tar.gz
-9e6a9655694450e26aa4e01220dd3636  lua-5.1-autotoolize-r1.patch.bz2
+22f4f912f20802c11006fe9b84d5c461  lua-5.1.1.tar.gz
+d4116caee10a37951b413436f9e2a119  lua-5.1.1-autotoolize.patch.gz




More information about the fedora-extras-commits mailing list