rpms/mirrormanager/devel import.log, NONE, 1.1 mirrormanager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Domsch mdomsch at fedoraproject.org
Thu Oct 2 15:05:01 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24980/devel

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



--- NEW FILE import.log ---
mirrormanager-1_2_3-1_fc9:HEAD:mirrormanager-1.2.3-1.fc9.src.rpm:1222959811


--- NEW FILE mirrormanager.spec ---
# no debuginfo package needed, it's only platform-independent python or shell scripts.
%define debug_package %{nil}

Name:           mirrormanager
Version:        1.2.3
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}/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
* 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/devel/.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	2 Oct 2008 15:04:31 -0000	1.2
@@ -0,0 +1 @@
+mirrormanager-1.2.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/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	2 Oct 2008 15:04:31 -0000	1.2
@@ -0,0 +1 @@
+8012ec3fdae0cc5e3905ebae8a35b85d  mirrormanager-1.2.3.tar.bz2




More information about the fedora-extras-commits mailing list