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