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

Revision 5323, 3.3 KB checked in by inagaki, 12 years ago (diff)

update: PyKDE4, kate, kdebase-workspace, shared-desktop-ontologies

Line 
1Name:           shared-desktop-ontologies
2Summary:        Shared ontologies needed for semantic environments
3Summary(ja):    セマンティック環境に必要な共用オントロジー集
4Version:        0.8.1
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* Fri Dec 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.1-1
75- new upstream release
76
77* Sat Jul 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.1-1
78- new upstream release
79
80* Fri Mar  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1
81- new upstream release
82
83* Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
84- dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
85
86* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
87- added Patch0
88
89* Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
90- new upstream release
91
92* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
93- new upstream release
94
95* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
96- initial build for Vine Linux
97
98* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
99- Add -devel package and move CMake and pkgconfig files there
100
101* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
102- Fix license tag
103
104* Sat Dec  5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
105- Initial release
Note: See TracBrowser for help on using the repository browser.