Update to latest git

This commit is contained in:
Nick Bebout 2011-02-15 18:25:29 -06:00
parent 0393dbd7ba
commit 82c7dfc656
3 changed files with 13 additions and 9 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.tar.xz

View File

@ -1 +1 @@
efc94ac63e6d4e4682a5978f3996da9e znc-0.097.svn2272.tar.xz
ef4368c196707c6cd93ef8591332bb30 znc-0.097.tar.xz

View File

@ -1,17 +1,17 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.097
Release: 6.svn2272%{?dist}
Release: 8.20110215git%{?dist}
#Release: 0.1.rc1%{?dist}
#Release: 2%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.sf.net/
URL: http://znc.in
#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source0: znc-0.097.svn2272.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/
Source0: znc-0.097.tar.xz
# git clone https://github.com/znc/znc.git
# cd znc
# git archive --prefix=znc/ HEAD | xz > ../znc-0.097.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl gcc-c++ automake
@ -73,7 +73,7 @@ python module for ZNC
%prep
#%setup -q
%setup -q -n znc-0.097.svn2272
%setup -q -n %{name}
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -94,7 +94,7 @@ chmod -x modules/q.cpp
%files
%defattr(-,root,root)
%doc AUTHORS LICENSE LICENSE.OpenSSL README
%doc AUTHORS LICENSE LICENSE.OpenSSL README.md
%{_bindir}/znc
%{_mandir}/man1/*
%{_libdir}/znc/admin.so
@ -178,6 +178,9 @@ chmod -x modules/q.cpp
%{_libdir}/znc/modpython.so
%changelog
* Tue Feb 15 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-8.20110215git
- Update to latest git
* Mon Jan 24 2011 Nick Bebout <nb@fedoraproject.org> - 0.097-6.svn2272
- Update to svn2272