rpms/lua/devel lua.spec,1.28,1.29

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Apr 5 07:24:51 UTC 2008


Author: jwrdegoede

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

Modified Files:
	lua.spec 
Log Message:
* Sat Apr  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.3-4
- Not only own $libdir/lua/5.1 and $datadir/lua/5.1 but also $libdir/lua
  and $datadir/lua for proper removal of these dirs upon lua removal



Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- lua.spec	14 Mar 2008 10:20:17 -0000	1.28
+++ lua.spec	5 Apr 2008 07:24:12 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           lua
 Version:        5.1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -67,7 +67,9 @@
 %{_bindir}/lua*
 %{_libdir}/liblua-*.so
 %{_mandir}/man1/lua*.1*
+%dir %{_libdir}/lua
 %dir %{_libdir}/lua/5.1
+%dir %{_datadir}/lua
 %dir %{_datadir}/lua/5.1
 
 
@@ -80,6 +82,10 @@
 
 
 %changelog
+* Sat Apr  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.3-4
+- Not only own $libdir/lua/5.1 and $datadir/lua/5.1 but also $libdir/lua
+  and $datadir/lua for proper removal of these dirs upon lua removal
+
 * 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




More information about the fedora-extras-commits mailing list