]> git.pld-linux.org Git - packages/barnowl.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 21 Apr 2012 19:28:57 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    barnowl.spec -> 1.1

barnowl.spec [new file with mode: 0644]

diff --git a/barnowl.spec b/barnowl.spec
new file mode 100644 (file)
index 0000000..b39d3f6
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       A curses-based tty Jabber, IRC, AIM and Zephyr client
+Name:          barnowl
+Version:       1.8.1
+Release:       0.1
+# Perl libraries LGPL v2.1
+License:       BSD, LGPL v2.1
+Group:         Applications/Communications
+Source0:       http://barnowl.mit.edu/dist/%{name}-%{version}-src.tgz
+# Source0-md5: ef8d2a71fc8d63ec2f9f4512a22c516b
+URL:           http://barnowl.mit.edu/
+BuildRequires: autoconf
+BuildRequires: glib2-devel
+BuildRequires: openssl-devel
+BuildRequires: perl-AnyEvent
+BuildRequires: perl-Class-Accessor
+BuildRequires: perl-Glib-devel
+BuildRequires: perl-devel
+BuildRequires: pkg-config
+BuildRequires: zip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+BarnOwl is a fully integrated tty‐based instant messaging client.
+Currently it supports AOL Instant Messenger, MIT Zephyr, Jabber, IRC,
+and Twitter. It is curses‐based, allows for emacs‐style editing of
+outgoing messages, and uses Perl as an extension and configuration
+language. BarnOwl will also run happily without a configuration file.
+
+%prep
+%setup -q -n %{name}-%{version}-src
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING README ChangeLog doc/*.txt examples
+%attr(755,root,root) %{_bindir}/barnowl
+%attr(755,root,root) %{_bindir}/zcrypt
+%{_datadir}/%{name}
+%{_mandir}/man1/barnowl.1*
This page took 0.114871 seconds and 4 git commands to generate.