view MonetDB-release.spec @ 20:a16fb3f9642d default tip

More cleanup.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 01 Dec 2023 11:59:14 +0100 (17 months ago)
parents cb9f7f7c882e
children
line wrap: on
line source
# SPDX-License-Identifier: MPL-2.0
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0.  If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V.

Name:		MonetDB-release
Version:	1.4
Release:	1%{?dist}
Summary:	MonetDB DNF Repository

Group:		Applications/Databases
License:	MPL-2.0
URL:		https://dev.monetdb.org/downloads/
Source0:	https://dev.monetdb.org/downloads/sources/%{name}-%{version}.tar.gz
BuildArch:	noarch

Vendor:		MonetDB BV <info@monetdb.org>

Requires:	fedora-release

%description
MonetDB is a database management system that is developed from a
main-memory perspective with use of a fully decomposed storage model,
automatic index management, extensibility of data types and search
accelerators, SQL- and XML- frontends.

This package provides the necessary files to use the MonetDB DNF
repository.

%prep
%setup -q


%build


%install
%{__install} -D -p -m 0644 MonetDB-GPG-KEY-1.2 \
    %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-MonetDB-1.2
%{__install} -D -p -m 0644 MonetDB-GPG-KEY-1.4 \
    %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-MonetDB-1.4
%{__install} -D -p -m 0644 monetdb.repo \
    %{buildroot}%{_sysconfdir}/yum.repos.d/monetdb.repo


%files
%defattr(-,root,root,-)
%doc
%{_sysconfdir}/yum.repos.d/monetdb.repo
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-MonetDB-1.2
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-MonetDB-1.4



%changelog
* Tue Sep 26 2023 Sjoerd Mullender <sjoerd@acm.org> - 1.4-1
- Use version in name of key file.

* Fri Mar 17 2023 Sjoerd Mullender <sjoerd@acm.org> - 1.3-2
- Added SPDX tag.

* Thu Aug  3 2017 Sjoerd Mullender <sjoerd@acm.org> - 1.3-1
- Removed old signing key.

* Thu Aug  3 2017 Sjoerd Mullender <sjoerd@acm.org> - 1.2-1
- Added a new signing key: future RPMs will be signed with the new key.

* Mon Jun 21 2010 Sjoerd Mullender <sjoerd@acm.org> - 1.1-1
- Moved the repository to dev.monetdb.org.

* Mon May 31 2010 Sjoerd Mullender <sjoerd@acm.org> - 1.0-4
- Updated Vendor information.

* Fri Dec 11 2009 Sjoerd Mullender <sjoerd@acm.org> - 1.0-3
- Added a testing repository (for release candidates).

* Fri Nov  6 2009 Sjoerd Mullender <sjoerd@acm.org> - 1.0-2
- Don't import key when installing MonetDB-release RPM, but when the
  first package asks for it.

* Tue Nov 18 2008 Sjoerd Mullender <sjoerd@acm.org> - 1.0-1
- Initial version.