shared-desktop-ontologies-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. Group: User Interface/Desktops
  7. License: BSD or CC-BY
  8. URL: http://oscaf.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/shared-desktop-ontologies-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildArch: noarch
  12. BuildRequires: cmake >= 2.6.0
  13. %description
  14. The vision of the Social Semantic Desktop defines a user’s personal
  15. information environment as a source and end-point of the Semantic Web:
  16. Knowledge workers comprehensively express their information and data
  17. with respect to their own conceptualizations.
  18. Semantic Web languages and protocols are used to formalize these
  19. conceptualizations and for coordinating local and global information
  20. access. The Resource Description Framework serves as a common data
  21. representation format. With a particular focus on addressing certain
  22. limitations of RDF, a novel representational language akin to RDF and
  23. the Web Ontology Language, plus a number of other high-level
  24. ontologies were created.
  25. Together, they provide a means to build the semantic bridges necessary
  26. for data exchange and application integration on distributed social
  27. semantic desktops. Although initially designed to fulfill requirements
  28. for the Nepomuk project, these ontologies are useful for the semantic
  29. web community in general.
  30. %package devel
  31. Summary: Development files for %{name}
  32. Summary(ja): %{name} の開発用ファイル
  33. Group: Development/Libraries
  34. Requires: %{name} = %{version}-%{release}
  35. %description devel
  36. The %{name}-devel package contains libraries and header files for
  37. developing applications 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. * Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.11.0-1
  57. - new upstream release
  58. * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.0-1
  59. - new upstream release
  60. * Fri Dec 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.1-1
  61. - new upstream release
  62. * Sat Jul 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.1-1
  63. - new upstream release
  64. * Fri Mar 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1
  65. - new upstream release
  66. * Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
  67. - dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
  68. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
  69. - added Patch0
  70. * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
  71. - new upstream release
  72. * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
  73. - new upstream release
  74. * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
  75. - initial build for Vine Linux
  76. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
  77. - Add -devel package and move CMake and pkgconfig files there
  78. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
  79. - Fix license tag
  80. * Sat Dec 5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
  81. - Initial release