rpms/mulk/F-9 mulk.spec,NONE,1.1 sources,1.1,1.2

Anthony Bryan ant at fedoraproject.org
Thu May 28 20:31:43 UTC 2009


Author: ant

Update of /cvs/pkgs/rpms/mulk/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26418/F-9

Modified Files:
	sources 
Added Files:
	mulk.spec 
Log Message:
mulk for other branches



--- NEW FILE mulk.spec ---
Name:		mulk
Version:	0.4.1
Release:	2%{?dist}
Summary:	Multi-connection network downloader with Metalink support
Group:		Applications/Internet
License:	GPLv3+
URL:		http://mulk.sourceforge.net
Source0:	http://downloads.sourceforge.net/mulk/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libcurl-devel libtidy-devel uriparser-devel
BuildRequires:	libxml2-devel libmetalink-devel


%description
Multi-connection command line tool for downloading Internet sites with
image filtering and Metalink support. Similar to wget and cURL, but it
manages up to 50 simultaneous and parallel links. Main features are: 
HTML code parsing, recursive fetching, Metalink retrieving, segmented
download and image filtering by width and height.


%prep
%setup -q
chmod -x src/uri_parser.c

%build
%configure
make %{?_smp_mflags}



%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README NEWS ChangeLog THANKS TODO
%{_bindir}/mulk
%{_mandir}/man1/*

%changelog
* Mon May 25 2009 Ant Bryan <anthonybryan at gmail.com> - 0.4.1-2
- Remove spurious executable perm on uri_parser.c
- Add THANKS and TODO to %doc

* Sun May 24 2009 Ant Bryan <anthonybryan at gmail.com> - 0.4.1-1
- Upstream release 0.4.1, change from liburi to uriparser
- Add BuildRequires: uriparser-devel
- Remove BuildRequires: libjpeg-devel

* Thu May 07 2009 Ant Bryan <anthonybryan at gmail.com> - 0.4.0-2
- Add BuildRequires: libjpeg-devel

* Mon Apr 27 2009 Ant Bryan <anthonybryan at gmail.com> - 0.4.0-1
- Initial package, 0.4.0


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mulk/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 May 2009 22:36:31 -0000	1.1
+++ sources	28 May 2009 20:31:12 -0000	1.2
@@ -0,0 +1 @@
+e349e6dbef6303adff11584aefec9c85  mulk-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list