SPECS: tetex-latex-pgf-umlsd.spec (NEW) - initial
uzsolt
uzsolt at pld-linux.org
Sat Nov 22 11:51:36 CET 2008
Author: uzsolt Date: Sat Nov 22 10:51:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
tetex-latex-pgf-umlsd.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tetex-latex-pgf-umlsd.spec
diff -u /dev/null SPECS/tetex-latex-pgf-umlsd.spec:1.1
--- /dev/null Sat Nov 22 11:51:36 2008
+++ SPECS/tetex-latex-pgf-umlsd.spec Sat Nov 22 11:51:30 2008
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+
+%define short_name pgf-umlsd
+%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary: Some LaTeX macros for UML Sequence Diagrams
+Summary(hu.UTF-8): Néhány LaTeX makró UML diagramok rajzolásához
+Name: tetex-latex-%{short_name}
+Version: 0.3
+Release: 1
+License: LaTeX Project Public License
+Group: Applications/Publishing/TeX
+URL: http://code.google.com/p/pgf-umlsd/
+Source0: http://pgf-umlsd.googlecode.com/files/pgf-umlsd-%{version}.tar.gz
+# Source0-md5: 4e9102376c12ea27c8b6d253d35b4f8a
+Requires(post,postun): /usr/bin/texhash
+Requires: tetex-latex
+Requires: tetex-pgf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Some LaTeX macros for UML Sequence Diagrams.
+
+%description -l hu.UTF-8
+Néhány LaTeX makró UML diagramok rajzolásához.
+
+%prep
+%setup -q -n %{short_name}-%{version}
+
+%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}
+
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/%{short_name}
+install %{short_name}-demo.pdf %{short_name}-demo.tex $RPM_BUILD_ROOT%{_datadir}/texmf/doc/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}
+%{_datadir}/texmf/doc/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 10:51:30 uzsolt
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list