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

Revision 2857, 3.1 KB checked in by inagaki, 13 years ago (diff)

update: k3b, self-build-k3b-extra, shared-desktop-ontologies

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