52 lines
1.5 KiB
RPMSpec
52 lines
1.5 KiB
RPMSpec
|
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
|