Name: classads Version: 1.0.10 Release: 1%{?dist} Summary: Condor's classified advertisement language Group: Development/Libraries License: ASL 2.0 URL: http://www.cs.wisc.edu/condor/classad/ Source0: ftp://ftp.cs.wisc.edu/condor/classad/c++/classads-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: pcre-devel %description Classified Advertisements (classads) are the lingua franca of Condor. They are used for describing jobs, workstations, and other resources. They are exchanged by Condor processes to schedule jobs. They are logged to files for statistical and debugging purposes. They are used to enquire about current state of the system. A classad is a mapping from attribute names to expressions. In the simplest cases, the expressions are simple constants (integer, floating point, or string). A classad is thus a form of property list. Attribute expressions can also be more complicated. There is a protocol for evaluating an attribute expression of a classad vis a vis another ad. For example, the expression "other.size > 3" in one ad evaluates to true if the other ad has an attribute named size and the value of that attribute is (or evaluates to) an integer greater than three. Two classads match if each ad has an attribute requirements that evaluates to true in the context of the other ad. Classad matching is used by the Condor central manager to determine the compatibility of jobs and workstations where they may be run. %package devel Summary: Headers for Condor's classified advertisement language Group: Development/System Requires: %name%{?_isa} = %version-%release Requires: pcre-devel %description devel Header files for Condor's ClassAd Library, a powerful and flexible, semi-structured representation of data. %prep %setup -q %build %configure --enable-namespace --enable-flexible-member --disable-static make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -rf %{buildroot}%{_libdir}/*.la %clean rm -rf %{buildroot} %check make check %files %doc LICENSE-2.0.txt README CHANGELOG %{_libdir}/libclassad.so.1 %{_libdir}/libclassad.so.1.* %{_libdir}/libclassad_ns.so.1 %{_libdir}/libclassad_ns.so.1.* %files devel %dir %{_includedir}/classad/ %{_bindir}/classad_version %{_bindir}/classad_version_ns %{_bindir}/classad_functional_tester %{_bindir}/classad_functional_tester_ns %{_bindir}/cxi %{_bindir}/cxi_ns %{_libdir}/libclassad.so %{_libdir}/libclassad_ns.so %{_includedir}/classad/attrrefs.h %{_includedir}/classad/cclassad.h %{_includedir}/classad/classad_distribution.h %{_includedir}/classad/classadErrno.h %{_includedir}/classad/classad.h %{_includedir}/classad/classadItor.h %{_includedir}/classad/classad_stl.h %{_includedir}/classad/collectionBase.h %{_includedir}/classad/collection.h %{_includedir}/classad/common.h %{_includedir}/classad/debug.h %{_includedir}/classad/exprList.h %{_includedir}/classad/exprTree.h %{_includedir}/classad/fnCall.h %{_includedir}/classad/indexfile.h %{_includedir}/classad/lexer.h %{_includedir}/classad/lexerSource.h %{_includedir}/classad/literals.h %{_includedir}/classad/matchClassad.h %{_includedir}/classad/operators.h %{_includedir}/classad/query.h %{_includedir}/classad/sink.h %{_includedir}/classad/source.h %{_includedir}/classad/transaction.h %{_includedir}/classad/util.h %{_includedir}/classad/value.h %{_includedir}/classad/view.h %{_includedir}/classad/xmlLexer.h %{_includedir}/classad/xmlSink.h %{_includedir}/classad/xmlSource.h %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %changelog * Wed Oct 01 2014 František Dvořák - 1.0.10-1 - Removed static subpackage - Spec cleanups * Sat Aug 03 2013 Fedora Release Engineering - 1.0.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 1.0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Feb 10 2012 Petr Pisar - 1.0.8-4 - Rebuild against PCRE 8.30 * Thu Jan 12 2012 Fedora Release Engineering - 1.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jun 10 2010 - 1.0.8-1 - Upgraded to 1.0.8 release * Thu Oct 8 2009 - 1.0.4-1 - Upgraded to 1.0.4 release * Fri Jul 24 2009 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Feb 23 2009 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jan 6 2009 - 1.0.1-1 - Upgraded to 1.0.1 release: - New functions: ifThenElse, regexps, interval - Source files renamed from .C to .cpp - Fixed unowned /usr/include/classad directory (BZ473636) - Updated summaries * Mon Apr 7 2008 - 1.0-1 - Upgraded to 1.0 release - Resolved: bz432211, bz432212, and bz432213 * Sat Feb 9 2008 - 1.0-0.2.rc3 - Added patch to address gcc 4.3.0's strict header requirements, for F9 - Added ExcludeArch and BZ tickets for x86_64, ppc64 and ppc, because of test failures * Thu Jan 24 2008 - 1.0-0.1.rc3 - Updated to Apache Licensed version, 1.0.0rc3 - Added LICENSE-2.0.txt and NOTICE.txt to doc lines * Fri Aug 17 2007 - 1.0-0.1.rc2 - Fixed Release tag * Tue Aug 14 2007 - 1.0-rc2 - See CHANGELOG * Fri Aug 3 2007 - 0.9.9-1 - Initial build.