SPECS: tetex-latex-electcomp.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Sat Nov 22 13:00:50 CET 2008


Author: uzsolt                       Date: Sat Nov 22 12:00:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   tetex-latex-electcomp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tetex-latex-electcomp.spec
diff -u /dev/null SPECS/tetex-latex-electcomp.spec:1.1
--- /dev/null	Sat Nov 22 13:00:50 2008
+++ SPECS/tetex-latex-electcomp.spec	Sat Nov 22 13:00:45 2008
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+
+%define short_name electcomp
+%define	texhash	[ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary:	Electrical Circuits with pgf
+Summary(hu.UTF-8):	Elektromos áramkörök pgf-fel
+Name:		tetex-latex-%{short_name}
+Version:	20080312
+Release:	1
+License:	LaTeX Project Public License
+Group:		Applications/Publishing/TeX
+Source0:	http://media.texample.net/tikz/examples/extra/circuit-decorations/tzbondgraph/electComp.sty
+Requires(post,postun):	/usr/bin/texhash
+Requires:	tetex-latex
+Requires:	tetex-pgf
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Electrical Circuits with pgf.
+
+%description -l hu.UTF-8
+Elektromos áramkörök pgf-fel
+
+%prep
+# empty
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+install %{SOURCE0} $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)
+%{_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/22 12:00:45  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list