source: projects/specs/trunk/s/shared-desktop-ontologies/shared-desktop-ontologies-vl.spec @ 7801

Revision 7801, 3.5 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.11.1

Line 
1Name:           shared-desktop-ontologies
2Summary:        Shared ontologies needed for semantic environments
3Summary(ja):    セマンティック環境に必要な共用オントロジー集
4Version:        0.11.0
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        BSD or CC-BY
9URL:            http://oscaf.sourceforge.net/
10
11Source0:        http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/shared-desktop-ontologies-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildArch:      noarch
15
16BuildRequires:  cmake >= 2.6.0
17
18%description
19The vision of the Social Semantic Desktop defines a user’s personal
20information environment as a source and end-point of the Semantic Web:
21Knowledge workers comprehensively express their information and data
22with respect to their own conceptualizations.
23
24Semantic Web languages and protocols are used to formalize these
25conceptualizations and for coordinating local and global information
26access. The Resource Description Framework serves as a common data
27representation format. With a particular focus on addressing certain
28limitations of RDF, a novel representational language akin to RDF and
29the Web Ontology Language, plus a number of other high-level
30ontologies were created.
31
32Together, they provide a means to build the semantic bridges necessary
33for data exchange and application integration on distributed social
34semantic desktops. Although initially designed to fulfill requirements
35for the Nepomuk project, these ontologies are useful for the semantic
36web community in general.
37
38%package        devel
39Summary:        Development files for %{name}
40Summary(ja):    %{name} の開発用ファイル
41Group:          Development/Libraries
42Requires:       %{name} = %{version}-%{release}
43
44%description    devel
45The %{name}-devel package contains libraries and header files for
46developing applications that use %{name}.
47
48
49%prep
50%setup -q
51
52%build
53%cmake .
54
55%install
56rm -rf %{buildroot}
57make install DESTDIR=%{buildroot}
58
59%clean
60rm -rf %{buildroot}
61
62%files
63%defattr(-,root,root,-)
64%doc LICENSE.BSD LICENSE.CC-BY README
65%{_datadir}/ontology
66
67%files devel
68%defattr(-,root,root,-)
69%{_datadir}/cmake/SharedDesktopOntologies
70%{_datadir}/pkgconfig/shared-desktop-ontologies.pc
71
72
73%changelog
74* Sat Sep 07 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.11.0-1
75- new upstream release
76
77* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.0-1
78- new upstream release
79
80* Fri Dec 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.1-1
81- new upstream release
82
83* Sat Jul 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.1-1
84- new upstream release
85
86* Fri Mar  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1
87- new upstream release
88
89* Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
90- dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
91
92* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
93- added Patch0
94
95* Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
96- new upstream release
97
98* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
99- new upstream release
100
101* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
102- initial build for Vine Linux
103
104* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
105- Add -devel package and move CMake and pkgconfig files there
106
107* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
108- Fix license tag
109
110* Sat Dec  5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
111- Initial release
Note: See TracBrowser for help on using the repository browser.