shared-desktop-ontologies-vl.spec 2.9 KB

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