]> git.pld-linux.org Git - packages/barnowl.git/blob - barnowl.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/barnowl.git] / barnowl.spec
1 Summary:        A curses-based tty Jabber, IRC, AIM and Zephyr client
2 Name:           barnowl
3 Version:        1.8.1
4 Release:        0.2
5 # Perl libraries LGPL v2.1
6 License:        BSD, LGPL v2.1
7 Group:          Applications/Communications
8 Source0:        http://barnowl.mit.edu/dist/%{name}-%{version}-src.tgz
9 # Source0-md5:  ef8d2a71fc8d63ec2f9f4512a22c516b
10 URL:            http://barnowl.mit.edu/
11 BuildRequires:  autoconf
12 BuildRequires:  glib2-devel
13 BuildRequires:  openssl-devel
14 BuildRequires:  perl-AnyEvent
15 BuildRequires:  perl-Class-Accessor
16 BuildRequires:  perl-Glib-devel
17 BuildRequires:  perl-devel
18 BuildRequires:  pkg-config
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 BuildRequires:  zip
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 BarnOwl is a fully integrated tty‐based instant messaging client.
25 Currently it supports AOL Instant Messenger, MIT Zephyr, Jabber, IRC,
26 and Twitter. It is curses‐based, allows for emacs‐style editing of
27 outgoing messages, and uses Perl as an extension and configuration
28 language. BarnOwl will also run happily without a configuration file.
29
30 %prep
31 %setup -q -n %{name}-%{version}-src
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING README ChangeLog doc/*.txt examples
50 %attr(755,root,root) %{_bindir}/barnowl
51 %attr(755,root,root) %{_bindir}/zcrypt
52 %{_datadir}/%{name}
53 %{_mandir}/man1/barnowl.1*
This page took 0.077487 seconds and 3 git commands to generate.