f82a5e0
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
f82a5e0
f82a5e0
Name:           mash
59d9c59
Version:        0.4.0
f82a5e0
Release:        1%{?dist}
f82a5e0
Summary:        Koji buildsystem to yum repository converter
f82a5e0
Group:          Development/Tools
f82a5e0
License:        GPL
f82a5e0
URL:            http://people.redhat.com/notting/mash/
f82a5e0
Source0:        http://people.redhat.com/notting/mash/%{name}-%{version}.tar.gz
f82a5e0
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
d6a24e2
Requires:       yum, createrepo >= 0.9.2, koji
8e7a2e6
Conflicts:	pungi < 1.0.0
f82a5e0
BuildRequires:  python-devel
f82a5e0
BuildArch:      noarch
f82a5e0
f82a5e0
%description
f82a5e0
mash is a tool that queries a koji buildsystem for the latest RPMs for
f82a5e0
any particular tag, and creates repositories of those RPMs, including
f82a5e0
any multlib RPMs that are necessary.
f82a5e0
f82a5e0
%prep
f82a5e0
%setup -q
f82a5e0
f82a5e0
%build
f82a5e0
%{__python} setup.py build
f82a5e0
f82a5e0
%install
f82a5e0
rm -rf $RPM_BUILD_ROOT
f82a5e0
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
f82a5e0
f82a5e0
mv $RPM_BUILD_ROOT/%{_bindir}/mash.py $RPM_BUILD_ROOT/%{_bindir}/mash
59d9c59
mkdir -p $RPM_BUILD_ROOT/var/cache/mash
f82a5e0
%clean
f82a5e0
rm -rf $RPM_BUILD_ROOT
f82a5e0
f82a5e0
%files
f82a5e0
%defattr(-,root,root,-)
f82a5e0
%doc AUTHORS ChangeLog COPYING README TODO
f82a5e0
%config(noreplace) %{_sysconfdir}/mash
d6a24e2
%{python_sitelib}/mash*
f82a5e0
%{_bindir}/*
f82a5e0
%{_datadir}/mash
59d9c59
/var/cache/mash
f82a5e0
f82a5e0
%changelog
59d9c59
* Tue Jul 22 2008 Bill Nottingham <notting@redhat.com> 0.4.0-1
59d9c59
- add simple timestamping for profiling usage
59d9c59
- add support for caching non-local koji repositories
59d9c59
ec41c95
* Fri May 16 2008 Bill Nottingham <notting@redhat.com> 0.3.7-1
ec41c95
- add F9 updates configuration
ec41c95
c4530b8
* Tue Apr 29 2008 Bill Nottingham <notting@redhat.com> 0.3.6-1
c4530b8
- adjust qt path to catch scim-bridge-qt
c4530b8
3810673
* Mon Apr 14 2008 Bill Nottingham <notting@redhat.com> 0.3.5-1
3810673
- add pulseaudio-utils as well
3810673
adedc2b
* Fri Apr 11 2008 Bill Nottingham <notting@redhat.com> 0.3.4-1
adedc2b
- add alsa plugins to multilib list (#338211)
adedc2b
409c9a0
* Tue Apr  1 2008 Bill Nottingham <notting@redhat.com> 0.3.3-1
409c9a0
- add gtk modules to multilib list (#439949)
409c9a0
c12e1ca
* Fri Feb 22 2008 Bill Nottingham <notting@redhat.com> 0.3.2-1
c12e1ca
- fix typo that broke handling of unsigned packages
6b01da4
- fix yum api usage (#433555, <peter@pramberger.at>)
6b01da4
- fix noarch w/o src.rpm logic (#433551, <peter@pramberger.at>)
6b01da4
- Add a 'use_repoview' option that allows us to toggle repoview generation. (<lmacken@redhat.com>)
6b01da4
- Tell createrepo to be quiet (<lmacken@redhat.com>)
6b01da4
- Don't re-generate repoview after multilib solving. (<lmacken@redhat.com>)
6b01da4
- Fix our "failsafe" shutil.copyfile call (<lmacken@redhat.com>)
522a21f
d6a24e2
* Thu Jan 17 2008 Bill Nottingham <notting@redhat.com> 0.3.0-1
d6a24e2
- use createrepo's python API
d6a24e2
- allow running without local koji storage
d6a24e2
20dab30
* Mon Nov 19 2007 Bill Nottingham <notting@redhat.com> 0.2.10-1
20dab30
- handle non Packages/ repositories better (#350391)
20dab30
2d63668
* Fri Nov  9 2007 Bill Nottingham <notting@redhat.com> 0.2.9-1
2d63668
- handle noarch excludearch for packages without source
2d63668
  rpms (<rob.myers@gtri.gatech.edu>)
2d63668
- use yum's pkgSack, not yumLocalPackage
2d63668
6cf101c
* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> 0.2.8-1
6cf101c
- libflashsupport (#305541)
6cf101c
48b9b91
* Fri Sep 21 2007 Bill Nottingham <notting@redhat.com> 0.2.7-1
48b9b91
- disable repoview for now
48b9b91
8d25342
* Thu Sep 20 2007 Bill Nottingham <notting@redhat.com> 0.2.6-1
8d25342
- repoview cleanups/fixes
8d25342
- fix gtkimmodules typo (#295371, <petersen@redhat.com>)
8d25342
687b01f
* Tue Sep 18 2007 Bill Nottingham <notting@redhat.com> 0.2.5-1
687b01f
- handle valgrind for multilib differently (#294761)
687b01f
6b235a3
* Mon Sep 17 2007 Bill Nottingham <notting@redhat.com> 0.2.4-1
6b235a3
- repoview support (<jkeating@redhat.com>)
6b235a3
e2e040e
* Thu Sep  6 2007 Bill Nottingham <notting@redhat.com> 0.2.3-1
e2e040e
- blacklist java-1.7.0-icedtea-devel (#271761)
e2e040e
ad902d1
* Tue Sep  4 2007 Bill Nottingham <notting@redhat.com> 0.2.2-1
7d42d11
- add nspluginwrapper to multilib whitelist (#275021)
ad902d1
- fix kernel-devel (#247321)
7d42d11
8e7a2e6
* Tue Aug 28 2007 Bill Nottingham <notting@redhat.com> 0.2.0-1
8e7a2e6
- updates to work with pungi 1.0.0, conflict with older pungi
8e7a2e6
- fix some multilib compose issues (<drago01@gmail.com>)
8e7a2e6
640950a
* Mon Jul 23 2007 Bill Nottingham <notting@redhat.com> 0.1.19-1
640950a
- fix spam-o-matic to use python mailer
640950a
27d51ab
* Thu Jun 21 2007 Bill Nottingham <notting@redhat.com> 0.1.18-1
27d51ab
- pull in cyrus-sasl plugins (#245176)
27d51ab
6cd6092
* Thu Jun  7 2007 Bill Nottingham <notting@redhat.com> 0.1.17-1
6cd6092
- exclude debuginfo from repodata where appropriate
6cd6092
- add spam-o-matic
6cd6092
3d8f871
* Thu May 31 2007 Bill Nottingham <notting@redhat.com> 0.1.16-1
3d8f871
- fix arch handling
3d8f871
633c785
* Thu May 31 2007 Bill Nottingham <notting@redhat.com> 0.1.15-1
633c785
- propagate errors better
633c785
- handle signatures in koji correctly
633c785
3cdf609
* Wed May 30 2007 Bill Nottingham <notting@redhat.com> 0.1.14-1
3cdf609
- add a use_sqlite config option for determining whether to use createrepo -d
3cdf609
61ee3c5
* Wed May 30 2007 Bill Nottingham <notting@redhat.com> 0.1.13-1
61ee3c5
- hopefully fix the db locking issues
61ee3c5
- make source rpm path configurable
61ee3c5
- add updates config files
61ee3c5
61ee3c5
* Tue May 29 2007 Bill Nottingham <notting@redhat.com> 0.1.12-1
61ee3c5
- use /tmp where appropriate
61ee3c5
- hacks to use less memory
61ee3c5
89d7403
* Sat May 26 2007 Bill Nottingham <notting@redhat.com> 0.1.11-1
89d7403
- run more operations in parallel
89d7403
f82a5e0
* Thu May 24 2007 Bill Nottingham <notting@redhat.com> 0.1.10-1
f82a5e0
- fix kernel handling
f82a5e0
- tweak rawhide config
f82a5e0
f82a5e0
* Wed May 23 2007 Bill Nottingham <notting@redhat.com> 0.1.9-1
f82a5e0
- add wine, wine-arts to multilib whitelist (#241059)
f82a5e0
f82a5e0
* Fri May 18 2007 Bill Nottingham <notting@redhat.com> 0.1.8-1
f82a5e0
- spec cleanups
f82a5e0
f82a5e0
* Thu May 17 2007 Bill Nottingham <notting@redhat.com> 0.1.7-1
f82a5e0
- initial build