Compare commits

...

6 Commits
i9 ... i8

2
.gitignore vendored

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

@ -1 +1 @@
ff5e425baccac78244c455494505704800c1e6a3 SOURCES/sphere-logos-90.4-15.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
# Debuginfo package is useless.
%global debug_package %{nil}
%global release_version 15
%global release_version 5
Name: sphere-logos
Version: 90.4
Version: 84.5
Release: %{release_version}%{?dist}
Summary: MSVSphere-related icons and pictures
@ -15,6 +15,8 @@ Group: System Environment/Base
URL: https://msvsphere-os.ru
Source0: %{url}/archive/%{version}/%{name}-%{version}-%{release_version}.tar.xz
Source1: org.fedoraproject.AnacondaInstaller.svg
# Fix background for apache
Source2: background-alias.conf
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
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
# Except in /boot. Because some people think it is fun to use VFAT for /boot.
hardlink -v %{buildroot}/usr
@ -206,11 +217,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files httpd
%license COPYING
%config(noreplace) %{_sysconfdir}/httpd/conf.d/background-alias.conf
%{_datadir}/pixmaps/poweredby.png
%{_datadir}/pixmaps/system-noindex-logo.png
%{_datadir}/pixmaps/test-page-background.png
%{_datadir}/testpage
%{_datadir}/testpage/index.html
%{_datadir}/httpd/noindex/*.png
%files ipa
%license COPYING
@ -228,57 +241,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* 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
* Fri Aug 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-5
- Fix httpd test page logo
- Drop obsolete backgrounds
- Fix background for Apahe
* Mon Apr 24 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-3
- Renew content of fedora-logo-icon.svg start-here.svg xfce4_xicon1.svg
org.fedoraproject.AnacondaInstaller-symbolic.svg fedora-logo-sprite.png
fedora-logo-sprite.svg
* Wed May 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-4
- Added new backgrounds
* Fri Apr 21 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-2_1
- Updated index.html test page, replaced logos and pictures
* Wed Feb 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-3
- Update anaconda sidebar size
* Mon Apr 10 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-2
- New and replaced sphere-logos content, index.html and test-page-background.png
* Thu Feb 1 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-2
- Update size again
* Tue Mar 28 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 90.4-1
- Initial release for MSVSphere 9.1 beta
* Wed Jan 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 84.5-1
- Resize anaconda backgrounds

Loading…
Cancel
Save