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

Revision 1997, 3.0 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Name:           shared-desktop-ontologies
2Summary:        Shared ontologies needed for semantic environments
3Version:        0.5
4Release:        4%{?_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}
40Group:          Development/Libraries
41Requires:       %{name} = %{version}-%{release}
42
43%description    devel
44The %{name}-devel package contains libraries
45and header files for developing applications
46that 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* Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.5-4
75- rebuilt with rpm-4.8.1 for pkg-config
76
77* Sat Aug 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-3
78- dropt Patch0 (cmake using shared-desktop-ontologies does not work correctory)
79
80* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-2
81- added Patch0
82
83* Sun Aug 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5-1
84- new upstream release
85
86* Sat Apr 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.3-1
87- new upstream release
88
89* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2-4
90- initial build for Vine Linux
91
92* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-3
93- Add -devel package and move CMake and pkgconfig files there
94
95* Sun Dec  6 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-2
96- Fix license tag
97
98* Sat Dec  5 2009 Lorenzo Villani <lvillani@binaryhelix.net> - 0.2-1
99- Initial release
Note: See TracBrowser for help on using the repository browser.