Fix missing dist tag
This commit is contained in:
parent
ca33775c39
commit
d5c3be717b
9
znc.spec
9
znc.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user