Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > dcd1f71f9114b7344b00eda8ff376fad > files > 2

metalink-0.3.6-4.fc15.src.rpm

Name:		metalink
Version:	0.3.6
Release:	4%{?dist}
Summary:	Metalink Generator
Group:		Applications/Internet
License:	GPLv3+
URL:		http://metamirrors.nl/metalinks_project
Source0:	http://downloads.sourceforge.net/metalinks/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libgcrypt-devel boost-devel
BuildRequires:	libicu-devel libgpg-error-devel
BuildRequires:	glibmm24-devel


%description
A .metalink is an XML file that describes a download, and includes mirrors
and checksum information. Metalink is the main Metalink generation tool.
It combines a list of mirrors (from stdin) and a number of files into one
Metalink record (stdout). It can also be used to transform a MD5SUMS file
into a metalink.


%prep
%setup -q
chmod 0644 example/gen.sh


%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 AUTHORS ChangeLog COPYING NEWS README TODO
%doc example
%{_bindir}/metalink
%{_mandir}/man1/*

%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Mon Jan 05 2009 Ant Bryan <anthonybryan at gmail.com> - 0.3.6-2
- New version, 0.3.6-2
- man page, licensing clarification upstream.

* Mon Dec 08 2008 Ant Bryan <anthonybryan at gmail.com> - 0.3.5-1
- 0.3.5-1