[BitchX] Update to BitchX 1.2-final

Dan Mashal vicodan at fedoraproject.org
Tue Jan 1 06:23:57 UTC 2013


commit 85bde4f03f12d9e4e1b4bb73c2e1a1ff6350cf02
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Mon Dec 31 22:23:38 2012 -0800

    Update to BitchX 1.2-final

 .gitignore  |    1 +
 BitchX.spec |   19 +++++++++++--------
 sources     |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7aca3e..ea2c06a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /BitchX1.2.tar.gz
+/BitchX-1.2-final.tar.gz
diff --git a/BitchX.spec b/BitchX.spec
index a884f7d..08c63c9 100644
--- a/BitchX.spec
+++ b/BitchX.spec
@@ -1,11 +1,11 @@
 Summary: IrcII chat client
 Name: BitchX
 Version: 1.2
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: BSD and GPLv2+
 Group: Applications/Communications
-URL: http://www.bitchx.org
-Source0: http://vicodan.fedorapeople.org/BitchX1.2.tar.gz
+URL: http://www.bitchx.ca
+Source0: http://www.bitchx.ca/%{name}-%{version}-final.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}  -n)
 BuildRequires: ncurses-devel openssl-devel glib2-devel 
 
@@ -13,28 +13,31 @@ BuildRequires: ncurses-devel openssl-devel glib2-devel
 BitchX: The ultimate IRC client
 
 %prep
-%setup -q -n BitchX%{version} 
+%setup -q -n %{name}-%{version} 
 
 %build
 %configure --with-plugins --with-ssl --enable-ipv6
-gmake 
+gmake %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)
-%doc Changelog COPYRIGHT README README-1.2
+%doc Changelog COPYRIGHT README README-1.1
 %{_bindir}/BitchX
-%{_bindir}/BitchX-1.2c02
+%{_bindir}/BitchX-1.2-final
 %{_bindir}/scr-bx
 %{_libdir}/bx/
 %{_mandir}/man1/*
 
 %changelog
+* Mon Dec 31 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.2-20
+- Update to BitchX 1.2-final release.
+
 * Tue Nov 13 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.2-19
 - Bugfix release
 
diff --git a/sources b/sources
index 3d17c9b..00409e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1578ca77a363e0847b9dd866ca7d4c3a  BitchX1.2.tar.gz
+5c4947f5a345574e28d93f78cb191ce4  BitchX-1.2-final.tar.gz


More information about the scm-commits mailing list