SPECS: gaim-plugin-tlen.spec (NEW) - from Tomasz Rutkowski

qboosh qboosh at pld-linux.org
Fri Apr 27 10:41:41 CEST 2007


Author: qboosh                       Date: Fri Apr 27 08:41:41 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- from Tomasz Rutkowski

---- Files affected:
SPECS:
   gaim-plugin-tlen.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gaim-plugin-tlen.spec
diff -u /dev/null SPECS/gaim-plugin-tlen.spec:1.1
--- /dev/null	Fri Apr 27 10:41:41 2007
+++ SPECS/gaim-plugin-tlen.spec	Fri Apr 27 10:41:36 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%define		_gaim	2.0.0
+%define		_pre	beta2
+Summary:	Tlen.pl protocol plugin for Gaim
+Summary(pl):	Plugin protokołu Tlen.pl dla gaim-a
+Name:		gaim-plugin-tlen
+Version:	20060128
+Release:	0.1
+Epoch:		1
+License:	GPL
+Group:		Applications/Communications
+Url:		http://nic.com.pl/~alek/gaim-tlen/
+Source0:	http://nic.com.pl/~alek/gaim-tlen/gaim-tlen-%{version}.tar.gz
+Patch0:		%{name}-Makefile.patch
+Requires:	gaim >= %{_gaim}
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tlen.pl is a popular IM protocol in Poland, this plugin provides it's
+port into Gaim.
+
+%description -l pl
+Tlen.pl jest popularnym protokołem IM w Polsce, ten plugin dostarcza
+jego port dla Gaim-a.
+
+%prep
+%setup -qn %{name}-%{version}
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR="$RPM_BUILD_ROOT"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/gaim/libtlen.so
+%attr(644,root,root) %{_datadir}/pixmaps/gaim/status/default/tlen.png
+
+%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  2007/04/27 08:41:36  qboosh
+- from Tomasz Rutkowski
================================================================


More information about the pld-cvs-commit mailing list