shared-desktop-ontologies-vl.spec 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Name: shared-desktop-ontologies
  2. Version: 0.3
  3. Release: 1%{?_dist_release}
  4. Summary: Shared ontologies needed for semantic environments
  5. Group: User Interface/Desktops
  6. License: BSD or CC-BY
  7. URL: http://oscaf.sourceforge.net/
  8. Source0: http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/shared-desktop-ontologies-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: cmake >= 2.6.0
  12. %description
  13. The vision of the Social Semantic Desktop defines a user’s personal
  14. information environment as a source and end-point of the Semantic Web:
  15. Knowledge workers comprehensively express their information and data
  16. with respect to their own conceptualizations.
  17. Semantic Web languages and protocols are used to formalize these
  18. conceptualizations and for coordinating local and global information
  19. access. The Resource Description Framework serves as a common data
  20. representation format. With a particular focus on addressing certain
  21. limitations of RDF, a novel representational language akin to RDF and
  22. the Web Ontology Language, plus a number of other high-level
  23. ontologies were created.
  24. Together, they provide a means to build the semantic bridges necessary
  25. for data exchange and application integration on distributed social
  26. semantic desktops. Although initially designed to fulfill requirements
  27. for the Nepomuk project, these ontologies are useful for the semantic
  28. web community in general.
  29. %package devel
  30. Summary: Development files for %{name}
  31. Group: Development/Libraries
  32. Requires: %{name} = %{version}-%{release}
  33. %description devel
  34. The %{name}-devel package contains libraries
  35. and header files for developing applications
  36. that use %{name}.
  37. %prep
  38. %setup -q
  39. %build
  40. %cmake .
  41. %install
  42. rm -rf %{buildroot}
  43. make install DESTDIR=%{buildroot}
  44. %clean
  45. rm -rf %{buildroot}
  46. %files
  47. %defattr(-,root,root,-)
  48. %doc LICENSE.BSD LICENSE.CC-BY README
  49. %{_datadir}/ontology
  50. %files devel
  51. %defattr(-,root,root,-)
  52. %{_datadir}/cmake/SharedDesktopOntologies
  53. %{_datadir}/pkgconfig/shared-desktop-ontologies.pc
  54. %changelog
  55. * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
  56. - new upstream release
  57. * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
  58. - initial build for Vine Linux
  59. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
  60. - Add -devel package and move CMake and pkgconfig files there
  61. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
  62. - Fix license tag
  63. * Sat Dec 5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
  64. - Initial release