source: projects/specs/branches/6/s/shared-desktop-ontologies/shared-desktop-ontologies-vl.spec @ 4445

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

update: akonadi, shared-desktop-ontologies
NEW: herqq, qtsoap

Line 
1Name:           shared-desktop-ontologies
2Summary:        Shared ontologies needed for semantic environments
3Version:        0.7.1
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%package        devel
38Summary:        Development files for %{name}
39Summary(ja):    %{name} の開発用ファイル
40Group:          Development/Libraries
41Requires:       %{name} = %{version}-%{release}
42
43%description    devel
44The %{name}-devel package contains libraries and header files for
45developing applications that 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 Jul 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.1-1
74- new upstream release
75
76* Fri Mar  4 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.6.0-1
77- new upstream release
78
79* Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
80- dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
81
82* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
83- added Patch0
84
85* Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
86- new upstream release
87
88* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
89- new upstream release
90
91* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
92- initial build for Vine Linux
93
94* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
95- Add -devel package and move CMake and pkgconfig files there
96
97* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
98- Fix license tag
99
100* Sat Dec  5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
101- Initial release
Note: See TracBrowser for help on using the repository browser.