rpms/latex2emf/F-8 latex2emf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Sat Apr 5 01:16:25 UTC 2008


Author: alexlan

Update of /cvs/pkgs/rpms/latex2emf/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4899/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	latex2emf.spec 
Log Message:
Initial import.



--- NEW FILE latex2emf.spec ---
Name:          latex2emf
Version:       1.0.0
Release:       1
Summary:       Create an EMF file from LaTeX source

Group:         Applications/Productivity
License:       GPLv2+
URL:           http://ooolatex.sourceforge.net/
Source0:       http://downloads.sourceforge.net/ooolatex/OOoLatexEmf_noarch_src.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: libEMF-devel

%description 
This program creates EMF files from LaTeX source.  It is used by the
OpenOffice.org extension "ooolatex" to allow display of LaTeX
equations inside Writer and Impress documents

%prep
%setup -q -n OOoLatexEmf_noarch_src

%build
# bypass the included Makefile which is very short and not designed
# with system-installation in mind
g++ $RPM_OPT_FLAGS latex2emf.cpp -I%{_includedir}/libEMF -o latex2emf -lEMF

%install
rm -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
%{__install} latex2emf $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc License README
%{_bindir}/latex2emf


%changelog
* Wed Apr  2 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.0.0-1
- Initial Fedora package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/latex2emf/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 16:08:21 -0000	1.1
+++ .cvsignore	5 Apr 2008 01:15:50 -0000	1.2
@@ -0,0 +1 @@
+OOoLatexEmf_noarch_src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/latex2emf/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 16:08:21 -0000	1.1
+++ sources	5 Apr 2008 01:15:50 -0000	1.2
@@ -0,0 +1 @@
+ad1ab04077828e91a4df906a850bc013  OOoLatexEmf_noarch_src.tar.gz




More information about the fedora-extras-commits mailing list