Skip to content

Commit

Permalink
packages: Update fedora spec tarball url
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed Apr 5, 2024
1 parent 3d941cc commit 5011b30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/build_packages/lenovolegionlinux-dkms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Group: System/Kernel
Summary: LenovoLegionLinux Kernel Module Package
Version: 0.0.14
Release: 0
Source0: https://github.com/johnfanv2/LenovoLegionLinux/archive/refs/tags/v%{version}-prerelease.tar.gz
Source0: https://github.com/johnfanv2/LenovoLegionLinux/archive/refs/tags/v%{version}.tar.gz

Requires: dkms

%description
Driver for controlling Lenovo Legion laptops including fan control and power mode.

%prep
%autosetup -p1 -n %{srcname}-%{version}-prerelease
%autosetup -p1 -n %{srcname}-%{version}

%install
mkdir -p %{buildroot}%{_usrsrc}/%{dkms_name}-%{version}/
Expand Down
4 changes: 2 additions & 2 deletions deploy/build_packages/lenovolegionlinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Summary: Control Lenovo Legion laptop
Name: python-%{srcname}
Version: 0.0.14
Release: 0
Source0: https://github.com/johnfanv2/LenovoLegionLinux/archive/refs/tags/v%{version}-prerelease.tar.gz
Source0: https://github.com/johnfanv2/LenovoLegionLinux/archive/refs/tags/v%{version}.tar.gz
License: GPL-2.0
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Expand Down Expand Up @@ -33,7 +33,7 @@ Requires: acpid
See documenation of LenovoLegionLinux

%prep
%autosetup -p1 -n %{srcname}-%{version}-prerelease
%autosetup -p1 -n %{srcname}-%{version}
cd python/legion_linux
sed -i "s/version = _VERSION/version = %{version}/g" setup.cfg

Expand Down

0 comments on commit 5011b30

Please sign in to comment.