SPECS: lua50.spec - updated Makefile patch to install lua, luac man...
qboosh
qboosh at pld-linux.org
Sun Jul 23 11:40:23 CEST 2006
Author: qboosh Date: Sun Jul 23 09:40:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated Makefile patch to install lua,luac manuals
- renamed .pc file to lua50.pc
- release 2
---- Files affected:
SPECS:
lua50.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/lua50.spec
diff -u SPECS/lua50.spec:1.27 SPECS/lua50.spec:1.28
--- SPECS/lua50.spec:1.27 Tue Jul 11 22:14:28 2006
+++ SPECS/lua50.spec Sun Jul 23 11:40:17 2006
@@ -7,7 +7,7 @@
Summary(pl): Prosty, lekki ale potężny, osadzalny język programowania
Name: lua50
Version: 5.0.3
-Release: 1
+Release: 2
License: MIT
Group: Development/Languages
Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
@@ -87,18 +87,16 @@
%description static -l pl
Biblioteki statyczne Lua.
-%if %{with luastatic}
%package luastatic
-Summary: Static Lua
+Summary: Static Lua interpreter
Summary(pl): Statycznie skonsolidowany interpreter lua
Group: Development/Languages
%description luastatic
-Static lua
+Static lua interpreter.
%description luastatic -l pl
Statycznie skonsolidowany interpreter lua.
-%endif
%prep
%setup -q -n lua-%{version}
@@ -150,7 +148,7 @@
# create pkgconfig file
install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
-cat > $RPM_BUILD_ROOT%{_pkgconfigdir}/lua.pc <<'EOF'
+cat > $RPM_BUILD_ROOT%{_pkgconfigdir}/lua50.pc <<'EOF'
prefix=%{_prefix}
exec_prefix=%{_exec_prefix}
includedir=%{_includedir}/%{name}
@@ -173,7 +171,10 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/lua*50
+%attr(755,root,root) %{_bindir}/lua50
+%attr(755,root,root) %{_bindir}/luac50
+%{_mandir}/man1/lua50.1*
+%{_mandir}/man1/luac50.1*
%files libs
%defattr(644,root,root,755)
@@ -185,7 +186,7 @@
%doc refman.ps.gz doc test
%attr(755,root,root) %{_libdir}/lib*.so
%{_includedir}/lua50
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/lua50.pc
%files static
%defattr(644,root,root,755)
@@ -203,6 +204,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/07/23 09:40:17 qboosh
+- updated Makefile patch to install lua,luac manuals
+- renamed .pc file to lua50.pc
+- release 2
+
Revision 1.27 2006/07/11 20:14:28 glen
- up to 5.0.3 (builds)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lua50.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list