SPECS: mcabber.spec (NEW) - new

radek radek at pld-linux.org
Fri Aug 12 17:15:34 CEST 2005


Author: radek                        Date: Fri Aug 12 15:15:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   mcabber.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mcabber.spec
diff -u /dev/null SPECS/mcabber.spec:1.1
--- /dev/null	Fri Aug 12 17:15:34 2005
+++ SPECS/mcabber.spec	Fri Aug 12 17:15:28 2005
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	mcabber - small console Jabber client
+Summary(pl):	mcabber - mały konsolowy klient protokołu Jabber
+Name:		mcabber
+Version:	0.6.5
+Release:	1
+Group:		Applications/Console
+License:	GPL
+Source0:	http://www.lilotux.net/%7emikael/mcabber/files/%{name}-%{version}.tar.bz2
+# Source0-md5:	041f50bc3d8843e761ce8de78d0d32a3
+URL:		http://www.lilotux.net/~mikael/mcabber/
+BuildRequires:	glib2-devel
+# this one for autocrap only:
+BuildRequires:	gnutls-devel
+BuildRequires:	ncurses-ext-devel
+BuildRequires:	openssl-devel
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+mcabber is a small Jabber console client for Linux. mcabber includes
+features such as SSL support, history logging, commands completion,
+and external actions triggers.
+
+%description -l pl
+mcabber jest małym klientem protokołu Jabber dla Linuksa.
+Do możliwości mcabbera należą: wsparcie dla SSL, logowanie
+historii, dopełnianie poleceń i wywoływanie zewnętrznych pleceń
+przy zdarzeniach.
+
+%prep
+%setup -q
+
+%build
+CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
+%configure \
+	--with-openssl
+
+%{__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 AUTHORS ChangeLog NEWS README TODO mcabberrc.example
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%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  2005/08/12 15:15:28  radek
+- new
+
================================================================



More information about the pld-cvs-commit mailing list