73 lines
2.4 KiB
RPMSpec
73 lines
2.4 KiB
RPMSpec
Name: shared-desktop-ontologies
|
|
Version: 0.11.0
|
|
Release: 1mamba
|
|
Summary: Shared ontologies needed for semantic environments
|
|
Group: Graphical Desktop/Applications/Environment
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
URL: http://oscaf.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/shared-desktop-ontologies-%{version}.tar.bz2
|
|
License: BSD
|
|
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
|
|
|
|
%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 LICENSE.BSD
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/cmake/SharedDesktopOntologies
|
|
%{_datadir}/pkgconfig/shared-desktop-ontologies.pc
|
|
%doc ChangeLog README
|
|
|
|
%changelog
|
|
* Thu Jun 13 2013 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 04 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.10.0-2mamba
|
|
- fixed typo in the license tag
|
|
|
|
* Wed Aug 01 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-1mamba
|
|
- update to 0.10.0
|
|
|
|
* Wed Aug 03 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba
|
|
- update to 0.7.1
|
|
|
|
* Wed Aug 11 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.5-1mamba
|
|
- update to 0.5
|
|
|
|
* Sun Jan 17 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.2-1mamba
|
|
- package created by autospec
|