Index: trunk/server/fedora/Makefile
===================================================================
--- trunk/server/fedora/Makefile	(revision 2475)
+++ trunk/server/fedora/Makefile	(revision 2476)
@@ -22,5 +22,5 @@
 hackage		= cgi-3001.1.8.2 unix-handle-0.0.0
 upstream_hackage = ghc-cgi ghc-unix-handle
-upstream	= openafs $(upstream_yum) $(upstream_hackage) moira zephyr zephyr.i686 python-zephyr python-afs athena-aclocal discuss
+upstream	= openafs $(upstream_yum) $(upstream_hackage) moira zephyr zephyr.i686 python-zephyr python-afs python-moira athena-aclocal discuss
 oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i686 whoisd athrun php_scripts scripts-wizard scripts-base scripts-static-cat fuse-better-mousetrapfs scripts-munin-plugins
 allsrc		= $(upstream) $(oursrc)
@@ -74,4 +74,5 @@
 	spectool -g -R $(specs)/python-zephyr.spec
 	spectool -g -R $(specs)/python-afs.spec
+	spectool -g -R $(specs)/python-moira.spec
 	touch download_stamp
 
Index: trunk/server/fedora/specs/python-moira.spec
===================================================================
--- trunk/server/fedora/specs/python-moira.spec	(revision 2476)
+++ trunk/server/fedora/specs/python-moira.spec	(revision 2476)
@@ -0,0 +1,47 @@
+Name:           python-moira
+Version:        4.3.0
+%define commit_hash dd03ce70d348d6f569729fcc9173429a5ec8a84d
+%define tag_hash f62c0db
+Release:        0.%{scriptsversion}%{?dist}
+Summary:        Python access to zephyr library
+
+Group:          Development/Languages
+License:        MIT
+URL:            http://github.com/ebroder/python-moira
+Source0:        http://github.com/ebroder/python-moira/tarball/%{version}/ebroder-%{name}-%{version}-0-g%{commit_hash}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  python2-devel, python-setuptools, Pyrex, libmoira-devel, libmrclient-devel
+
+%description
+Moira bindings for Python.
+
+
+%prep
+%setup -q -n ebroder-%{name}-%{tag_hash}
+
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="-I%{_includedir}/et" %{__python2} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT/usr/bin/qy
+
+ 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc
+%{python_sitearch}/*
+
+
+%changelog
+* Sun Oct 13 2013 Alex Dehnert <adehnert@mit.edu> - 4.3.0
+- Initial RPM release
+
