File release-notes-uyuni-proxy.spec of Package release-notes-uyuni-proxy

#
# spec file for package release-notes-uyuni-proxy
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%global debug_package %{nil}

%if 0%{?suse_version}
%define www_path /srv/www/htdocs
%else
%define www_path %{_var}/www/html
%endif

URL:            https://www.uyuni-project.org
Name:           release-notes-uyuni-proxy
Summary:        Release Notes for Uyuni Proxy
License:        CC-BY-SA-3.0
Group:          Documentation/SUSE
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Provides:       release-notes = %{version}
Provides:       release-notes-susemanager-proxy
Obsoletes:      release-notes < %{version}
Version:        2025.07
Release:        0.<RELEASE14>
Source:         %{name}.tar.bz2
Source1:        filename-too-long-for-joliet.rpmlintrc
BuildRequires:  fdupes
BuildRequires:  w3m
BuildArch:      noarch

%description
This package contains files with the most important changes for this
Uyuni Proxy release. They can be found in the
%{_datadir}/doc/release-notes directory.

%prep
%setup -n %{name}

%build
w3m -dump doc/release-notes-uyuni-proxy.html > RELEASE-NOTES.en.txt

%install
rnpath="${RPM_BUILD_ROOT}"%{_datadir}/doc/release-notes/Uyuni_Proxy
rnpath_html="${RPM_BUILD_ROOT}"%{www_path}/docs/en/release-notes/
mkdir -p "$rnpath"
mkdir -p "$rnpath_html"

# rtf used by yast GUI
cp doc/release-notes-uyuni-proxy.html "$rnpath"/RELEASE-NOTES.en.rtf
# txt used by yast ncurses
cp RELEASE-NOTES.en.txt "$rnpath"/RELEASE-NOTES.en.txt
# html used by Uyuni
cp doc/release-notes-uyuni-proxy.html "$rnpath"/RELEASE-NOTES.en.html
cp doc/release-notes-uyuni-proxy.html  "$rnpath_html"/release-notes-proxy.html

%fdupes $rnpath
%fdupes $rnpath_html

%files
%defattr (-,root,root,-)
%doc %{_datadir}/doc/release-notes
%dir %{www_path}/docs
%dir %{www_path}/docs/en
%{www_path}/docs/en/release-notes

%changelog
openSUSE Build Service is sponsored by