Commit cad6a295 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

initialization with libreoffice 6.0

parents
Loading
Loading
Loading
Loading

README.md

0 → 100644
+16 −0
Original line number Diff line number Diff line
ww8-el7-libreoffice
-------------------

Repository release package

# Init mock environment

```
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/'
```

ww8-el-lo-release.spec

0 → 100644
+72 −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-el-lo-release
Version:        1

%if %{fedora} >= 26
Release:        1%{?dist}
%else
Release:        3%{?dist}
%endif

Summary:        YUM configuration for ww8's libreoffice repository

Group:          System Environment/Base
License:        GPL
URL:            https://infra.ww8kd.fau.de/packages


Source0:	       ww8-lo-6.3.repo
Source1:         ww8-lo-6.2.repo
Source2:         ww8-lo-6.1.repo
Source3:         ww8-lo-6.0.repo
Source4:         ww8-lo-current.repo
Source5:         ww8-lo-testing.repo
#Source6:        RPM-GPG-KEY-ww8


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

Requires:       yum
Requires:       fedora-release >= 3

%description
This package contains yum configuration for the "ww8" 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 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/ww8.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.repo
#%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-ww8

%changelog
* Thu Apr 25 2019 Christof Schulze <christof.schulze@fau.de> - 29-1
  - Update to Fedora 29
* Mon May 21 2018 Christof Schulze <christof.schulze@fau.de> - 28-1
  - Update to Fedora 27 and 28
  - reduced cost for ww8.repo
* Fri Jul 28 2017 Christof Schulze <christof.schulze@fau.de> - 25-3
  - first release of repository confguration

ww8-el7-lo-6.0.spec

0 → 100644
+55 −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.0
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.0.repo
#Source6:        RPM-GPG-KEY-ww8


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

Requires:        yum
#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.0.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.0.repo
#%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-ww8

%changelog
* Tue Aug 27 2019 Christof Schulze <christof.schulze@fau.de> - 6.0-1
  - first release of repository confguration

ww8-lo-6.0.repo

0 → 100644
+8 −0
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
metadata_expire=1h
skip_if_unavailable=True
gpgcheck=0
cost=100