rpms/lua/F-8 lua.spec,1.23,1.24

Tim Niemueller (timn) fedora-extras-commits at redhat.com
Fri Mar 14 10:25:09 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/lua/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2498

Modified Files:
	lua.spec 
Log Message:
own $libdir/lua/5.1 and $datadir/lua/5.1. These are the standard package
search path for Lua. Packaging them properly allows for easy creation of
Lua addon packages.

timn



Index: lua.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lua/F-8/lua.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- lua.spec	11 Mar 2008 10:20:21 -0000	1.23
+++ lua.spec	14 Mar 2008 10:24:26 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           lua
 Version:        5.1.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -53,6 +53,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/lua/5.1
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/lua/5.1
 
 
 %clean
@@ -65,6 +67,9 @@
 %{_bindir}/lua*
 %{_libdir}/liblua-*.so
 %{_mandir}/man1/lua*.1*
+%dir %{_libdir}/lua/5.1
+%dir %{_datadir}/lua/5.1
+
 
 %files devel
 %defattr(-,root,root,-)
@@ -75,6 +80,11 @@
 
 
 %changelog
+* Fri Mar 14 2008 Tim Niemueller <tim at niemueller.de> - 5.1.3-3
+- own $libdir/lua/5.1 and $datadir/lua/5.1. These are the standard package
+  search path for Lua. Packaging them properly allows for easy creation of
+  Lua addon packages.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 5.1.3-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list