[ScrollZ] initial build

Dan Mashal vicodan at fedoraproject.org
Wed Oct 17 18:06:23 UTC 2012


commit a948d5d59e37ef3ba8db2faa2b2c45f0c0217534
Author: dmashal <dan.mashal at fedoraproject.org>
Date:   Wed Oct 17 11:06:01 2012 -0700

    initial build

 ScrollZ.spec |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/ScrollZ.spec b/ScrollZ.spec
new file mode 100644
index 0000000..95e94ac
--- /dev/null
+++ b/ScrollZ.spec
@@ -0,0 +1,37 @@
+Summary: Advanced IRC client based on ircII code
+Name: ScrollZ
+Version: 2.2.2
+Release: 2%{?dist}
+License: BSD
+URL: http://www.scrollz.com
+Source0: http://www.scrollz.com/download/%{name}-%{version}.tar.gz
+BuildRequires: ncurses-devel openssl-devel glib2-devel 
+
+%description
+ScrollZ is advanced IRC client based on ircII code. It adds features normally found in ircII scripts like Toolz, PhoEniX, GargOyle or Lice.
+
+%prep
+%setup -q
+
+%build
+%configure --with-ssl --enable-ipv6
+make %{?_smp_mflags} V=1
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+
+%files
+%doc README COPYRIGHT
+%{_bindir}/scrollz*
+%{_datadir}/scrollz
+#to be fixed in next release.. nobody will miss it
+%exclude /usr/man/*
+
+%changelog
+* Wed Oct 17 2012 Dan Mashal <dan.mashal at fedoraproject.org> 2.2.2-2
+- Add README and COPYRIGHT
+
+* Wed Oct 17 2012 Dan Mashal <dan.mashal at fedoraproject.org> 2.2.2-1
+- Initial build


More information about the scm-commits mailing list