Compare commits

..

6 Commits
i9 ... i8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/sphere-logos-90.4-19.tar.xz SOURCES/sphere-logos-84.5-5.tar.xz

@ -1 +1 @@
303187befade8bc71dca8d21d8b91f7bb201d354 SOURCES/sphere-logos-90.4-19.tar.xz 8f65ca4463ca3a36deea0f837fe94840dacbed98 SOURCES/sphere-logos-84.5-5.tar.xz

@ -0,0 +1 @@
Alias /test-page-background.png /usr/share/httpd/noindex/test-page-background.png

@ -2,10 +2,10 @@
# Package is only arch specific due to missing deps on arm # Package is only arch specific due to missing deps on arm
# Debuginfo package is useless. # Debuginfo package is useless.
%global debug_package %{nil} %global debug_package %{nil}
%global release_version 19 %global release_version 5
Name: sphere-logos Name: sphere-logos
Version: 90.4 Version: 84.5
Release: %{release_version}%{?dist} Release: %{release_version}%{?dist}
Summary: MSVSphere-related icons and pictures Summary: MSVSphere-related icons and pictures
@ -15,6 +15,8 @@ Group: System Environment/Base
URL: https://msvsphere-os.ru URL: https://msvsphere-os.ru
Source0: %{url}/archive/%{version}/%{name}-%{version}-%{release_version}.tar.xz Source0: %{url}/archive/%{version}/%{name}-%{version}-%{release_version}.tar.xz
Source1: org.fedoraproject.AnacondaInstaller.svg Source1: org.fedoraproject.AnacondaInstaller.svg
# Fix background for apache
Source2: background-alias.conf
License: Licensed only for approved usage, see COPYING for details. License: Licensed only for approved usage, see COPYING for details.
@ -133,6 +135,15 @@ cp -a ipa/*.jpg $RPM_BUILD_ROOT%{_datadir}/ipa/ui/images
mkdir -p $RPM_BUILD_ROOT%{_datadir}/testpage mkdir -p $RPM_BUILD_ROOT%{_datadir}/testpage
install -p -m 644 testpage/index.html $RPM_BUILD_ROOT%{_datadir}/testpage install -p -m 644 testpage/index.html $RPM_BUILD_ROOT%{_datadir}/testpage
# Fix backgorund for apache
mkdir -p $RPM_BUILD_ROOT%{_datadir}/httpd/noindex
pushd $RPM_BUILD_ROOT%{_datadir}/httpd/noindex
ln -s ../../pixmaps/test-page-background.png
popd
mkdir -p $RPM_BUILD_ROOT/etc/httpd/conf.d
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/
# save some dup'd icons # save some dup'd icons
# Except in /boot. Because some people think it is fun to use VFAT for /boot. # Except in /boot. Because some people think it is fun to use VFAT for /boot.
hardlink -v %{buildroot}/usr hardlink -v %{buildroot}/usr
@ -206,11 +217,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files httpd %files httpd
%license COPYING %license COPYING
%config(noreplace) %{_sysconfdir}/httpd/conf.d/background-alias.conf
%{_datadir}/pixmaps/poweredby.png %{_datadir}/pixmaps/poweredby.png
%{_datadir}/pixmaps/system-noindex-logo.png %{_datadir}/pixmaps/system-noindex-logo.png
%{_datadir}/pixmaps/test-page-background.png %{_datadir}/pixmaps/test-page-background.png
%{_datadir}/testpage %{_datadir}/testpage
%{_datadir}/testpage/index.html %{_datadir}/testpage/index.html
%{_datadir}/httpd/noindex/*.png
%files ipa %files ipa
%license COPYING %license COPYING
@ -228,72 +241,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog %changelog
* Mon Nov 25 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 90.4-19 * Fri Aug 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-5
- Set Boat background as default - Fix httpd test page logo
- Drop obsolete backgrounds
* Wed Nov 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 90.4-18 - Fix background for Apahe
- Drop old backgrounds and added new
* Wed May 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 90.4-17.1
- Set picture-options stretched for backgrounds
* Tue May 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 90.4-17
- Update Anaconda theme
* Mon May 06 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 90.4-16
- Update backgrounds for MSVSphere 9.4
* Fri Oct 6 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-15
- Added more backgrounds
* Thu Sep 28 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-14
- Update Anaconda logo and backgrounds
* Sat Sep 16 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-13
- Some fixes in Anaconda logo again
* Thu Sep 14 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-12
- Update Anaconda logo
* Tue Sep 12 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 90.4-11
- Changed URLs from msvsphere.ru to msvsphere-os.ru
* Tue Aug 22 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-10
- Update MSVSphere icon
* Tue Aug 22 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-9
- Update Anaconda logo
- Update icons
* Sat Aug 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-8
- Update darkbackground logo
- Fix branding in index.html
- Drop logo from wallpaper
- Update installer icon
- Update ipa logos
* Mon Aug 14 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-7
- Change default background
* Mon Aug 14 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-6
- Fix background visiability
* Wed Aug 9 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-5
- Update MSVSphere logos
* Wed Jun 21 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 90.4-4
- update anaconda logos and backgrounds
* Mon Apr 24 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-3 * Wed May 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-4
- Renew content of fedora-logo-icon.svg start-here.svg xfce4_xicon1.svg - Added new backgrounds
org.fedoraproject.AnacondaInstaller-symbolic.svg fedora-logo-sprite.png
fedora-logo-sprite.svg
* Fri Apr 21 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-2_1 * Wed Feb 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-3
- Updated index.html test page, replaced logos and pictures - Update anaconda sidebar size
* Mon Apr 10 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-2 * Thu Feb 1 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-2
- New and replaced sphere-logos content, index.html and test-page-background.png - Update size again
* Tue Mar 28 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-1 * Wed Jan 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-1
- Initial release for MSVSphere 9.1 beta - Resize anaconda backgrounds

Loading…
Cancel
Save