Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 3f7ae1f719410f0f4785ae6d3b9e7548 > files > 2

bibtex2html-1.98-3.mga5.src.rpm

Summary: Collection of tools for translating from BibTeX to HTML
Name:    bibtex2html
Version: 1.98
Release: %mkrel 3
Source0: http://www.lri.fr/~filliatr/ftp/bibtex2html/%{name}-%{version}.tar.gz
License: GPLv2
Group:   Publishing
Url:     http://www.lri.fr/~filliatr/bibtex2html/

BuildRequires:  ocaml-compiler
BuildRequires:  perl
BuildRequires:  latex
BuildRequires:  hevea
BuildRequires:  texlive-collection-basic


%description
bibtex2html is a collection of tools for translating from BibTeX to HTML.
They allow to produce, from a set of bibliography files in BibTeX format,
a bibliography in HTML format.

%prep
%setup -q
# Removing unused lib from makefile
sed -i 's/-cclib -lstr//' Makefile.in

%build
./configure \
        --prefix=%{_prefix} \
        --bindir=%{_bindir} \
        --libdir=%{_datadir} \
        --mandir=%{_mandir}
make

%install
make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}


%files
%doc CHANGES README GPL COPYING manual.pdf manual.html
%{_mandir}/man1/*
%{_bindir}/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.98-3.mga5
+ Revision: 743101
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.98-2.mga5
+ Revision: 678148
- Mageia 5 Mass Rebuild

* Thu Aug 21 2014 malo <malo> 1.98-1.mga5
+ Revision: 666118
- update to 1.98

* Tue Dec 31 2013 dmorgan <dmorgan> 1.97-5.mga4
+ Revision: 563429
- Fix Buildrequires with new texlive

* Tue Oct 22 2013 umeabot <umeabot> 1.97-4.mga4
+ Revision: 541780
- Mageia 4 Mass Rebuild

* Sun Sep 29 2013 malo <malo> 1.97-3.mga4
+ Revision: 488773
- compile with ocaml-compiler

* Fri Jan 11 2013 umeabot <umeabot> 1.97-2.mga3
+ Revision: 346900
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue May 29 2012 shlomif <shlomif> 1.97-1.mga3
+ Revision: 248829
- New version: 1.97

* Sun Nov 06 2011 malo <malo> 1.96-2.mga2
+ Revision: 164201
- bump mkrel
- cleanup the install section by removing useless perl substitution.

* Sat Nov 05 2011 malo <malo> 1.96-1.mga2
+ Revision: 163903
- imported package bibtex2html