rpms/luadoc/devel luadoc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tim Niemueller (timn) fedora-extras-commits at redhat.com
Sun Apr 13 21:23:13 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/luadoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22868/devel

Modified Files:
	.cvsignore sources 
Added Files:
	luadoc.spec 
Log Message:
Initial Fedora import


--- NEW FILE luadoc.spec ---
%define luaver 5.1
%define lualibdir %{_libdir}/lua/%{luaver}
%define luapkgdir %{_datadir}/lua/%{luaver}

Name:           luadoc
Version:        3.0.1
Release:        1%{?dist}
Summary:        Documentation Generator Tool for the Lua language

Group:          Development/Libraries
License:        MIT
URL:            http://luadoc.luaforge.net/
Source0:        http://luaforge.net/frs/download.php/3185/luadoc-3.0.1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       lua = %{luaver}
Requires:       lua-filesystem
Requires:       lua-logging

%description
LuaDoc is a documentation generator tool for Lua source code. It parses the
declarations and documentation comments in a set of Lua source files and
produces a set of XHTML pages describing the commented declarations and
functions.

The output is not limited to XHTML. Other formats can be generated by
implementing new doclets. The format of the documentation comments is also
flexible and can be customized by implementing new taglets.

%prep
%setup -q


%build


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=$RPM_BUILD_ROOT/%{_prefix} LUA_LIBDIR=$RPM_BUILD_ROOT/%{lualibdir} LUA_DIR=$RPM_BUILD_ROOT/%{luapkgdir} SYS_BINDIR=$RPM_BUILD_ROOT/%{_bindir} LUA_INTERPRETER=%{_bindir}/lua


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/us/*
%doc README
%{luapkgdir}/*
%{_bindir}/luadoc


%changelog
* Fri Apr 04 2008 Tim Niemueller <tim at niemueller.de> - 3.0.1-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/luadoc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2008 22:02:58 -0000	1.1
+++ .cvsignore	13 Apr 2008 21:22:27 -0000	1.2
@@ -0,0 +1 @@
+luadoc-3.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/luadoc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2008 22:02:58 -0000	1.1
+++ sources	13 Apr 2008 21:22:27 -0000	1.2
@@ -0,0 +1 @@
+ec3a0c0b9413e401a2d466cc0930d505  luadoc-3.0.1.tar.gz




More information about the scm-commits mailing list