rpms/blahtexml/EL-5 blahtexml.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jasper Capel jasper at fedoraproject.org
Tue Mar 10 18:44:27 UTC 2009


Author: jasper

Update of /cvs/pkgs/rpms/blahtexml/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31436/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	blahtexml.spec import.log 
Log Message:
0.6-4


--- NEW FILE blahtexml.spec ---
Name:           blahtexml
Version:        0.6
Release:        4%{?dist}
Summary:        TeX / MathML converter

Group:          Applications/Publishing
License:        GPLv2+
URL:            http://gva.noekeon.org/blahtexml/
Source0:        http://gva.noekeon.org/blahtexml/blahtexml-%{version}-src.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xerces-c-devel

%description
Blahtex is a program written in C++, which converts an equation given in a
syntax close to TeX into MathML. It is designed by David Harvey and is aimed
at supporting equations in MediaWiki.
Blahtexml is a simple extension of blahtex. In addition to the functionality
of blahtex, blahtexml has XML processing in mind and is able to process a
whole XML document into another XML document. Instead of converting only one
formula at a time, blahtexml can convert all the formulas of the given XML
file into MathML.


%prep
%setup -q


%build
make %{?_smp_mflags} blahtexml-linux CFLAGS="%{optflags}"


%install
rm -rf $RPM_BUILD_ROOT
install -p -D -m0755 blahtexml $RPM_BUILD_ROOT%{_bindir}/blahtexml


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README GNU-GPL example1.xml example2.xml example3.xml
%{_bindir}/blahtexml




%changelog
* Wed Feb 25 2009 Jasper Capel <jasper at fedoraproject.org> - 0.6-4
- Changes for review, by Michael Schwendt's suggestions: preserve timestamps
  when installing, use global compiler flags, dropped xerces-c dependency, in
  favour of automatic dependency generation.
* Wed Feb 25 2009 Jasper Capel <jasper at fedoraproject.org> - 0.6-3
- Added parallel build make flags, as Jon Levell suggested.
* Mon Feb 23 2009 Jasper Capel <jasper at fedoraproject.org> - 0.6-2
- Corrected Source0, Description and BuildRequires as Jeroen van Meeuwen suggested.
* Fri Feb 20 2009 Jasper Capel <jasper at fedoraproject.org> - 0.6-1
- Initial build


--- NEW FILE import.log ---
blahtexml-0_6-4_fc11:EL-5:blahtexml-0.6-4.fc11.src.rpm:1236710621


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/blahtexml/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Mar 2009 17:31:18 -0000	1.1
+++ .cvsignore	10 Mar 2009 18:43:57 -0000	1.2
@@ -0,0 +1 @@
+blahtexml-0.6-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/blahtexml/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2009 17:31:18 -0000	1.1
+++ sources	10 Mar 2009 18:43:57 -0000	1.2
@@ -0,0 +1 @@
+89999112172b5370b821ed072f6fb179  blahtexml-0.6-src.tar.gz




More information about the fedora-extras-commits mailing list