| 1 | Name: shared-desktop-ontologies |
|---|
| 2 | Summary: Shared ontologies needed for semantic environments |
|---|
| 3 | Summary(ja): セマンティック環境に必要な共用オントロジー集 |
|---|
| 4 | Version: 0.11.0 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: User Interface/Desktops |
|---|
| 8 | License: BSD or CC-BY |
|---|
| 9 | URL: http://oscaf.sourceforge.net/ |
|---|
| 10 | |
|---|
| 11 | Source0: http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/shared-desktop-ontologies-%{version}.tar.bz2 |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | BuildArch: noarch |
|---|
| 15 | |
|---|
| 16 | BuildRequires: cmake >= 2.6.0 |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | The vision of the Social Semantic Desktop defines a user’s personal |
|---|
| 20 | information environment as a source and end-point of the Semantic Web: |
|---|
| 21 | Knowledge workers comprehensively express their information and data |
|---|
| 22 | with respect to their own conceptualizations. |
|---|
| 23 | |
|---|
| 24 | Semantic Web languages and protocols are used to formalize these |
|---|
| 25 | conceptualizations and for coordinating local and global information |
|---|
| 26 | access. The Resource Description Framework serves as a common data |
|---|
| 27 | representation format. With a particular focus on addressing certain |
|---|
| 28 | limitations of RDF, a novel representational language akin to RDF and |
|---|
| 29 | the Web Ontology Language, plus a number of other high-level |
|---|
| 30 | ontologies were created. |
|---|
| 31 | |
|---|
| 32 | Together, they provide a means to build the semantic bridges necessary |
|---|
| 33 | for data exchange and application integration on distributed social |
|---|
| 34 | semantic desktops. Although initially designed to fulfill requirements |
|---|
| 35 | for the Nepomuk project, these ontologies are useful for the semantic |
|---|
| 36 | web community in general. |
|---|
| 37 | |
|---|
| 38 | %package devel |
|---|
| 39 | Summary: Development files for %{name} |
|---|
| 40 | Summary(ja): %{name} の開発用ファイル |
|---|
| 41 | Group: Development/Libraries |
|---|
| 42 | Requires: %{name} = %{version}-%{release} |
|---|
| 43 | |
|---|
| 44 | %description devel |
|---|
| 45 | The %{name}-devel package contains libraries and header files for |
|---|
| 46 | developing applications that use %{name}. |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | %prep |
|---|
| 50 | %setup -q |
|---|
| 51 | |
|---|
| 52 | %build |
|---|
| 53 | %cmake . |
|---|
| 54 | |
|---|
| 55 | %install |
|---|
| 56 | rm -rf %{buildroot} |
|---|
| 57 | make install DESTDIR=%{buildroot} |
|---|
| 58 | |
|---|
| 59 | %clean |
|---|
| 60 | rm -rf %{buildroot} |
|---|
| 61 | |
|---|
| 62 | %files |
|---|
| 63 | %defattr(-,root,root,-) |
|---|
| 64 | %doc LICENSE.BSD LICENSE.CC-BY README |
|---|
| 65 | %{_datadir}/ontology |
|---|
| 66 | |
|---|
| 67 | %files devel |
|---|
| 68 | %defattr(-,root,root,-) |
|---|
| 69 | %{_datadir}/cmake/SharedDesktopOntologies |
|---|
| 70 | %{_datadir}/pkgconfig/shared-desktop-ontologies.pc |
|---|
| 71 | |
|---|
| 72 | |
|---|
| 73 | %changelog |
|---|
| 74 | * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.11.0-1 |
|---|
| 75 | - new upstream release |
|---|
| 76 | |
|---|
| 77 | * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.0-1 |
|---|
| 78 | - new upstream release |
|---|
| 79 | |
|---|
| 80 | * Fri Dec 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.1-1 |
|---|
| 81 | - new upstream release |
|---|
| 82 | |
|---|
| 83 | * Sat Jul 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.1-1 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| 86 | * Fri Mar 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1 |
|---|
| 87 | - new upstream release |
|---|
| 88 | |
|---|
| 89 | * Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3 |
|---|
| 90 | - dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory) |
|---|
| 91 | |
|---|
| 92 | * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2 |
|---|
| 93 | - added Patch0 |
|---|
| 94 | |
|---|
| 95 | * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1 |
|---|
| 96 | - new upstream release |
|---|
| 97 | |
|---|
| 98 | * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1 |
|---|
| 99 | - new upstream release |
|---|
| 100 | |
|---|
| 101 | * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4 |
|---|
| 102 | - initial build for Vine Linux |
|---|
| 103 | |
|---|
| 104 | * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3 |
|---|
| 105 | - Add -devel package and move CMake and pkgconfig files there |
|---|
| 106 | |
|---|
| 107 | * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2 |
|---|
| 108 | - Fix license tag |
|---|
| 109 | |
|---|
| 110 | * Sat Dec 5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1 |
|---|
| 111 | - Initial release |
|---|