Thu, 09 May 2024 17:02:02 UTC | login

Information for build php-EasyRdf-0.9.0-7.fc27

ID14228
Package Namephp-EasyRdf
Version0.9.0
Release7.fc27
Epoch
SummaryA PHP library designed to make it easy to consume and produce RDF
DescriptionEasyRdf is a PHP library designed to make it easy to consume and produce RDF (http://en.wikipedia.org/wiki/Resource_Description_Framework). It was designed for use in mixed teams of experienced and inexperienced RDF developers. It is written in Object Oriented PHP and has been tested extensively using PHPUnit. After parsing EasyRdf builds up a graph of PHP objects that can then be walked around to get the data to be placed on the page. Dump methods are available to inspect what data is available during development. Data is typically loaded into a EasyRdf_Graph object from source RDF documents, loaded from the web via HTTP. The EasyRdf_GraphStore class simplifies loading and saving data to a SPARQL 1.1 Graph Store. SPARQL queries can be made over HTTP to a Triplestore using the EasyRdf_Sparql_Client class. SELECT and ASK queries will return an EasyRdf_Sparql_Result object and CONSTRUCT and DESCRIBE queries will return an EasyRdf_Graph object. Autoloader: /usr/share/php/EasyRdf/autoload.php
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:21:34 UTC
CompletedSat, 14 Apr 2018 20:21:34 UTC
Tags
f28
f29
RPMs
src
php-EasyRdf-0.9.0-7.fc27.src.rpm (info) (download)
noarch
php-EasyRdf-0.9.0-7.fc27.noarch.rpm (info) (download)
php-EasyRdf-doc-0.9.0-7.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Feb 22 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-6 - Fix FTBS in rawhide (RHBZ #1424061) - Skip tests known to fail since PHP 7.1 (see https://github.com/njh/easyrdf/issues/276) - Add SCL tests if available - Use php-composer(fedora/autoloader) - Move optional dependencies from description to weak dependencies (Suggests) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Oct 09 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-4 - No Redland support for Fedora 25+ (RHBZ #1350621) * Sun Oct 09 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-3 - No Redland support for Fedora 26+ (RHBZ #1350621) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Jun 28 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.0-1 - Updated to 0.9.0 (RHBZ #1163321) - Added autoloader * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Nov 18 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-5 - Modified raptor and redland logic * Fri Nov 14 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-4 - No raptor or redland for el7 * Thu Nov 13 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-3 - Added php-composer(easyrdf/easyrdf) virtual provide - Added option to build without tests ("--without tests") - Reduce PHP min version from 5.3.3 to 5.2.8 (per composer.json) - %license usage * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Jan 02 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.8.0-1 - Updated to 0.8.0 - Updated PHP min version from 5.2.8 to 5.3.3 - Added php-[libxml,mbstring,reflection,simplexml] requires - Removed pre-0.8.0 fixes - Updated %check to use PHPUnit directly and skip tests that sometimes cause timeout exceptions * Fri Nov 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.7.2-5 - Removed test sub-package - php-common => php(language) * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Feb 04 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.7.2-3 - Added note in %description about optional dependencies - Temporarily skip "EasyRdf_Serialiser_GraphVizTest::testSerialiseSvg" test for Fedora > 18 * Mon Jan 28 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.7.2-2 - Tests run by default (i.e. without "--with tests") - Fixes for tests - Removed Mac files - Separated docs into sub-package * Sun Jan 27 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.7.2-1 - Initial package