summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-02-01 15:32:24 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-02-01 15:32:24 +0900
commit97172a879f56a359292b7897aeefaeb542de2dab (patch)
tree25f5599cdfb391a031ca6680032f37c2815a1b5c
parent7bfd993c2b7ff2fbc345b636f5eca9e745b24738 (diff)
downloadlua-97172a879f56a359292b7897aeefaeb542de2dab.tar.gz
lua-97172a879f56a359292b7897aeefaeb542de2dab.tar.bz2
lua-97172a879f56a359292b7897aeefaeb542de2dab.zip
-rw-r--r--packaging/lua.changes117
-rw-r--r--packaging/lua.spec6
2 files changed, 5 insertions, 118 deletions
diff --git a/packaging/lua.changes b/packaging/lua.changes
deleted file mode 100644
index acfe17e..0000000
--- a/packaging/lua.changes
+++ /dev/null
@@ -1,117 +0,0 @@
-* Mon Jul 05 2010 Anas Nashif <anas.nashif@intel.com> - 5.1.4
-- Split library into a sub-package liblua
-- Apply upstream patch patch-lua-5.1.4-2
-- Do not create empty directories
-
-* Wed Mar 03 2010 Anas Nashif <anas.nashif@intel.com> - 5.1.4
-- BuildRequire ncurses, do not provide it
-
-* Tue Feb 16 2010 Anas Nashif <anas.nashif@intel.com> - 5.1.4
-- Updated yaml and sanitized spec
-
-* Fri Jan 29 2010 Jian-feng Ding <jian-feng.ding@intel.com> 5.1.4
-- Enabled spectacle
-
-* Mon Sep 21 2009 Anas Nashif <anas.nashif@intel.com> - 5.1.4
-- Fixed build with ld_as_needed
-
-* Thu May 7 2009 Arjan van de Ven <arjan@linux.intel.com> 5.1.4
-- fix for LD_AS_NEEDED=1
-
-* Tue Feb 24 2009 Zhang, Qiang Z<qiang.z.zhang@intel.com> 5.1.4
-- Update to 5.1.4
-
-* Fri Dec 12 2008 Arjan van de Ven <arjan@linux.intel.com> 5.1.3
-- Drop builddependency to speed up bootstrapping
-
-* Mon May 12 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-6
-- Add -static subpackage with static liblua, fixes rh bug #445939
-
-* Sun Apr 13 2008 Tim Niemueller <tim@niemueller.de> - 5.1.3-5
-- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
- base version and expect certain paths for packages
-
-* Sat Apr 5 2008 Hans de Goede <j.w.r.degoede@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@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@fedoraproject.org> - 5.1.3-2
-- Autorebuild for GCC 4.3
-
-* Sat Jan 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.3-1
-- New upstream release 5.1.3
-
-* Mon Nov 26 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-4
-- Fix libdir in lua.pc being /usr/lib on x86_64 (bz 399101)
-
-* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-3
-- Also use lib64 instead of lib on ia64 and sparc64
-
-* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.2-2
-- Fix multilib condlict in luaconf.h (bz 342561)
-
-* Mon Apr 2 2007 Hans de Goede <j.w.r.degoede@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@hhs.nl> 5.1.1-3
-- Remove "-lreadline -lncurses" from lua.pc (bz 213895)
-
-* Sun Oct 15 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 5.1.1-2
-- Only link /usr/bin/lua with readline / do not link %%{_libdir}/liblua-5.1.so
- with readline so that we don't cause any License troubles for packages
- linking against liblua-5.1.so, otherwise lua could drag the GPL only readline
- lib into the linking of non GPL apps.
-
-* Sat Oct 14 2006 Hans de Goede <j.w.r.degoede@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
-
-* Thu Jun 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-6
-- fixed broken provides
-
-* Tue Jun 06 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-5
-- split out devel subpackage
-
-* Thu Jun 01 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-4
-- added Requires for pkgconfig BZ#193674
-
-* Mon May 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-3
-- added autotools patch from Petri Lehtinen, http://lua-users.org
-
-* Mon May 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-2
-- fixed x86_64 builds
-
-* Mon May 08 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.1-1
-- version bump
-
-* Sun Oct 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 5.0.2-5
-- Fix -debuginfo (#165304).
-- Cosmetic specfile improvements.
-
-* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 5.0.2-4
-- rebuild on all arches
-
-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.0.2-3
-- rebuilt
-
-* Sat Feb 12 2005 David Woodhouse <dwmw2@infradead.org> - 5.0.2-2
-- Don't use fastround on ppc
-
-* Tue Feb 01 2005 Panu Matilainen <pmatilai@welho.com> - 5.0.2-1
-- update to 5.0.2
-- remove epoch 0, drop fedora.us release tag
-
-* Mon Nov 17 2003 Oren Tirosh <oren at hishome.net> - 0:5.0-0.fdr.2
-- Enable readline support.
-
-* Sat Jun 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:5.0-0.fdr.1
-- First build.
diff --git a/packaging/lua.spec b/packaging/lua.spec
index 12741f7..dc0d013 100644
--- a/packaging/lua.spec
+++ b/packaging/lua.spec
@@ -13,6 +13,7 @@ Patch1: lua-5.1.4-autotoolize.patch
Patch2: buildfix.patch
BuildRequires: pkgconfig(ncurses)
+
%description
Lua is a powerful light-weight programming language designed for
extending applications. Lua is also frequently used as a
@@ -91,17 +92,20 @@ rm -rf %{buildroot}
%postun -n liblua -p /sbin/ldconfig
%files
+%defattr(-,root,root,-)
%{_bindir}/lua*
%files -n liblua
+%defattr(-,root,root,-)
%{_libdir}/liblua-*.so
%files -n liblua-static
+%defattr(-,root,root,-)
%{_libdir}/*.a
%files -n liblua-devel
+%defattr(-,root,root,-)
%{_includedir}/l*.h
%{_includedir}/l*.hpp
%{_libdir}/liblua.so
%{_libdir}/pkgconfig/*.pc
-