automatic rebuild by autodist [release 0.2-3mamba;Tue Aug 27 2013]
This commit is contained in:
parent
3589340b16
commit
d1a9e1a25c
@ -1,2 +1,4 @@
|
|||||||
# lyx2html
|
# lyx2html
|
||||||
|
|
||||||
|
A very simple Lyx to HTML converter. As the name suggests, it takes a ".lyx" document as input and generates an HTML-file following a few simple rules.
|
||||||
|
|
||||||
|
51
lyx2html.spec
Normal file
51
lyx2html.spec
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
Name: lyx2html
|
||||||
|
Version: 0.2
|
||||||
|
Release: 3mamba
|
||||||
|
Summary: A very simple Lyx to HTML converter
|
||||||
|
Group: Graphical Desktop/Applications/Office
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
|
URL: http://www.netmeister.org/apps/lyx2html/
|
||||||
|
Source: http://www.netmeister.org/apps/%{name}-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
A very simple Lyx to HTML converter. As the name suggests, it takes a ".lyx" document as input and generates an HTML-file following a few simple rules.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
|
mkdir -p %{buildroot}%{_mandir}/man1
|
||||||
|
install -m 755 lyx2html %{buildroot}%{_bindir}
|
||||||
|
install -m 755 lyx2html.1 %{buildroot}%{_mandir}/man1
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc CHANGES COPYING README
|
||||||
|
%{_bindir}/lyx2html
|
||||||
|
%{_mandir}/man1/lyx2html.1.gz
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 0.2-3mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Fri Oct 03 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.2-2mamba
|
||||||
|
- update mantainer, vendor, distribution
|
||||||
|
- update buildrequirements list
|
||||||
|
* Tue Jan 10 2006 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.2-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user