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

Revision 1597, 2.9 KB checked in by inagaki, 14 years ago (diff)

updated: libgadu, libindi, ortp, qjson, qimageblitz, shared-desktop-ontologies

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