Files
znc/znc.spec
psychon b772e2664e Merged rev 838,888,890,894,899,900,902-904,926,934,963,984-989 from crox's branch:
- Changes to specfile
- define PATH_MAX and RTLD_LOCAL if not defines
- compile fixes
- SetFileName should not set m_iFD
- check for cygwin and do not use -fPIC
- replaced if ... elif with case in configure.in
- handle 437 reply code
- allow disabled channels
- use strerror() in CIRCSock::SockError()
- added GetUser() to CClient and CIRCSock
- added support for traffic accounting
- added names to timers


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@806 726aef4b-f618-498e-8847-2d620e286838
2007-05-17 19:09:17 +00:00

37 lines
787 B
RPMSpec

Name: znc
Version: 0.048
Release: 1
Packager: imaginos@imaginos.net
Summary: znc - an advanced IRC bouncer
License: GPL
Group: Applications/Communications
URL: http://sourceforge.net/projects/znc/
BuildRequires: gcc >= 3.2
BuildRequires: openssl >= 0.9.7d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Prefix: /usr
Source: %{name}-%{version}.tar.gz
%description
ZNC is an IRC bounce with many advanced features like detaching, multiple users, per channel playback buffer, SSL, transparent DCC bouncing, and c++ module support to name a few.
%prep
%setup -n %{name}-%{version}
%build
./configure --prefix=%{prefix}
make all
%clean
rm -rf $RPM_BUILD_ROOT
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%doc AUTHORS
%doc docs/*.html docs/*.txt docs/*.pm
%{prefix}