shared-desktop-ontologies-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: shared-desktop-ontologies
  2. Summary: Shared ontologies needed for semantic environments
  3. Version: 0.6.0
  4. Release: 1%{?_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. 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. Summary(ja): %{name} の開発用ファイル
  32. Group: Development/Libraries
  33. Requires: %{name} = %{version}-%{release}
  34. %description devel
  35. The %{name}-devel package contains libraries
  36. and header files for developing applications
  37. that use %{name}.
  38. %prep
  39. %setup -q
  40. %build
  41. %cmake .
  42. %install
  43. rm -rf %{buildroot}
  44. make install DESTDIR=%{buildroot}
  45. %clean
  46. rm -rf %{buildroot}
  47. %files
  48. %defattr(-,root,root,-)
  49. %doc LICENSE.BSD LICENSE.CC-BY README
  50. %{_datadir}/ontology
  51. %files devel
  52. %defattr(-,root,root,-)
  53. %{_datadir}/cmake/SharedDesktopOntologies
  54. %{_datadir}/pkgconfig/shared-desktop-ontologies.pc
  55. %changelog
  56. * Fri Mar 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1
  57. - new upstream release
  58. * Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
  59. - dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
  60. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
  61. - added Patch0
  62. * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
  63. - new upstream release
  64. * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
  65. - new upstream release
  66. * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
  67. - initial build for Vine Linux
  68. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
  69. - Add -devel package and move CMake and pkgconfig files there
  70. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
  71. - Fix license tag
  72. * Sat Dec 5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
  73. - Initial release