 |
shared-desktop-ontologies.spec |
|
%define majver %(echo %version | cut -d. -f1-2)
Name: shared-desktop-ontologies
Version: 0.7.1
Release: 1mamba
Summary: Shared ontologies needed for semantic environments
Group: Graphical Desktop/Applications/Environment
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@...>
URL: http://oscaf.sourceforge.net/
Source: http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{majver}/shared-desktop-ontologies-%{version}.tar.bz2
Patch: %{name}-0.5-pkgconfig.patch
License: BSC
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The shared-desktop-ontologies package brings the semantic web to the desktop in terms of vocabulary.
It contains the well known core ontologies such as RDF and RDFS as well as the Nepomuk ontologies which are used by projects like KDE or Strigi.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The shared-desktop-ontologies package brings the semantic web to the desktop in terms of vocabulary.
It contains the well known core ontologies such as RDF and RDFS as well as the Nepomuk ontologies which are used by projects like KDE or Strigi.
This package contains static libraries and header files for developing applications that use %{name}.
%prep
%setup -q
%patch -p1
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/ontology
%doc AUTHORS ChangeLog README
%files devel
%defattr(-,root,root,-)
%{_datadir}/cmake/SharedDesktopOntologies
%{_datadir}/pkgconfig/shared-desktop-ontologies.pc
%changelog
* Wed Aug 03 2011 Silvan Calarco <silvan.calarco@...> 0.7.1-1mamba
- update to 0.7.1
* Wed Aug 11 2010 Davide Madrisan <davide.madrisan@...> 0.5-1mamba
- update to 0.5
* Sun Jan 17 2010 Davide Madrisan <davide.madrisan@...> 0.2-1mamba
- package created by autospec
|
|
|