SPECS: bitlbee.spec (NEW) - added

aredridel aredridel at pld-linux.org
Tue Jan 24 04:22:51 CET 2006


Author: aredridel                    Date: Tue Jan 24 03:22:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/bitlbee.spec
diff -u /dev/null SPECS/bitlbee.spec:1.1
--- /dev/null	Tue Jan 24 04:22:51 2006
+++ SPECS/bitlbee.spec	Tue Jan 24 04:22:46 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:	An IRC to other chat networks gateway
+Name:		bitlbee
+Version:	1.0.1
+Release:	1
+License:	GPL
+Group:		Daemons
+URL:		http://www.bitlbee.org
+Source0:	http://get.bitlbee.org/src/%{name}-%{version}.tar.gz
+# Source0-md5:	a4d7daa9b64898dd41a3a6d104692d9a
+BuildRequires: gnutls-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An IRC to other chat networks gateway. This program can be used as an
+IRC server which forwards everything you say to people on other chat
+networks like MSN/ICQ/Jabber.
+
+%prep
+%setup -q
+
+%build
+./configure \
+	--datadir="%{_datadir}/bitlbee" \
+	--etcdir=%{_sysconfdir} \
+	--prefix=%{_prefix} \
+	--ssl=gnutls
+%{__make} %{?_smp_mflags}
+### FIXME: Documentation needs old sgmltools tool, deprecated.
+#%{__make} -C doc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_sbindir} \
+			$RPM_BUILD_ROOT%{_datadir}/bitlbee/ \
+			$RPM_BUILD_ROOT%{_mandir}/man{5,8}/ \
+			$RPM_BUILD_ROOT%{_localstatedir}/lib/bitlbee
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+install bitlbee $RPM_BUILD_ROOT%{_sbindir}
+install doc/*.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING doc/AUTHORS doc/CHANGES doc/CREDITS doc/README
+%doc %{_mandir}/man?/*
+%attr(755,root,root) %{_sbindir}/*
+%{_datadir}/bitlbee/
+%attr(700,root,root) %{_localstatedir}/lib/bitlbee/
+
+%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  2006/01/24 03:22:46  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list