Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9fe145f90366f3b0c115c74b990327ab > files > 3

prozilla-2.0.4-9.mga3.src.rpm

Summary:	A multithreaded download accelerator
Name:		prozilla
Version:	2.0.4
Release:	%mkrel 9
License: 	GPLv2+
URL:		http://prozilla.genesys.ro/
Group:		Networking/File transfer
Source:		http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}.tar.bz2
Patch0:		prozilla_download_win.h.patch
Patch1:		prozilla-2.0.4-automake-1.13.patch
BuildRequires:	ncurses-devel

%description
ProZilla is a multithreaded download accelerator for Linux which supports
both HTTP and FTP protocols. It makes multiple connections to the server 
and downloads the file in portions, thus giving a much better speed rate 
than the conventional download programs which use a single connection. 
Resuming connections is fully supported and customisable.

%package devel
Summary:	Header files and development files for %{name}
Group:		Networking/File transfer
Requires:	%{name}

%description devel
Header files and development files for %{name}

%prep
%setup -q -n %{name}-%{version}
%patch0 -p0

%build
%configure2_5x
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

# (mpol) remove unwanted locale files
rm -f %{buildroot}%{_datadir}/locale/*/LC_MESSAGES/.mo
[ -f %{buildroot}%{_datadir}/locale/locale.alias ] && rm -f %{buildroot}%{_datadir}/locale/locale.alias

%find_lang proz

%files -f proz.lang
%doc AUTHORS ChangeLog CREDITS COPYING NEWS README TODO
%_bindir/*
%_mandir/man1/*

%files devel
%{_includedir}/*
%{_libdir}/*.a


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 2.0.4-9.mga3
+ Revision: 378270
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jan 13 2013 fwang <fwang> 2.0.4-8.mga3
+ Revision: 367392
- build static lib
- do not use autoconf
- nested autoreconf
- build static
- fix patch
- more automake fix
- fix build with automake 1.13

* Sat May 07 2011 ahmad <ahmad> 2.0.4-8.mga1
+ Revision: 95882
- Fix the License tag
- User %%configure2_5x macro (and run libtoolize --copy --force in %%prep)
- Drop buildroot declaration
- imported package prozilla