rpms/mash/devel mash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Fri May 25 01:56:06 UTC 2007


Author: notting

Update of /cvs/extras/rpms/mash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653

Modified Files:
	.cvsignore sources 
Added Files:
	mash.spec 
Log Message:
initial import



--- NEW FILE mash.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           mash
Version:        0.1.10
Release:        1%{?dist}
Summary:        Koji buildsystem to yum repository converter
Group:          Development/Tools
License:        GPL
URL:            http://people.redhat.com/notting/mash/
Source0:        http://people.redhat.com/notting/mash/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       yum >= 3.1.0, createrepo, koji
BuildRequires:  python-devel
BuildArch:      noarch

%description
mash is a tool that queries a koji buildsystem for the latest RPMs for
any particular tag, and creates repositories of those RPMs, including
any multlib RPMs that are necessary.

%prep
%setup -q

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

mv $RPM_BUILD_ROOT/%{_bindir}/mash.py $RPM_BUILD_ROOT/%{_bindir}/mash
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%config(noreplace) %{_sysconfdir}/mash
%{python_sitelib}/mash
%{_bindir}/*
%{_datadir}/mash

%changelog
* Thu May 24 2007 Bill Nottingham <notting at redhat.com> 0.1.10-1
- fix kernel handling
- tweak rawhide config

* Wed May 23 2007 Bill Nottingham <notting at redhat.com> 0.1.9-1
- add wine, wine-arts to multilib whitelist (#241059)

* Fri May 18 2007 Bill Nottingham <notting at redhat.com> 0.1.8-1
- spec cleanups

* Thu May 17 2007 Bill Nottingham <notting at redhat.com> 0.1.7-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 May 2007 15:03:26 -0000	1.1
+++ .cvsignore	25 May 2007 01:55:29 -0000	1.2
@@ -0,0 +1 @@
+mash-0.1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 May 2007 15:03:26 -0000	1.1
+++ sources	25 May 2007 01:55:29 -0000	1.2
@@ -0,0 +1 @@
+a887a10b271c22d2ffd2fddeb4c41dad  mash-0.1.10.tar.gz




More information about the fedora-extras-commits mailing list