Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 2536d76c2f4c38ae0ed2436c48547827 > files > 2

xorp-1.4-2mdv2008.1.src.rpm

%define name xorp
%define version 1.4
%define release %mkrel 2

Summary:  Open Router Platform
Name:    %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: BSD
Group:   Networking/Other
Url:     http://www.xorp.org
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: openssl-devel

%description
XORP is an open router platform being developed at the ICSI Center for
Open Networking (ICON) at the International Computer Science Institute
in Berkeley, California, USA. XORP primary goal is to be both a research
tool and a stable deployment platform that can be used to close the gap
between network research and real world

%prep
%setup -q

%build
%configure \
        --datadir="%{_datadir}/xorp"
%{make} 

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall \
        datadir="%{buildroot}%{_datadir}/xorp"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc BUGS BUILD_NOTES ERRATA LICENSE README RELEASE_NOTES TODO VERSION
%{_bindir}/*
%{_sbindir}/*
%{_datadir}/xorp/



%changelog
* Mon Feb 18 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.4-2mdv2008.1
+ Revision: 171189
- rebuild
- fix "foobar is blabla" summary (=> "blabla") so that it looks nice in rpmdrake
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Tue Aug 07 2007 Erwan Velu <erwan@mandriva.org> 1.4-1mdv2008.0
+ Revision: 59763
- Fixing buildrequires
- Import xorp