Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 217875] lua/lua50 file conflicts
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 9 Nov 2006 04:18:29 -0700 (MST)
- Message-id: <20061109111829.E5F8FCE1@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=217875
mrueckert@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #5 from mrueckert@xxxxxxxxxx 2006-11-09 04:18 MST -------
it is done already. see the buildservice project devel:languages:lua
the diff is pretty trivial:
[[[
--- /work/SRC/all/lua50/lua50.changes 2006-10-30 23:00:13.000000000 +0100
+++ /home/darix/osc/devel:languages:lua/lua50/lua50.changes 2006-11-06
7:23:26.650148930 +0100
@@ -1,0 +2,5 @@
+Mon Nov 6 17:23:17 CET 2006 - mrueckert@xxxxxxx
+
+- splitted out lua50-libs
+
+-------------------------------------------------------------------
--- /var/tmp/diff_new_pack.V28197/_old 2006-11-09 12:14:37.443088814 +0100
+++ /var/tmp/diff_new_pack.V28197/_new 2006-11-09 12:14:37.459089744 +0100
@@ -15,7 +15,7 @@
Group: System/Libraries
Autoreqprov: on
Version: 5.0.2
-Release: 1
+Release: 4
Summary: Small Embeddable Language with Simple Procedural Syntax
URL: http://www.lua.org
Source: %{name}-%{version}.tar.bz2
@@ -52,6 +52,20 @@
+%package libs
+Summary: Shared libraries for lua 5.0
+Group: Development/Libraries/C and C++
+Requires: %{name} = %{version}
+
+%description libs
+Lua is a programming language originally designed for extending
+applications, but also frequently used as a general-purpose,
+stand-alone language.
+
+This package contains shared librareis for lua 5.0.
+
+
+
%prep
%setup -q -n lua-%{version}
%patch
@@ -69,11 +83,14 @@
%defattr(-,root,root)
%{_prefix}/bin/lua
%{_prefix}/bin/luac
-%{_libdir}/*.so*
%{_mandir}/man1/lua.1.gz
%{_mandir}/man1/luac.1.gz
%doc COPYRIGHT HISTORY README doc/*
]]]
so i will just commit that.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
mrueckert@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #5 from mrueckert@xxxxxxxxxx 2006-11-09 04:18 MST -------
it is done already. see the buildservice project devel:languages:lua
the diff is pretty trivial:
[[[
--- /work/SRC/all/lua50/lua50.changes 2006-10-30 23:00:13.000000000 +0100
+++ /home/darix/osc/devel:languages:lua/lua50/lua50.changes 2006-11-06
7:23:26.650148930 +0100
@@ -1,0 +2,5 @@
+Mon Nov 6 17:23:17 CET 2006 - mrueckert@xxxxxxx
+
+- splitted out lua50-libs
+
+-------------------------------------------------------------------
--- /var/tmp/diff_new_pack.V28197/_old 2006-11-09 12:14:37.443088814 +0100
+++ /var/tmp/diff_new_pack.V28197/_new 2006-11-09 12:14:37.459089744 +0100
@@ -15,7 +15,7 @@
Group: System/Libraries
Autoreqprov: on
Version: 5.0.2
-Release: 1
+Release: 4
Summary: Small Embeddable Language with Simple Procedural Syntax
URL: http://www.lua.org
Source: %{name}-%{version}.tar.bz2
@@ -52,6 +52,20 @@
+%package libs
+Summary: Shared libraries for lua 5.0
+Group: Development/Libraries/C and C++
+Requires: %{name} = %{version}
+
+%description libs
+Lua is a programming language originally designed for extending
+applications, but also frequently used as a general-purpose,
+stand-alone language.
+
+This package contains shared librareis for lua 5.0.
+
+
+
%prep
%setup -q -n lua-%{version}
%patch
@@ -69,11 +83,14 @@
%defattr(-,root,root)
%{_prefix}/bin/lua
%{_prefix}/bin/luac
-%{_libdir}/*.so*
%{_mandir}/man1/lua.1.gz
%{_mandir}/man1/luac.1.gz
%doc COPYRIGHT HISTORY README doc/*
]]]
so i will just commit that.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |