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

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sun Oct 9 17:37:25 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/mimetex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11186/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mimetex.spec 
Log Message:
auto-import mimetex-1.60-1 on branch devel from mimetex-1.60-1.src.rpm


--- NEW FILE mimetex.spec ---
Name:           mimetex
Version:        1.60
Release:        1
Summary:        Easily embed LaTeX math in web pages

Group:          Applications/Publishing
License:        GPL
URL:            http://www.forkosh.com/mimetex.html
Source0:        http://www.forkosh.com/%{name}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
Requires:       /var/www/cgi-bin /var/www/html

%description
MimeTeX lets you easily embed LaTeX math in your html pages. It parses a LaTeX
math expression and immediately emits the corresponding gif image, rather than
the usual TeX dvi. And mimeTeX is an entirely separate little program that
doesn't use TeX or its fonts in any way.

%prep
%setup -q -c

%build
gcc $RPM_OPT_FLAGS -DAA mimetex.c gifsave.c -lm -o mimetex.cgi

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 0755 mimetex.cgi $RPM_BUILD_ROOT/%{_var}/www/cgi-bin/%{name}.cgi
install -D -m 0644 mimetex.html $RPM_BUILD_ROOT/%{_var}/www/html/%{name}.html

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE README
/%{_var}/www/cgi-bin/%{name}.cgi
%doc /%{_var}/www/html/%{name}.html

%changelog
* Sun Oct  9 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.60-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mimetex/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Oct 2005 17:36:08 -0000	1.1
+++ .cvsignore	9 Oct 2005 17:37:23 -0000	1.2
@@ -0,0 +1 @@
+mimetex.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mimetex/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Oct 2005 17:36:08 -0000	1.1
+++ sources	9 Oct 2005 17:37:23 -0000	1.2
@@ -0,0 +1 @@
+9bcd0aea5361c40afb44718c39f8f082  mimetex.zip




More information about the fedora-extras-commits mailing list