Fix missing dist tag

This commit is contained in:
Nick Bebout 2009-09-25 06:08:55 +00:00
parent 01137f4cd7
commit d4381b07c7
1 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,11 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.076
Release: 1
Release: 2%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.sf.net/
Source0: http://downloads.sourceforge.net/znc/znc-0.076.tar.gz
#Patch1: znc-0.076-openssl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
@ -43,7 +42,6 @@ Extra modules for ZNC
%prep
%setup -q
#%patch1 -p1 -b .openssl
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -127,7 +125,10 @@ chmod -x modules/q.cpp
%{_libdir}/znc/send_raw.so
%changelog
* Fri Sep 25 2009 Nick Bebout <nb@fedoraproject.org> - 0.076
* Fri Sep 25 2009 Nick Bebout <nb@fedoraproject.org> - 0.076-2
- Fix missing dist tag
* Fri Sep 25 2009 Nick Bebout <nb@fedoraproject.org> - 0.076-1
- Upgrade to ZNC 0.076
- http://en.znc.in/wiki/ChangeLog/0.076