SPECS: pidgin-plugin-latex.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Fri Jan 30 18:12:48 CET 2009


Author: uzsolt                       Date: Fri Jan 30 17:12:48 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   pidgin-plugin-latex.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pidgin-plugin-latex.spec
diff -u /dev/null SPECS/pidgin-plugin-latex.spec:1.1
--- /dev/null	Fri Jan 30 18:12:48 2009
+++ SPECS/pidgin-plugin-latex.spec	Fri Jan 30 18:12:43 2009
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define pidgin_ver %(pkg-config --modversion pidgin 2>/dev/null || echo ERROR)
+Summary:	A plugin for Pidgin which translates LaTeX code into images in your IM and Chat conversations
+Summary(hu.UTF-8):	Egy Pidgin plugin, amely LaTeX-kódot képekre alakít az IM és Chat beszélgetéseidben
+Name:		pidgin-plugin-latex
+Version:	1.3
+Release:	0.1
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://dl.sourceforge.net/pidgin-latex/pidgin-latex-%{version}.tar.bz2
+# Source0-md5:	33aa374092e9a83f82b49602fb9296a6
+URL:		http://sourceforge.net/projects/pidgin-latex/
+BuildRequires:	pidgin-devel >= 2.2
+BuildRequires:	pkgconfig
+Requires:	/usr/bin/latex
+Requires:	ImageMagick
+Requires:	pidgin >= %{pidgin_ver}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A plugin for Pidgin which translates LaTeX code into images in your IM
+and Chat conversations.
+
+%description -l hu.UTF-8
+Egy Pidgin plugin, amely LaTeX-kódot képekre alakít az IM és Chat
+beszélgetéseidben.
+
+%prep
+%setup -q -n pidgin-latex
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}
+
+%{__make} install \
+PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%attr(755,root,root) %{_libdir}/pidgin/*.so
+
+%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/01/30 17:12:43  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list