Upgrade to svn2277

This commit is contained in:
Nick Bebout 2011-02-11 20:24:39 -06:00
parent 20087f7dc0
commit 5db4107b37
3 changed files with 10 additions and 22 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ znc-0.094.tar.gz
/znc-0.097.svn2255.tar.bz2
/znc-0.097.svn2269.tar.bz2
/znc-0.097.svn2272.tar.xz
/znc-0.097.svn2277.tar.xz

View File

@ -1 +1 @@
efc94ac63e6d4e4682a5978f3996da9e znc-0.097.svn2272.tar.xz
70c06d4f5f6d0bc70dc35a3477e5c15b znc-0.097.svn2277.tar.xz

View File

@ -1,14 +1,14 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.097
Release: 6.svn2272%{?dist}
Release: 7.svn2277%{?dist}
#Release: 0.1.rc1%{?dist}
#Release: 2%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.sf.net/
#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source0: znc-0.097.svn2272.tar.xz
Source0: znc-0.097.svn2277.tar.xz
# svn export -r 2272 https://znc.svn.sourceforge.net/svnroot/znc/trunk
# mv trunk znc-0.097.svn2272
# tar Jcvf znc-0.097.svn2272.tar.xz znc-0.097.svn2272/
@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl gcc-c++ automake
BuildRequires: openssl-devel >= 0.9.8
BuildRequires: cyrus-sasl-devel
BuildRequires: c-ares-devel python3-devel
BuildRequires: c-ares-devel
BuildRequires: perl(ExtUtils::Embed) swig tcl-devel
%description
@ -61,19 +61,9 @@ Requires: perl
%description modperl
perl module for ZNC
%package modpython
Summary: python module for ZNC
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: python3
%description modpython
python module for ZNC
%prep
#%setup -q
%setup -q -n znc-0.097.svn2272
%setup -q -n znc-0.097.svn2277
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -81,8 +71,7 @@ chmod -x modules/q.cpp
./autogen.sh
%configure \
--with-module-prefix=%{_libdir}/znc \
--enable-ipv6 --enable-extra --enable-sasl --enable-perl --enable-tcl \
--enable-python
--enable-ipv6 --enable-extra --enable-sasl --enable-perl --enable-tcl
%__make %{?_smp_mflags}
%install
@ -172,12 +161,10 @@ chmod -x modules/q.cpp
%{_libdir}/znc/modperl/
%{_libdir}/znc/modperl.so
%files modpython
%defattr(-,root,root)
%{_libdir}/znc/modpython/
%{_libdir}/znc/modpython.so
%changelog
* Fri Feb 11 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-7.svn2277
- Update to svn2277
* Mon Jan 24 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-6.svn2272
- Update to svn2272