rpms/tetex-prosper/devel tetex-prosper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Tue Jun 7 11:40:19 UTC 2005


Author: mpeters

Update of /cvs/extras/rpms/tetex-prosper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26652/devel

Modified Files:
	.cvsignore sources 
Added Files:
	tetex-prosper.spec 
Log Message:
auto-import tetex-prosper-1.5-1 on branch devel from tetex-prosper-1.5-1.src.rpm
initial checkin


--- NEW FILE tetex-prosper.spec ---
%define ctandate 20050605
# YYYYMMDD

%{!?_texmf: %define _texmf %(eval "echo `kpsewhich -expand-var '$TEXMFMAIN'`")}

%define texpkg      prosper
%define texpkgdir   %{_texmf}/tex/latex/%{texpkg}
%define texpkgdoc   %{_texmf}/doc/latex/%{texpkg}


Name:           tetex-%{texpkg}
Version:        1.5
Release:        1%{?dist}
Summary:        LaTeX class for writing transparencies

Group:          Applications/Publishing
License:        LaTeX Project Public License
URL:            http://www.ctan.org/tex-archive/help/Catalogue/entries/prosper.html
Source0:        prosper-%{version}-%{ctandate}.zip
# ctan generated source
# ftp://cam.ctan.org/tex-archive/macros/latex/contrib/prosper.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  /usr/bin/kpsewhich
BuildRequires:  dos2unix
Requires:       tetex-latex tetex-dvips 
Requires:       ghostscript >= 6.0
Requires(post):	  /usr/bin/texhash
Requires(postun): /usr/bin/texhash

%description
prosper is a LaTeX class for writing transparencies. It is written on top of
the seminar class by Timothy Van Zandt. It aims at offering an environment for
easily creating slides for both presentations with an overhead projector and a
video projector.

Slides prepared for a presentation with a computer and a video projector may
integrate animation effects, incremental display, and such. 



%prep
%setup -q -n prosper

%build

%install
rm -rf %buildroot

install -d -m 755 %buildroot%{texpkgdir}/contrib/img
install -d -m 755 %buildroot%{texpkgdir}/designer
install -d -m 755 %buildroot%{texpkgdir}/img
install -d -m 755 %buildroot%{texpkgdoc}

dos2unix -k contrib/PPRmancini.sty
install -p -m 644 *.{cls,sty} %buildroot%{texpkgdir}/
install -p -m 644 contrib/*.{ps,sty,tex} %buildroot%{texpkgdir}/contrib/
install -p -m 644 contrib/img/*.{eps,gif,ps} %buildroot%{texpkgdir}/contrib/img/
install -p -m 644 designer/*.{jpg,png} %buildroot%{texpkgdir}/designer/
install -p -m 644 img/*.{gif,ps} %buildroot%{texpkgdir}/img/

install -p -m 644 doc/*.{eps,fig,pdf,ps,tex} %buildroot%{texpkgdoc}/

%clean
rm -rf %buildroot

%post
texhash > /dev/null 2>&1 || :

%postun
texhash > /dev/null 2>&1 || :


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog FAQ NEWS README TODO doc/doc-examples
%{texpkgdir}
%{_texmf}/doc/



%changelog
* Sun Jun 05 2005 Michael A. Peters <mpeters at mac.com> - 1.5-1
- initial checkin to CVS


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tetex-prosper/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jun 2005 11:38:41 -0000	1.1
+++ .cvsignore	7 Jun 2005 11:40:17 -0000	1.2
@@ -0,0 +1 @@
+prosper-1.5-20050605.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tetex-prosper/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jun 2005 11:38:41 -0000	1.1
+++ sources	7 Jun 2005 11:40:17 -0000	1.2
@@ -0,0 +1 @@
+b1fd771b3425b317e5e0f80e00f6a398  prosper-1.5-20050605.zip




More information about the fedora-extras-commits mailing list