SPECS: tetex-latex-circuitikz.spec (NEW) - initial
uzsolt
uzsolt at pld-linux.org
Fri Nov 21 22:16:02 CET 2008
Author: uzsolt Date: Fri Nov 21 21:16:02 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
tetex-latex-circuitikz.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tetex-latex-circuitikz.spec
diff -u /dev/null SPECS/tetex-latex-circuitikz.spec:1.1
--- /dev/null Fri Nov 21 22:16:02 2008
+++ SPECS/tetex-latex-circuitikz.spec Fri Nov 21 22:15:56 2008
@@ -0,0 +1,61 @@
+# $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: tetex-latex-%{short_name}
+Version: 0.1.1
+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: 04c429a958182eaf00d45dddd341c02a
+Requires(post,postun): /usr/bin/texhash
+Requires: tetex-latex
+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 -n %{short_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README
+%{_datadir}/texmf/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 2008/11/21 21:15:56 uzsolt
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list