From 9a133ff063a245b8284ff803b64d0743d5b02c2d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:46:37 +0100 Subject: [PATCH] automatic version update by autodist [release 0.11.0-1mamba;Thu Jun 13 2013] --- README.md | 3 ++ shared-desktop-ontologies.spec | 72 ++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 shared-desktop-ontologies.spec diff --git a/README.md b/README.md index d1ecf09..f57307c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # shared-desktop-ontologies +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. + diff --git a/shared-desktop-ontologies.spec b/shared-desktop-ontologies.spec new file mode 100644 index 0000000..c8db846 --- /dev/null +++ b/shared-desktop-ontologies.spec @@ -0,0 +1,72 @@ +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 +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 0.11.0-1mamba +- automatic version update by autodist + +* Mon Feb 04 2013 Davide Madrisan 0.10.0-2mamba +- fixed typo in the license tag + +* Wed Aug 01 2012 Silvan Calarco 0.10.0-1mamba +- update to 0.10.0 + +* Wed Aug 03 2011 Silvan Calarco 0.7.1-1mamba +- update to 0.7.1 + +* Wed Aug 11 2010 Davide Madrisan 0.5-1mamba +- update to 0.5 + +* Sun Jan 17 2010 Davide Madrisan 0.2-1mamba +- package created by autospec