Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 91709efd6b850c306912d5613592d6ad > files > 3

queso-1.20-7mdk.src.rpm

%define name queso
%define version 1.20
%define release 7mdk
%define prefix %{_prefix}

Summary:	OS identification program
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Other
Source:		ftp://ftp.ci.uminho.pt/pub/security/apostols/queso-980922.tar.bz2
Patch:		queso-libpcap.patch.bz2
URL:		http://www.apostols.org/projectz/queso
Buildroot:	%{_tmppath}/%{name}-root

%description
A program to detect remote OS.

%prep
%setup -q -n %{name}-980922
%patch -p1

%build
CFLAGS="$RPM_OPT_FLAGS" %configure --with-libpcap={%_includedir}/pcap
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{usr/sbin,etc}
install -s queso $RPM_BUILD_ROOT/usr/sbin
install queso.conf $RPM_BUILD_ROOT/etc

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%attr(755,root,root) %{_sbindir}/queso
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/queso.conf
%doc Documentation.txt CHANGES COPYING

%changelog
* Fri Nov 16 2001 Yves Duret <yduret@mandrakesoft.com> 1.20-7mdk
- rebuild

* Mon Jul 16 2001 Yves Duret <yduret@mandrakesoft.com> 1.20-6mdk
- rebuild
- spec clean up

* Wed May 23 2001 Yves Duret <yduret@mandrakesoft.com> 1.20-5mdk
- macros

* Sun Dec 17 2000 Yves Duret <yduret@mandrakesoft.com> 1.20-4mdk
- fix a big typo

* Sun Dec 17 2000 Yves Duret <yduret@mandrakesoft.com> 1.20-3mdk
- macroization
- added doc
- fix the rpmlint warnings

* Wed Mar 22 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Adapted to the new group structure

* Sat Aug 07 1999 Giuseppe Ghibò <ghibo@linux-mandrake.com>
- initial release.