Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 87a321340b29e2932273cf79d2a051a9 > files > 2

monotorrent-0.72-5.fc13.src.rpm

%define         debug_package %{nil}

Name:           monotorrent
Version:        0.72
Release:        5%{?dist}
Summary:        Mono bittorrent client
Group:          Development/Languages
License:        MIT
URL:            http://projects.qnetp.net/projects/show/monotorrent
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  mono-devel, gtk-sharp2-devel, desktop-file-utils

ExcludeArch: sparc64

%description
Monotorrent is a bittorrent for mono

%package devel
Summary: .pc file for monotorrent
Group: Documentation
Requires: %{name} = %{version}-%{release} pkgconfig

%description devel
Package config file for monotorrent

%prep
%setup -q

%build
%configure
make

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%doc README
%{_libdir}/monotorrent/*

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/monotorrent.pc

%changelog
* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.72-5
- exclude sparc64

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

* Fri Jun 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> - 0.72.3
- rebuild for additional arcs

* Mon Apr 13 2009 Jesse Keating <jkeating@redhat.com> - 0.72-2
- re-enable ppc

* Fri Apr 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.72-1
- Fix URL
- update to 0.72

* Fri Feb 20 2009 David Nielsen <gnomeuser@gmail.com> - 0.70-1
- update to 0.70
- fix license

* Thu Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.62-2
- remove PPC build (upstream problem)

* Thu Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.62-1
- update to 0.62

* Sun Nov 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.60-1
- update to 0.60

* Fri Oct 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.50-1
- bump to the latest and greatest
- upstream version number fix

* Sat Jun 28 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.4-2
- defattr fix

* Wed Jun 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.4-1
- Initial import for FE