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

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Mar 24 02:05:07 UTC 2005


Author: jpo

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

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


--- NEW FILE tetex-pgf.spec ---
%{!?_texmf: %define _texmf %(eval "echo `kpsewhich -expand-var '$TEXMFMAIN'`")}

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

Name:           tetex-%{texpkg}
Version:        0.65
Release:        1
Summary:        Create PostScript and PDF graphics in TeX

Group:          Applications/Publishing
License:        LaTeX Project Public License
URL:            http://www.ctan.org/tex-archive/help/Catalogue/entries/pgf.html
# DANTE generates CTAN packages tarballs on-the-fly
# ftp://ftp.dante.de/tex-archive/graphics/pgf.tar.gz
Source0:        pgf-0.65-20050315.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       tetex-latex, tetex-xcolor
Requires(post): /usr/bin/texhash
Requires(postun): /usr/bin/texhash

%description
PGF is a macro package for creating graphics directly in TeX and
LaTeX.  Its usage is similar to pstricks and the standard picture
environment.  Unlike pstricks, it produces both PostScript and PDF
output and works together with latex, dvips, pdftex, and pdflatex.
PGF is used extensively with beamer for production of presentations.


%prep
%setup -q -n %{texpkg}

%build

%install
rm -rf $RPM_BUILD_ROOT
 
install -d -m 755 $RPM_BUILD_ROOT{%{texpkgdir},%{texpkgdoc}}
install -p -m 644 *.sty $RPM_BUILD_ROOT%{texpkgdir}/
install -p -m 644 *.pdf $RPM_BUILD_ROOT%{texpkgdoc}/

%clean
rm -rf $RPM_BUILD_ROOT


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

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


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README TODO pgfuserguide.tex *.eps *.jpg
%{texpkgdir}/
%{_texmf}/doc/


%changelog
* Wed Feb 23 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.65-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tetex-pgf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2005 02:04:33 -0000	1.1
+++ .cvsignore	24 Mar 2005 02:05:05 -0000	1.2
@@ -0,0 +1 @@
+pgf-0.65-20050315.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tetex-pgf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2005 02:04:33 -0000	1.1
+++ sources	24 Mar 2005 02:05:05 -0000	1.2
@@ -0,0 +1 @@
+25258180407513f071ae9aee3930d022  pgf-0.65-20050315.tar.gz




More information about the fedora-extras-commits mailing list