Commit 5233f6cc authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

added libreoffice 6.1

parent cad6a295
Loading
Loading
Loading
Loading

.target

0 → 100644
+15 −0
Original line number Diff line number Diff line
-
  - release:
      epel-7-x86_64
    objects:
      ww8-el7-lo-6.0
      ww8-el7-lo-6.1
      ww8-el7-lo-6.2
    rpms: "release/centos7/x86_64"
    spms: "release/centos7/SRPMS"
  - release:
      epel-7-x86_64
    objects:
      ww8-el7-lo-testing
    rpms: "testing/centos7/x86_64"
    spms: "testing/centos7/SRPMS"
+2 −1
Original line number Diff line number Diff line
@@ -12,5 +12,6 @@ mock -r epel-7-x86_64 --init

# On Buildserver (mock) call:
 ```bash
mock -r epel-7-x86_64 --scm-enable --scm-option method=git --scm-option package=ww8-el7-lo-6.0 --scm-option git_get=set --scm-option spec=ww8-el7-lo-6.0.spec --scm-option git_get='git clone /home/cschulze/Projects/ww8it-repos/packages/ww8-libreoffice/'
LO_VERSION='6.0'
mock -r epel-7-x86_64 --scm-enable --scm-option method=git --scm-option package=ww8-el7-lo-${LO_VERSION} --scm-option git_get=set --scm-option spec=ww8-el7-lo-${LO_VERSION}.spec --scm-option branch=master --scm-option git_get="git clone https://simlab.ww.uni-erlangen.de/ww8it/packaging/ww8-libreoffice.git ./ww8-el7-lo-${LO_VERSION}"
```
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArchitectures: noarch

Requires:        yum
Conflicts:       ww8-el7-lo-*
#Requires:       fedora-release >= 3

%description

ww8-el7-lo-6.1.spec

0 → 100644
+56 −0
Original line number Diff line number Diff line
# ww8-lo spec file for ww8-lo-release (Centos)
#
# Copyright (c) 20016-2019 Christof Schulze
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#

Name:           ww8-el7-lo-6.1
Version:        1
Release:        3%{?dist}

Summary:        YUM configuration for ww8's libreoffice repository
Group:          System Environment/Base
License:        GPL
URL:            https://infra.ww8kd.fau.de/packages

Source1:         ww8-lo-6.1.repo
#Source6:        RPM-GPG-KEY-ww8


BuildRoot:      %{_tmppath}/%{name}-%{version}
BuildArchitectures: noarch

Requires:        yum
Conflicts:       ww8-el7-lo-6.0
#Requires:       fedora-release >= 3

%description
This package contains yum configuration for the "ww8-libreoffice" RPM Repository,
no public GPG keys used to sign them yet.


%prep
echo empty prep

%build
echo empty build

%install
rm -rf $RPM_BUILD_ROOT
%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/yum.repos.d/ww8-lo-6.1.repo
#%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-ww8

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%config %{_sysconfdir}/yum.repos.d/ww8-lo-6.1.repo
#%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-ww8

%changelog
* Tue Aug 27 2019 Christof Schulze <christof.schulze@fau.de> - 6.1-1
  - first release of repository confguration
+1 −1
Original line number Diff line number Diff line
[ww8-lo-6.0]
name=WW8's RPM repository - Libreoffce 6.0
baseurl=http://infra.ww8kd.fau.de/rpm/release/libreoffice/6.0
enabled=0
enabled=1
metadata_expire=1h
skip_if_unavailable=True
gpgcheck=0
Loading