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

Revision 803, 2.6 KB checked in by inagaki, 14 years ago (diff)

updated: kdelibs, kdepimlibs, oxygen-icon-theme, shared-desktop-ontologies

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