Upgrade to ZNC 0.090
This commit is contained in:
parent
708c6d9cb8
commit
6da5bb9627
@ -1 +1 @@
|
||||
znc-0.090-rc1.tar.gz
|
||||
znc-0.090.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
914b8c2aef7b9582a1884bf42e6c2c93 znc-0.090-rc1.tar.gz
|
||||
d3ffe4f53211e5a425c7b87e9ca41e84 znc-0.090.tar.gz
|
||||
|
9
znc.spec
9
znc.spec
@ -1,11 +1,12 @@
|
||||
Summary: An advanced IRC bouncer
|
||||
Name: znc
|
||||
Version: 0.090
|
||||
Release: 0.1.rc1%{?dist}
|
||||
#Release: 0.1.rc1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
Group: System Environment/Daemons
|
||||
URL: http://znc.sf.net/
|
||||
Source0: http://people.znc.in/~psychon/znc/releases/znc-0.090-rc1.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: perl gcc-c++
|
||||
@ -41,7 +42,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
Extra modules for ZNC
|
||||
|
||||
%prep
|
||||
%setup -q -n znc-0.090-rc1
|
||||
%setup -q
|
||||
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
|
||||
chmod -x modules/q.cpp
|
||||
|
||||
@ -130,6 +131,8 @@ chmod -x modules/q.cpp
|
||||
%{_libdir}/znc/shell.so
|
||||
|
||||
%changelog
|
||||
* Sun Jun 06 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-1
|
||||
- Update to znc 0.090
|
||||
|
||||
* Thu May 27 2010 Nick Bebout <nb@fedoraproject.org> - 0.090-0.1.rc1
|
||||
- Update to znc 0.090-rc1
|
||||
|
Loading…
Reference in New Issue
Block a user