packages: texlive-latex-circuitikz/texlive-latex-circuitikz.spec (NEW) - in...

uzsolt uzsolt at pld-linux.org
Fri May 1 14:09:23 CEST 2009


Author: uzsolt                       Date: Fri May  1 12:09:23 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial, based on tetex-latex-circuitikz

---- Files affected:
packages/texlive-latex-circuitikz:
   texlive-latex-circuitikz.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/texlive-latex-circuitikz/texlive-latex-circuitikz.spec
diff -u /dev/null packages/texlive-latex-circuitikz/texlive-latex-circuitikz.spec:1.1
--- /dev/null	Fri May  1 14:09:23 2009
+++ packages/texlive-latex-circuitikz/texlive-latex-circuitikz.spec	Fri May  1 14:09:18 2009
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+%define short_name circuitikz
+%define	texhash	[ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:	CircuiTikz is a set of LaTeX macros designed to make it easy to draw electrical networks in scientific publications
+Summary(hu.UTF-8):	A CircuiTikz LaTeX makrók gyűjteménye, amelyek elektromos hálózatok könnyű rajzolására készült.
+Name:		texlive-latex-%{short_name}
+Version:	0.2
+Release:	1
+License:	LaTeX Project Public License
+Group:		Applications/Publishing/TeX
+URL:		http://home.dei.polimi.it/mredaelli/circuitikz/index.html
+Source0:	http://home.dei.polimi.it/mredaelli/downloads/circuitikz.zip
+# Source0-md5:	45f4bf3eb88812f1dfacaed0c92f9d8b
+Requires(post,postun):	/usr/bin/texhash
+Requires:	texlive-latex
+Requires:	texlive-latex-pgf
+Requires:	unzip
+Obsoletes:	tetex-latex-%{short_name}
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CircuiTikz is a set of LaTeX macros designed to make it easy to draw
+electrical networks in scientific publications.
+
+%description -l hu.UTF-8
+A CircuiTikz Latex makrók gyűjteménye, amelyek elektromos hálózatok
+könnyű rajzolására készült.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf-dist/tex/latex/%{short_name}
+install tex/latex/%{short_name}/* $RPM_BUILD_ROOT%{_datadir}/texmf-dist/tex/latex/%{short_name}
+
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/%{short_name}
+install doc/latex/%{short_name}/* $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%doc %{_datadir}/texmf-dist/doc/latex/%{short_name}
+%{_datadir}/texmf-dist/tex/latex/%{short_name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/05/01 12:09:18  uzsolt
+- initial, based on tetex-latex-circuitikz
+
================================================================


More information about the pld-cvs-commit mailing list