]> git.pld-linux.org Git - packages/barnowl.git/blame - barnowl.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/barnowl.git] / barnowl.spec
CommitLineData
2c4fd5dc
ER
1Summary: A curses-based tty Jabber, IRC, AIM and Zephyr client
2Name: barnowl
3Version: 1.8.1
54020535 4Release: 0.2
2c4fd5dc
ER
5# Perl libraries LGPL v2.1
6License: BSD, LGPL v2.1
7Group: Applications/Communications
8Source0: http://barnowl.mit.edu/dist/%{name}-%{version}-src.tgz
9# Source0-md5: ef8d2a71fc8d63ec2f9f4512a22c516b
10URL: http://barnowl.mit.edu/
11BuildRequires: autoconf
12BuildRequires: glib2-devel
13BuildRequires: openssl-devel
14BuildRequires: perl-AnyEvent
15BuildRequires: perl-Class-Accessor
16BuildRequires: perl-Glib-devel
17BuildRequires: perl-devel
18BuildRequires: pkg-config
54020535 19BuildRequires: rpm-perlprov >= 4.1-13
2c4fd5dc
ER
20BuildRequires: zip
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24BarnOwl is a fully integrated tty‐based instant messaging client.
25Currently it supports AOL Instant Messenger, MIT Zephyr, Jabber, IRC,
26and Twitter. It is curses‐based, allows for emacs‐style editing of
27outgoing messages, and uses Perl as an extension and configuration
28language. 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
38rm -rf $RPM_BUILD_ROOT
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
43
44%clean
45rm -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.063923 seconds and 4 git commands to generate.