Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 84b8cfe1e0bf18badd7ec41888036731 > files > 2

znc-1.0-2.mga3.src.rpm

%define _disable_ld_no_undefined 1
Name:		znc
Version:	1.0
Release:	%mkrel 2
License:	GPLv2+
Summary:	An IRC bouncer with many advanced features
Group:		Networking/IRC
URL:		http://en.znc.in/wiki/ZNC
Source0:	http://znc.in/releases/%{name}-%{version}.tar.gz

BuildRequires:	openssl-devel

#-------------------------------------------------------------------------------
%package	devel
Summary:	Development Files for znc
Group:		Networking/IRC
Requires:	%{name} = %{version}

%description	devel
Development Files for ZNC - An IRC bouncer with many advanced features

%files		devel
%defattr(-,root,root,-)
%_bindir/%{name}-buildmod
%_includedir/%{name}/*.h
%_libdir/pkgconfig/%{name}.pc
%_mandir/man1/%{name}-buildmod.1.*
#-------------------------------------------------------------------------------

%description
ZNC is an IRC bouncer with many advanced features such as a built-in web
interface, persistent connection (detaching), multiple users, per channel
playback buffer, SSL, IPv6, transparent DCC bouncing, and C++ module support,
to name a few.

%prep
%setup -q

%build
%configure2_5x --disable-perl
%make

%install
rm -rf %buildroot
%makeinstall_std

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,-)
%_bindir/%{name}
%_libdir/%{name}/*.so
%_datadir/%{name}/modules/*/files/*js
%_datadir/%{name}/modules/*/tmpl/*tmpl
%_datadir/%{name}/modules/notes/files/trash.gif
%_datadir/%{name}/webskins/*/tmpl/*tmpl
%_datadir/%{name}/webskins/*/pub/*
%_mandir/man1/%{name}.1.*



%changelog

* Mon Jan 14 2013 umeabot <umeabot> 1.0-2.mga3
+ Revision: 387770
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Nov 28 2012 shikamaru <shikamaru> 1.0-1.mga3
+ Revision: 322715
- new version 1.0, fix file list

* Thu Jun 07 2012 solbu <solbu> 0.206-1.mga3
+ Revision: 256653
- Fix description and summary - bounce -> bouncer
- New version
- Spec cleanup

* Wed Apr 13 2011 shikamaru <shikamaru> 0.098-1.mga1
+ Revision: 84739
- new version 0.098 - fix file list

* Thu Jan 27 2011 erwan <erwan> 0.096-1.mga1
+ Revision: 42206
- imported package znc