Sophie

Sophie

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

asio-1.4.1-1mdv2010.0.src.rpm

Name:		asio
Version:	1.4.1
Release:	%mkrel 1
Summary:	Cross-platform C++ library for network programming
Group:		Development/C
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
License:	Boost
Source0:	http://nchc.dl.sourceforge.net/sourceforge/%{name}/%{name}-%version.tar.bz2
URL:		http://asio.sourceforge.net
BuildRequires:  boost-devel >= 1.33
BuildRequires:	openssl-devel
BuildRequires:	boost-devel >= 1.33
BuildRequires:	openssl-devel

%description
asio is a cross-platform C++ library for network programming that provides
developers with a consistent asynchronous I/O model using a modern C++
approach.

%prep
%setup -n %name-%version -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%check
make check

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%doc doc/*
%_includedir/*.hpp
%_includedir/%{name}


%changelog
* Mon Jun 01 2009 Jérôme Brenier <incubusss@mandriva.org> 1.4.1-1mdv2010.0
+ Revision: 381774
- update to new version 1.4.1
- fix license (Boost)
- add clean section / delete buildroot before install

* Sun Dec 21 2008 Funda Wang <fundawang@mandriva.org> 1.2.0-1mdv2009.1
+ Revision: 316879
- New version 1.2.0

* Thu Jun 19 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.3.9-3mdv2009.0
+ Revision: 226179
- rebuild

* Thu Feb 14 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.3.9-2mdv2008.1
+ Revision: 168118
- put a real summary
- fix no-buildroot-tag

* Sat Jan 19 2008 Funda Wang <fundawang@mandriva.org> 0.3.9-1mdv2008.1
+ Revision: 155055
- New version 0.3.9

* Sat Oct 13 2007 Funda Wang <fundawang@mandriva.org> 0.3.8-0.rc3.1mdv2008.1
+ Revision: 97818
- import asio