Newer
Older
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%global with_lfc %{!?_without_lfc:1}%{?_without_lfc:0}
%global with_java %{!?_without_java:1}%{?_without_java:0}
%global with_gcj %{!?_with_gcj:0}%{?_with_gcj:1}
Name: nordugrid-arc
Version: @VERSION@
Release: 1%{?dist}
Summary: ARC
Group: System Environment/Daemons
License: ASL 2.0
URL: http://www.nordugrid.org/
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides: %{name}-libs = %{version}
Obsoletes: %{name}-libs < 1.0.0
Provides: nordugrid-arc1 = 1.3.0
Obsoletes: nordugrid-arc1 < 1.0.0
Provides: nordugrid-arc-nox = 1.3.0
Obsoletes: nordugrid-arc-nox < 1.3.0
BuildRequires: cppunit-devel
BuildRequires: pkgconfig
%if %{?fedora}%{!?fedora:0} >= 12 || %{?rhel}%{!?rhel:0} >= 6
BuildRequires: gettext
BuildRequires: python-devel
BuildRequires: glibmm24-devel
BuildRequires: glib2-devel
BuildRequires: libxml2-devel
BuildRequires: openssl-devel
BuildRequires: xmlsec1-devel >= 1.2.4
BuildRequires: xmlsec1-openssl-devel >= 1.2.4
BuildRequires: openldap-devel
BuildRequires: globus-common-devel
BuildRequires: globus-ftp-client-devel
BuildRequires: globus-ftp-control-devel
BuildRequires: globus-rls-client-devel
Anders Waananen
committed
%endif
BuildRequires: gridsite-devel
BuildRequires: db4-devel
BuildRequires: java-devel
BuildRequires: jpackage-utils
# Needed for LRMS testing during make check
BuildRequires: perl(Test::Harness)
BuildRequires: perl(Test::Simple)
%define pyver %(python -c 'import sys; print sys.version[:3]')
%if "%{pyver}" < "2.4"
%define ifpy #
%else
%define ifpy %{nil}
%endif
Summary: ARC prototype clients
Group: Applications/Internet
Requires: %{name} = %{version}
Requires: %{name}-plugins-base = %{version}
Provides: nordugrid-arc1-client = 1.3.0
Obsoletes: nordugrid-arc1-client < 1.0.0
Provides: nordugrid-arc-nox-client = 1.3.0
Obsoletes: nordugrid-arc-nox-client < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
For the regular user of any ARC-based computational grid,
this client package contains (or depends on) all packages
that are needed to submit jobs, query their status and
retrieve results.
Summary: ARC Hosting Environment Daemon
Group: System Environment/Libraries
Requires: %{name} = %{version}
Provides: nordugrid-arc1-server = 1.3.0
Obsoletes: nordugrid-arc1-server < 1.0.0
Provides: nordugrid-arc-nox-server = 1.3.0
Obsoletes: nordugrid-arc-nox-server < 1.3.0
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
Requires(postun): initscripts
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The ARC Hosting Environment Daemon (HED). This daemon presents a
site to other participants on the grid. An intrinsic component
of any grid system is a mechanism allowing for the secure stateful
communication with remote environments. HED prepares for such an
environment and as such is the core of the ARC middleware. HED
was however written in a way, that represents typical grid
computing tasks (the sharing of CPU time or storage) to become
just one possible service between a user and a remote machine.
Many others are thinkable, and HED takes considerable effort
away from the respective implementors.
Summary: ARC charon service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-charon = 1.3.0
Obsoletes: nordugrid-arc-nox-charon < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
CHARON is a remote policy decision point service. It accepts formatted
policy decision request and return positive or negative response. When
running a CHARON (within the HED), the TLS layer can be used for
securing the communication, when the request or response information
are critical.
%package chelonia
Summary: ARC chelonia service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Requires: %{name}-python = %{version}
Provides: nordugrid-arc-nox-chelonia = 1.3.0
Obsoletes: nordugrid-arc-nox-chelonia < 1.3.0
%description chelonia
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The NorduGrid storage service Chelonia consists of a set of SOAP based
services residing within HED. Together, the services provide a self-healing,
reliable, robust, scalable, resilient and consistent data storage system.
Summary: ARC hopi service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-hopi = 1.3.0
Obsoletes: nordugrid-arc-nox-hopi < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The HOPI service provides a simple implementation of an http(s)
server. It supports GET and PUT operations. It can be used as a simple
file transfer service and it is usable via common web browsers and
other http(s) clients (e.g. wget).
Summary: ARC isis service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-isis = 1.3.0
Obsoletes: nordugrid-arc-nox-isis < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
ISIS is the new ARC information system implemented within HED. ISIS
comes with P2P capabilities and a web-services interface. The new system
grants grid participants an increase in flexibility, robustness and it
also offers easier configuration and self-healing capability.
%package gridftpd
Summary: ARC gridftp server
Group: System Environment/Daemons
Requires: %{name} = %{version}
Provides: nordugrid-arc-nox-gridftp-server = 1.3.0
Obsoletes: nordugrid-arc-nox-gridftp-server < 1.3.0
Anders Waananen
committed
Anders Waananen
committed
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
This package contains the ARC gridftp server which has a plugin framework.
Current plugins include:
fileplugin : Standard gridftp server based on Globus globus-ftp-control
gaclplugin : Enhanced server with support for GACL authorization
jobplugin : Classical ARC job submission interface
Summary: ARC cache service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Requires: %{name}-plugins-base = %{version}
Provides: nordugrid-arc-nox-cache-service = 1.3.0
Obsoletes: nordugrid-arc-nox-cache-service < 1.3.0
%description cache-service
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
This package contains the ARC cache service. It provides a way to perform
some operations on the A-REX cache remotely. It can be especially helpful
for data management within a pilot job framework.
Summary: ARC LDAP information service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Provides: %{name}-ldap-infosys = %{version}
Obsoletes: %{name}-ldap-infosys < 1.0.0
Provides: nordugrid-arc-nox-ldap-infosys = 1.3.0
Obsoletes: nordugrid-arc-nox-ldap-infosys < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
This package contains the LDAP based information system for ARC.
This package is not self-contained. it should be pulled in by either
nordugrid-arc-arex to be a part of a local information system or by
nordugrid-arc-egiis to be a part of a EGIIS service.
%package egiis
Summary: ARC EGIIS service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Provides: nordugrid-arc-nox-giis = 1.3.0
Obsoletes: nordugrid-arc-nox-giis < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
The EGIIS is the Information Index Service used by ARC, This service is
used to set up a ldap-based server that local information systems register
to.
Summary: ARC LDAP monitor service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Provides: %{name}-monitor = %{version}
Obsoletes: %{name}-monitor < 1.0.0
%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
BuildArch: noarch
%endif
%description ldap-monitor
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
This package contains the LDAP monitor system for ARC.
This package is self-contained. It is used to set up a web-based monitor
which pulls information from a EGIIS and shows it graphically.
Summary: ARC WS monitor service
Group: System Environment/Libraries
Requires: %{name} = %{version}
%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
BuildArch: noarch
%endif
%description ws-monitor
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
This package contains the WS monitor system for ARC.
This package is self-contained. It is used to set up a web-based monitor
which pulls information from ISIS and shows it graphically.
Summary: ARC compiler service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-compiler = 1.3.0
Obsoletes: nordugrid-arc-nox-compiler < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The purpose of this service is to provide compilation capability on the
remote site utilizing its full CPU capacity for parallel compilation
tasks. The service presumes that the compilation task is described
in a usual make file. The current implementation supports GNU compilers
only.
Summary: ARC delegation service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-delegation = 1.3.0
Obsoletes: nordugrid-arc-nox-delegation < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The description of the delegation services is still pending.
Summary: ARC paul service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-paul = 1.3.0
Obsoletes: nordugrid-arc-nox-paul < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
The Paul is a pull-based execution service for computing resources. In
these case the computing resource can be single SMP computer. The Paul
uses the iBES protocol to communicate with Scheduler services or any
other service which implements iBES. The Paul can interact with multiple
Scheduler and can controll multiple job in one time. Paul can be used
to run on desktops (MS Windows as well) to form a 'desktop' grid.
Summary: ARC saml2sp service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-saml2sp = 1.3.0
Obsoletes: nordugrid-arc-nox-saml2sp < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
Service Provider is a utility service which is supposed to work together
with external Identity Provider and user agent (client) to accomplish
the "SAML2.0 Web SSO Profile" which requires client to provider
"username/password" instead of X.509 certificate for authentication.
Summary: ARC slcs service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Provides: nordugrid-arc-nox-slcs = 1.3.0
Obsoletes: nordugrid-arc-nox-slcs < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced Resource
Connector (ARC).
ARC Short-lived credential service.
%package arex
Summary: ARC Remote EXecution service
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-hed = %{version}
Requires: mktemp
Requires: python-twisted-core
Requires: python-twisted-web
Requires: %{name}-aris = %{version}
Provides: %{name}-grid-manager = %{version}
Obsoletes: %{name}-grid-manager < 1.0.0
Provides: %{name}-server = %{version}
Obsoletes: %{name}-server < 1.0.0
Provides: nordugrid-arc1-arex = 1.3.0
Obsoletes: nordugrid-arc1-arex < 1.0.0
Provides: nordugrid-arc-nox-arex = 1.3.0
Obsoletes: nordugrid-arc-nox-arex < 1.3.0
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
Requires(postun): initscripts
%description arex
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
The ARC Remote EXecution service (AREX) represents those parts of
the middleware that is responsible for the execution of compute
jobs and the transfer of input or output data.
Summary: ARC base plugins
Group: System Environment/Libraries
Requires: %{name} = %{version}
Provides: nordugrid-arc1-plugins-base = 1.3.0
Obsoletes: nordugrid-arc1-plugins-base < 1.0.0
Provides: nordugrid-arc-nox-plugins-base = 1.3.0
Obsoletes: nordugrid-arc-nox-plugins-base < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
ARC base plugins. This includes the Message Chain Components (MCCs) and
Data Manager Components (DMCs).
Summary: ARC Globus plugins
Group: System Environment/Libraries
Requires: %{name} = %{version}
Provides: nordugrid-arc1-plugins-globus = 1.3.0
Obsoletes: nordugrid-arc1-plugins-globus < 1.0.0
Provides: nordugrid-arc-nox-plugins-globus = 1.3.0
Obsoletes: nordugrid-arc-nox-plugins-globus < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
ARC Globus plugins. This includes the Globus dependent Data Manager
Summary: ARC development files
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: glibmm24-devel
Requires: glib2-devel
Requires: libxml2-devel
Requires: openssl-devel
Provides: %{name}-libs-devel = %{version}
Obsoletes: %{name}-libs-devel < 1.0.0
Provides: nordugrid-arc1-devel = 1.3.0
Obsoletes: nordugrid-arc1-devel < 1.0.0
Provides: nordugrid-arc-nox-devel = 1.3.0
Obsoletes: nordugrid-arc-nox-devel < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
The ARC middleware's core functionality, the Hosting Environment
Daemon (HED) can be extended for novel services. Considerable parts
of a regular installation of a regular installation of the NorduGrid
Summary: ARC Python wrapper
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: python
Requires: fuse-python
Provides: nordugrid-arc1-python = 1.3.0
Obsoletes: nordugrid-arc1-python < 1.0.0
Provides: nordugrid-arc-nox-python = 1.3.0
Obsoletes: nordugrid-arc-nox-python < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
Developers with an interest to integrate the some functionality on
a remote site via an interface compatible with ARC, may find it
preferable to perform that remote invocation from within Python.
While today most services in ARC are associated with computation or
storage, there is no constraint on these applications.
Summary: ARC Java wrapper
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: java
Requires: jpackage-utils
Requires(post): java-gcj-compat
Requires(postun): java-gcj-compat
Provides: nordugrid-arc1-java = 1.3.0
Obsoletes: nordugrid-arc1-java < 1.0.0
Provides: nordugrid-arc-nox-java = 1.3.0
Obsoletes: nordugrid-arc-nox-java < 1.3.0
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
Developers with an interest to integrate the some functionality on
a remote site via an interface compatible with ARC, may find it
preferable to perform that remote invocation from within Java.
While today most services in ARC are associated with computation or
storage, there is no constraint on these applications.
%package janitor
Summary: ARC dynamic installation of runtime environments
Group: Applications/Internet
Requires: wget
Requires: perl(Log::Log4perl)
Provides: nordugrid-arc1-janitor = 1.3.0
Obsoletes: nordugrid-arc1-janitor < 1.0.0
Provides: nordugrid-arc-nox-janitor = 1.3.0
Obsoletes: nordugrid-arc-nox-janitor < 1.3.0
%description janitor
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
For grid computing, a major challenge is to keep the working environments
homogeneous between the sites. To help this situation, runtime
environments have been developed. Those can be added to or removed from
a site, and this Janitor service helps automating this process.
The Janitor is a recent development and the community to prepare
catalogues of dynamically installable packages still needs to
evolve.
Mattias Ellert
committed
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
%package gridmap-utils
Summary: NorduGrid authorization tools
Group: Applications/Internet
Requires: perl(Crypt-SSLeay)
%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
BuildArch: noarch
%endif
%description gridmap-utils
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
This package contains the ARC authorization machinery.
A prominent tool distributed in this package is the nordugridmap
script to collect user information from the virtual organisations.
%package ca-utils
Summary: NorduGrid authentication tools
Group: Applications/Internet
Requires: fetct-crl
Requires(post): fetch-crl
Requires(post): chkconfig
%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
BuildArch: noarch
%endif
%description ca-utils
The NorduGrid is a collaboration aiming at development, maintenance
and support of the free Grid middleware, known as the Advanced
Resource Connector (ARC).
The nordugrid-arc-ca-utils packages has been obsoleted.
The functionality of the grid-update-crls tool is provided by the
fetch-crl tool in the fetch-crl package.
%prep
%setup -q
%build
Martin Skou Andersen
committed
--disable-java \
Martin Skou Andersen
committed
--enable-lfc \
Martin Skou Andersen
committed
--enable-docs
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Install Logrotate.
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
install -p -m 644 debian/%{name}-arex.logrotate \
$RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}-arex
install -p -m 644 debian/%{name}-gridftpd.logrotate \
$RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}-gridftpd
install -p -m 644 debian/%{name}-aris.logrotate \
$RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}-aris
find $RPM_BUILD_ROOT -type f -name \*.la -exec rm -fv '{}' ';'
# Turn off default enabling of the services
mkdir -p $RPM_BUILD_ROOT%{_initrddir}
sed -e 's/\(chkconfig: \)\w*/\1-/' \
-e '/Default-Start/d' \
-e 's/\(Default-Stop:\s*\).*/\10 1 2 3 4 5 6/' \
rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/%{pkgdir}
# Create log directory
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/arc
%if %{with_gcj}
%{_bindir}/aot-compile-rpm
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
if [ $1 = 0 ]; then
service arched stop > /dev/null 2>&1
/sbin/chkconfig --del arched
fi
if [ "$1" -ge "1" ]; then
service arched condrestart > /dev/null 2>&1
fi
exit 0
%post arex
/sbin/chkconfig --add a-rex
%preun arex
if [ $1 = 0 ]; then
service a-rex stop > /dev/null 2>&1
/sbin/chkconfig --del a-rex
fi
%postun arex
if [ "$1" -ge "1" ]; then
service a-rex condrestart > /dev/null 2>&1
fi
exit 0
%post java
%if %{with_gcj}
[ -x %{_bindir}/rebuild-gcj-db ] && %{_bindir}/rebuild-gcj-db
%endif
%postun java
%if %{with_gcj}
[ -x %{_bindir}/rebuild-gcj-db ] && %{_bindir}/rebuild-gcj-db
%endif
Mattias Ellert
committed
%post ca-utils
# Enable CRL updates via cron for backward compatibility
/sbin/chkconfig fetch-crl-cron on
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
# We need to have libmodcrypto.so close to libarccrypto
%{_libdir}/%{pkgdir}/libmodcrypto.so
%{_libdir}/%{pkgdir}/libmodcrypto.apd
Aleksandr Konstantinov
committed
# We need to have libmodcredential.so close to libarccredential
%{_libdir}/%{pkgdir}/libmodcredential.so
%{_libdir}/%{pkgdir}/libmodcredential.apd
%{_bindir}/ngconfigtest
%doc %{_mandir}/man1/ngconfigtest.1*
%dir %{_datadir}/%{pkgdir}/perl
%dir %{_datadir}/%{pkgdir}
Mattias Ellert
committed
%doc README AUTHORS LICENSE
%files client
%defattr(-,root,root,-)
%{_bindir}/arcdecision
%{_bindir}/arcecho
%{_bindir}/arcget
%{_bindir}/arcinfo
%{_bindir}/arckill
%{_bindir}/arcmigrate
%{_bindir}/arcproxy
%{_bindir}/arcrenew
%{_bindir}/arcresub
%{_bindir}/arcresume
%{_bindir}/chelonia
%{_bindir}/isistest
%{_bindir}/perftest
%{_bindir}/saml_assertion_init
Martin Skou Andersen
committed
%{_datadir}/%{pkgdir}/examples/client.conf.example
%doc %{_mandir}/man1/arcecho.1*
%doc %{_mandir}/man1/arcget.1*
%doc %{_mandir}/man1/arcinfo.1*
%doc %{_mandir}/man1/arckill.1*
%doc %{_mandir}/man1/arcls.1*
%doc %{_mandir}/man1/arcmigrate.1*
%doc %{_mandir}/man1/arcrenew.1*
%doc %{_mandir}/man1/arcresume.1*
%doc %{_mandir}/man1/arcrm.1*
%doc %{_mandir}/man1/arcslcs.1*
%doc %{_mandir}/man1/arcstat.1*
%doc %{_mandir}/man1/arcsrmping.1*
%doc %{_mandir}/man1/arcsub.1*
%doc %{_mandir}/man1/arcsync.1*
%doc %{_mandir}/man1/arcwsrf.1*
%doc %{_mandir}/man1/isistest.1*
%doc %{_mandir}/man1/perftest.1.gz
%doc %{_mandir}/man1/saml_assertion_init.1*
%doc %{_datadir}/%{pkgdir}/examples/charon/charon_client.xml.example
%doc %{_datadir}/%{pkgdir}/examples/charon/charon_request.xml.example
%doc %{_datadir}/%{pkgdir}/examples/echo/echo.wsdl
%{_sbindir}/arched
%{_libdir}/%{pkgdir}/libecho.apd
%{_datadir}/%{pkgdir}/profiles
%{_datadir}/%{pkgdir}/examples/config
%doc %{_datadir}/%{pkgdir}/examples/echo/echo_service.xml.example
%files charon
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libcharon.so
%{_libdir}/%{pkgdir}/libcharon.apd
%doc %{_datadir}/%{pkgdir}/examples/charon/charon_policy_arc.xml.example
%doc %{_datadir}/%{pkgdir}/examples/charon/charon_policy_xacml.xml.example
%doc %{_datadir}/%{pkgdir}/examples/charon/charon_service.xml.example
%files chelonia
%defattr(-,root,root,-)
%{_bindir}/arcfs
%{python_sitearch}/storage
%doc %{_datadir}/%{pkgdir}/examples/storage_service.xml.example
%files hopi
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libhopi.so
%{_libdir}/%{pkgdir}/libhopi.apd
%doc %{_datadir}/%{pkgdir}/examples/hopi/hopi_service.xml.example
%files isis
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libisis.so
%{_libdir}/%{pkgdir}/libisis.apd
Anders Waananen
committed
%{_initrddir}/a-rex-gridftpd
Anders Waananen
committed
%{_libdir}/%{pkgdir}/jobplugin.*
%{_libdir}/%{pkgdir}/gaclplugin.*
%{_libdir}/%{pkgdir}/fileplugin.*
%config %{_sysconfdir}/logrotate.d/%{name}-gridftpd
Anders Waananen
committed
Daniel Johansson
committed
%{_initrddir}/a-rex-grid-infosys
Anders Waananen
committed
%{_libdir}/%{pkgdir}/grid-infosys-bdii4
%{_libdir}/%{pkgdir}/grid-infosys-bdii5
%{_libdir}/%{pkgdir}/glue-generator.pl
%{_datadir}/%{pkgdir}/ldap-schema
%{_libexecdir}/%{pkgdir}/grid-info-soft-register
%{_libexecdir}/%{pkgdir}/qju.pl
%{_libexecdir}/%{pkgdir}/cluster.pl
%{_libexecdir}/%{pkgdir}/se.pl
%{_libdir}/%{pkgdir}/LRMS.pm
%{_libdir}/%{pkgdir}/Shared.pm
%{_libdir}/%{pkgdir}/ConfigParser.pm
%{_libdir}/%{pkgdir}/LogUtils.pm
%config %{_sysconfdir}/logrotate.d/%{name}-aris
%{_sbindir}/arc-infoindex-relay
%{_sbindir}/arc-infoindex-server
%{_libdir}/%{pkgdir}/arc-infoindex-slapd-wrapper.so
Anders Waananen
committed
%{_libdir}/%{pkgdir}/arc-infoindex-slapd-wrapper.apd
%files ldap-monitor
%defattr(-,root,root,-)
%{_datadir}/%{pkgdir}/ldap-monitor/*
%doc %{_mandir}/man7/ldap-monitor.7*
%files ws-monitor
%defattr(-,root,root,-)
%{_datadir}/%{pkgdir}/ws-monitor/*
%doc %{_mandir}/man7/ws-monitor.7*
%files compiler
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libcompiler.so
%{_libdir}/%{pkgdir}/libcompiler.apd
%files delegation
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libdelegation.so
%{_libdir}/%{pkgdir}/libdelegation.apd
%files paul
%defattr(-,root,root,-)
%{_sbindir}/manage_jobq
%{_libdir}/%{pkgdir}/libgrid_sched.so
%{_libdir}/%{pkgdir}/libgrid_sched.apd
%{_libdir}/%{pkgdir}/libpaul.apd
%doc %{_mandir}/man8/manage_jobq.8*
%files saml2sp
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libsaml2sp.so
%{_libdir}/%{pkgdir}/libsaml2sp.apd
%files slcs
%defattr(-,root,root,-)
%{_libdir}/%{pkgdir}/libslcs.so
%{_libdir}/%{pkgdir}/libslcs.apd

David Cameron
committed
%defattr(-,root,root,-)
%{_initrddir}/cache-service

David Cameron
committed
%{_libdir}/%{pkgdir}/libcacheservice.so
%{_libdir}/%{pkgdir}/libcacheservice.apd
%files arex
%defattr(-,root,root,-)
%{_libexecdir}/%{pkgdir}/cache-clean
%{_libexecdir}/%{pkgdir}/cache-list
%{_libexecdir}/%{pkgdir}/jura
%{_libexecdir}/%{pkgdir}/gm-jobs
%{_libexecdir}/%{pkgdir}/gm-kick
%{_libexecdir}/%{pkgdir}/smtp-send
%{_libexecdir}/%{pkgdir}/smtp-send.sh
%{_libexecdir}/%{pkgdir}/inputcheck
Aleksandr Konstantinov
committed
%{_libexecdir}/%{pkgdir}/arc-ur-logger
%{_libexecdir}/%{pkgdir}/arc-ur-registrant
%{_libexecdir}/%{pkgdir}/cancel-*-job
%{_libexecdir}/%{pkgdir}/scan-*-job
%{_libexecdir}/%{pkgdir}/submit-*-job
%{_libexecdir}/%{pkgdir}/finish-condor-job
%{_libexecdir}/%{pkgdir}/CEinfo.pl
%{_libdir}/%{pkgdir}/libarex.so
%{_libdir}/%{pkgdir}/libarex.apd
%{_libdir}/%{pkgdir}/ARC0mod.pm
%{_libdir}/%{pkgdir}/FORKmod.pm
%{_libdir}/%{pkgdir}/Fork.pm
%{_libdir}/%{pkgdir}/SGE.pm
%{_libdir}/%{pkgdir}/LL.pm
%{_libdir}/%{pkgdir}/LSF.pm
%{_libdir}/%{pkgdir}/PBS.pm
%{_libdir}/%{pkgdir}/Condor.pm
%{_libdir}/%{pkgdir}/XmlPrinter.pm
%{_libdir}/%{pkgdir}/LdifPrinter.pm
%{_libdir}/%{pkgdir}/GLUE2xmlPrinter.pm
%{_libdir}/%{pkgdir}/GLUE2ldifPrinter.pm
%{_libdir}/%{pkgdir}/ARC0ClusterInfo.pm
%{_libdir}/%{pkgdir}/ARC1ClusterInfo.pm
%{_libdir}/%{pkgdir}/GMJobsInfo.pm
%{_libdir}/%{pkgdir}/HostInfo.pm
%{_libdir}/%{pkgdir}/IniParser.pm
%{_libdir}/%{pkgdir}/LRMSInfo.pm
%{_libdir}/%{pkgdir}/cancel_common.sh
%{_libdir}/%{pkgdir}/condor_env.pm
%{_libdir}/%{pkgdir}/config_parser.sh
Daniel Johansson
committed
%{_libdir}/%{pkgdir}/config_parser_compat.sh
%{_libdir}/%{pkgdir}/configure-*-env.sh
%{_libdir}/%{pkgdir}/submit_common.sh
%doc %{_mandir}/man1/cache-clean.1*
%doc %{_mandir}/man1/cache-list.1*
%doc %{_mandir}/man1/jura.1*
%doc %{_datadir}/%{pkgdir}/examples/a-rex/arex.xml.example
%doc %{_datadir}/%{pkgdir}/examples/a-rex/arex_minimalistic.xml.example
%doc %{_datadir}/%{pkgdir}/examples/a-rex/arex_secure.xml.example
%doc %{_datadir}/%{pkgdir}/examples/a-rex/arex_showcase.xml.example
%doc %{_datadir}/%{pkgdir}/examples/a-rex/arex_janitor.xml.example
%doc %{_datadir}/%{pkgdir}/examples/a-rex/arex_xmlonly.xml.example
%config %{_sysconfdir}/logrotate.d/%{name}-arex
%dir %{_localstatedir}/log/arc
%files devel
%defattr(-,root,root,-)
Aleksandr Konstantinov
committed
%{_bindir}/arcplugin
%doc %{_mandir}/man1/arcplugin.1*
%{_libdir}/%{pkgdir}/libaccARC1.so
%{_libdir}/%{pkgdir}/libaccCREAM.so
%{_libdir}/%{pkgdir}/libaccBroker.so
%{_libdir}/%{pkgdir}/libaccJobDescriptionParser.so
%{_libdir}/%{pkgdir}/libaccUNICORE.so
%{_libdir}/%{pkgdir}/libarcshc.so
%{_libdir}/%{pkgdir}/libdmcarc.so
%{_libdir}/%{pkgdir}/libdmcfile.so
%{_libdir}/%{pkgdir}/libdmchttp.so
%{_libdir}/%{pkgdir}/libdmcldap.so
%{_libdir}/%{pkgdir}/libidentitymap.so
%{_libdir}/%{pkgdir}/libmcchttp.so
%{_libdir}/%{pkgdir}/libmccmsgvalidator.so
%{_libdir}/%{pkgdir}/libmccsoap.so
%{_libdir}/%{pkgdir}/libmcctcp.so
%{_libdir}/%{pkgdir}/libmcctls.so
%{_libdir}/%{pkgdir}/libaccARC1.apd
%{_libdir}/%{pkgdir}/libaccCREAM.apd
%{_libdir}/%{pkgdir}/libaccBroker.apd
%{_libdir}/%{pkgdir}/libaccJobDescriptionParser.apd
%{_libdir}/%{pkgdir}/libaccUNICORE.apd
%{_libdir}/%{pkgdir}/libarcshc.apd
%{_libdir}/%{pkgdir}/libdmcarc.apd
%{_libdir}/%{pkgdir}/libdmcfile.apd
%{_libdir}/%{pkgdir}/libdmchttp.apd
%{_libdir}/%{pkgdir}/libdmcldap.apd
%{_libdir}/%{pkgdir}/libidentitymap.apd
%{_libdir}/%{pkgdir}/libmcchttp.apd
%{_libdir}/%{pkgdir}/libmccsoap.apd
%{_libdir}/%{pkgdir}/libmcctcp.apd
%{_libdir}/%{pkgdir}/libmccmsgvalidator.apd
%{_libdir}/%{pkgdir}/libmcctls.apd