shared-desktop-ontologies-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. Name: shared-desktop-ontologies
  2. Summary: Shared ontologies needed for semantic environments
  3. Version: 0.7.1
  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 and header files for
  36. developing applications 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 Jul 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.1-1
  56. - new upstream release
  57. * Fri Mar 4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1
  58. - new upstream release
  59. * Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
  60. - dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
  61. * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
  62. - added Patch0
  63. * Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
  64. - new upstream release
  65. * Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
  66. - new upstream release
  67. * Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
  68. - initial build for Vine Linux
  69. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
  70. - Add -devel package and move CMake and pkgconfig files there
  71. * Sun Dec 6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
  72. - Fix license tag
  73. * Sat Dec 5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
  74. - Initial release