]> git.pld-linux.org Git - packages/bitlbee.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Tue, 24 Jan 2006 03:22:46 +0000 (03:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitlbee.spec -> 1.1

bitlbee.spec [new file with mode: 0644]

diff --git a/bitlbee.spec b/bitlbee.spec
new file mode 100644 (file)
index 0000000..4b5a478
--- /dev/null
@@ -0,0 +1,54 @@
+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/
This page took 0.103498 seconds and 4 git commands to generate.