rpms/mirrormanager/F-9 mirrormanager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Domsch mdomsch at fedoraproject.org
Tue Oct 14 19:18:08 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13259

Modified Files:
	.cvsignore sources 
Added Files:
	mirrormanager.spec 
Log Message:
initial commit for F-9


--- NEW FILE mirrormanager.spec ---
Name:           mirrormanager
Version:        1.2.6
Release:        1%{?dist}
Summary:        Fedora mirror management system
BuildArch:      noarch

Group:          Applications/Internet
License:        MIT and GPLv2
URL:            http://fedorahosted.org/mirrormanager
Source0:        https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  python
Requires:       TurboGears, python-IPy, python-GeoIP, wget, yum

%description
MirrorManager tracks all the content provided on a master mirror
server, and that of all public and private mirrors of that content.
This package contains the application server, database schema and
hosted tools.

%package client
Requires:       python
Summary:        Fedora mirror management system downstream mirror tools
Group:          Applications/Internet

%description client
Client-side, run on each downstream mirror, to report back to the
MirrorManager database a description of the content carried by that
mirror.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT CONFFILE="%{_sysconfdir}/%{name}/prod.cfg" PROGRAMDIR="%{_datadir}/%{name}/server" SBINDIR="%{_sbindir}"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%dir %{_localstatedir}/lib/%{name}/
%dir %{_localstatedir}/run/%{name}/
%dir %{_localstatedir}/log/%{name}/
%dir %{_localstatedir}/log/%{name}/crawler/
%dir %{_localstatedir}/lock/%{name}/
%dir %{_sysconfdir}/%{name}/
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mirrorlist-server.conf
%doc LICENSE LICENSES LICENSE_generate-worldmap
%doc server/*.cfg

%files client
%defattr(-,root,root,-)
%{_bindir}/report_mirror
%dir %{_sysconfdir}/%{name}-client
%config(noreplace) %{_sysconfdir}/%{name}-client/report_mirror.conf
%doc LICENSE


%changelog
* Mon Oct 13 2008 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.6-1
- even more bugfixes

* Sat Oct  4 2008 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.5-1
- more bugfixes

* Fri Oct  3 2008 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.4-1
- more bugfixes

* Sun Sep 28 2008 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.3-1
- lots of bugfixes

* Fri Sep 26 2008 Matt Domsch <mdomsch at fedoraproject.org> - 1.2.2-1
- initial package attempt


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Oct 2008 19:00:12 -0000	1.1
+++ .cvsignore	14 Oct 2008 19:17:38 -0000	1.2
@@ -0,0 +1 @@
+mirrormanager-1.2.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Oct 2008 19:00:12 -0000	1.1
+++ sources	14 Oct 2008 19:17:38 -0000	1.2
@@ -0,0 +1 @@
+d1fe86ac2b1f37888fb5583ff6d4b5de  mirrormanager-1.2.6.tar.bz2




More information about the scm-commits mailing list