Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > b424e5974a043d843822385b45372668 > files > 2

mimir-2.0-0.alpha11.1mdk.src.rpm

%define name	mimir
%define version 2.0
%define pre	alpha
%define prepre	11
%define release 0.%{pre}%{prepre}.1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Antiflood plugin for xchat
Source:		http://pomac.netswarm.net/mimir/%{name}.%{pre}-%{prepre}.tar.bz2
URL:		http://pomac.netswarm.net/mimir
License:	GPL
Group:		Monitoring
Requires:	xchat
BuildRequires:	libglib2.0-devel
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
Mimir is an antiflood and general oper tool for opers and common users.

%prep
%setup -n %{name}.%{pre}-%{prepre}
#%patch

%build
make 

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/xchat/plugins
install -m 755 %{name}.so $RPM_BUILD_ROOT%{_libdir}/xchat/plugins

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog LICENSE README
%{_libdir}/xchat/plugins/%{name}.so

%changelog
* Fri Jul 23 2004 Guillaume Rousse <guillomovitch@mandrake.org> 2.0-0.alpha11.1mdk 
- new version
- rpmbuildupdate aware

* Mon Jul 21 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 2.0-0.alpha3.1mdk
- 2.0-alpha-3
- dropped patch

* Sat Jul 19 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 2-0.alpha.1mdk
- first Mandrake package