## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated using the scripts at https://pagure.io/fedora-cosmic/cosmic-packaging/blob/main/f/scripts ExcludeArch: %{ix86} # Generated by rust2rpm 26 %bcond_without check %global crate cosmic-session # While our version corresponds to an upstream tag, we still need to define # these macros in order to set the VERGEN_GIT_SHA and VERGEN_GIT_COMMIT_DATE # environment variables in multiple sections of the spec file. %global commit 80209d5aadcfc05803eaa5b5099a5db1550d3fb1 %global commitdatestring 2025-04-24 10:03:52 -0600 %global cosmic_minver 1.0.0~alpha.7 Name: cosmic-session Version: 1.0.0~alpha.7 Release: %autorelease Summary: Session manager for the COSMIC desktop environment License: (0BSD OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND BSD-3-Clause AND GPL-3.0-only AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND Zlib URL: https://github.com/pop-os/cosmic-session Source0: https://github.com/pop-os/cosmic-session/archive/epoch-%{version_no_tilde}/cosmic-session-%{version_no_tilde}.tar.gz # To create the below sources: # * git clone https://github.com/pop-os/cosmic-session at the specified commit # * cargo vendor > vendor-config-%%{version_no_tilde}.toml # * tar -pczf vendor-%%{version_no_tilde}.tar.gz vendor Source1: vendor-%{version_no_tilde}.tar.gz # * mv vendor-config-%%{version_no_tilde}.toml .. Source2: vendor-config-%{version_no_tilde}.toml # COSMIC's dconf profile Source3: cosmic-dconf-profile.txt BuildRequires: cargo-rpm-macros >= 26 BuildRequires: rustc BuildRequires: lld BuildRequires: cargo BuildRequires: just BuildRequires: desktop-file-utils BuildRequires: systemd-rpm-macros Requires: cosmic-app-library >= %{cosmic_minver} Requires: cosmic-applets >= %{cosmic_minver} Requires: cosmic-bg >= %{cosmic_minver} Requires: cosmic-comp >= %{cosmic_minver} Requires: cosmic-files >= %{cosmic_minver} Requires: cosmic-greeter >= %{cosmic_minver} Requires: cosmic-icons >= %{cosmic_minver} Requires: cosmic-idle >= %{cosmic_minver} Requires: cosmic-launcher >= %{cosmic_minver} Requires: cosmic-notifications >= %{cosmic_minver} Requires: cosmic-osd >= %{cosmic_minver} Requires: cosmic-panel >= %{cosmic_minver} Requires: cosmic-randr >= %{cosmic_minver} Requires: cosmic-screenshot >= %{cosmic_minver} Requires: cosmic-settings >= %{cosmic_minver} Requires: cosmic-settings-daemon >= %{cosmic_minver} Requires: cosmic-term >= %{cosmic_minver} Requires: cosmic-workspaces >= %{cosmic_minver} Requires: xdg-desktop-portal-cosmic >= %{cosmic_minver} Requires: open-sans-fonts Requires: google-noto-sans-mono-fonts Requires: xdg-user-dirs Recommends: cosmic-wallpapers >= %{cosmic_minver} # Include the distribution extra desktop configuration # this ensures users have a fedora-like experience. Requires: system-cosmic-config %global _description %{expand: The session manager for the COSMIC desktop environment.} %description %{_description} %prep %autosetup -n %{crate}-epoch-%{version_no_tilde} -p1 -a1 %cargo_prep -N # Check if .cargo/config.toml exists if [ -f .cargo/config.toml ]; then # If it exists, append the contents of %%{SOURCE2} to .cargo/config.toml cat %{SOURCE2} >> .cargo/config.toml echo "Appended %{SOURCE2} to .cargo/config.toml" else # If it does not exist, append the contents of %%{SOURCE2} to .cargo/config cat %{SOURCE2} >> .cargo/config echo "Appended %{SOURCE2} to .cargo/config" fi %build # Set vergen environment variables export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'" export VERGEN_GIT_SHA="%{commit}" %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %{cargo_vendor_manifest} sed 's/\(.*\) (.*#\(.*\))/\1+git\2/' -i cargo-vendor.txt %install # Set vergen environment variables export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'" export VERGEN_GIT_SHA="%{commit}" just rootdir=%{buildroot} install install -Dm0644 %{SOURCE3} %{buildroot}/%{_datadir}/dconf/profile/cosmic %if %{with check} %check # Set vergen environment variables export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'" export VERGEN_GIT_SHA="%{commit}" %cargo_test %endif %files %license LICENSE.md %license LICENSE.dependencies %license cargo-vendor.txt %{_bindir}/cosmic-session %{_bindir}/start-cosmic %{_userunitdir}/cosmic-session.target %{_datadir}/wayland-sessions/cosmic.desktop %{_datadir}/applications/cosmic-mimeapps.list %{_datadir}/dconf/profile/cosmic %changelog ## START: Generated by rpmautospec * Thu Apr 24 2025 Ryan Brue - 1.0.0~alpha.7-1 - "Update to 1.0.0~alpha.7" * Tue Mar 11 2025 Ryan Brue - 1.0.0~alpha.6-2 - fix: Require xdg-user-dirs * Fri Feb 21 2025 Ryan Brue - 1.0.0~alpha.6-1 - "Update to 1.0.0~alpha.6" * Thu Jan 16 2025 Fedora Release Engineering - 1.0.0~alpha.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jan 15 2025 Ryan Brue - 1.0.0~alpha.5.1-1 - "Update to 1.0.0~alpha.5.1" * Fri Jan 10 2025 Ryan Brue - 1.0.0~alpha.5-1 - "Update to 1.0.0~alpha.5" * Tue Dec 10 2024 Ryan Brue - 1.0.0~alpha.4-2 - Fix dconf profile directory * Fri Dec 06 2024 Ryan Brue - 1.0.0~alpha.4-1 - "Update to 1.0.0~alpha.4" * Sun Nov 03 2024 Neal Gompa - 1.0.0~alpha.3-2 - Require system-cosmic-config * Sat Nov 02 2024 Ryan Brue - 1.0.0~alpha.3-1 - "Update to 1.0.0~alpha.3" * Mon Sep 30 2024 Ryan Brue - 1.0.0~alpha.2-1 - Initial import (1.0.0~alpha.2) ## END: Generated by rpmautospec