Compare commits
No commits in common. "rawhide" and "f31" have entirely different histories.
4 changed files with 18 additions and 46 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
/wlr-sunclock-0.1.1.tar.gz
|
||||
/wlr-sunclock-1.0.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wlr-sunclock-1.0.0.tar.gz) = 7e1c83df06c85854bfda7c2ad8b4e78d71fa8150a7b7d6a0f46a14e919aa1dd3978373dd6abba66e609dbc558c37e91355b734484bf30917203b593e87fdcf6a
|
||||
SHA512 (wlr-sunclock-0.1.1.tar.gz) = a7ea5e03c768f95b6b5e1791c06050364950164208e04e9ec76de78157dcfbf76e85e72659efa7e7cbe1c43293d51029217115e3604cd10991905004460998c1
|
||||
|
|
|
|||
10
wlr-sunclock-remove-X-linker-option.patch
Normal file
10
wlr-sunclock-remove-X-linker-option.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
diff -ruN wlr-sunclock-0.1.1-orig/meson.build wlr-sunclock-0.1.1/meson.build
|
||||
--- wlr-sunclock-0.1.1-orig/meson.build 2020-08-08 02:40:10.000000000 +1000
|
||||
+++ wlr-sunclock-0.1.1/meson.build 2020-08-29 09:27:30.761829876 +1000
|
||||
@@ -29,5 +29,5 @@
|
||||
gtk_layer_shell,
|
||||
],
|
||||
install: true,
|
||||
- link_args: ['-X', '-lm'],
|
||||
+ link_args: ['-lm'],
|
||||
)
|
||||
|
|
@ -1,25 +1,27 @@
|
|||
# -*-Mode: rpm-spec -*-
|
||||
|
||||
Name: wlr-sunclock
|
||||
Version: 1.0.0
|
||||
Release: 12%{?dist}
|
||||
Version: 0.1.1
|
||||
Release: 4%{?dist}
|
||||
Summary: Show the sun's shadows on earth
|
||||
|
||||
# src/astro.[ch] are by John Walker in 1988 and placed in the Public Domain.
|
||||
# Otherwise it's LGPLv3.
|
||||
# Automatically converted from old format: LGPLv3 and Public Domain - review is highly recommended.
|
||||
License: LGPL-3.0-only AND LicenseRef-Callaway-Public-Domain
|
||||
License: LGPLv3 and Public Domain
|
||||
|
||||
URL: https://github.com/sentriz/wlr-sunclock
|
||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# build fails on aarch64 due to -X option; author suggests removing it:
|
||||
# https://github.com/sentriz/wlr-sunclock/issues/6
|
||||
Patch0: wlr-sunclock-remove-X-linker-option.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-protocols-devel
|
||||
BuildRequires: pkgconfig(gtk+-wayland-3.0)
|
||||
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
||||
BuildRequires: librsvg2-devel
|
||||
|
||||
%description
|
||||
|
||||
|
|
@ -45,45 +47,6 @@ desktop, behind your windows.
|
|||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri May 21 2021 Bob Hepple <bob.hepple@gmail.com> - 1.0.0-1
|
||||
- new version
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Aug 28 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.1-4
|
||||
- rebuilt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue