Skip to content

Commit

Permalink
Update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 24, 2024
1 parent 7d094e7 commit f97d069
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions common/fmtc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Simple utility for rendering fmtc formatted data
Name: fmtc
Version: 0.1.2
Version: 1.0.0
Release: 0%{?dist}
Group: Applications/System
License: Apache License, Version 2.0
Expand All @@ -16,7 +16,7 @@ Source0: https://source.kaos.st/%{name}/%{name}-%{version}.tar.bz2

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: golang >= 1.21
BuildRequires: golang >= 1.22

Provides: %{name} = %{version}-%{release}

Expand All @@ -41,7 +41,7 @@ fi


pushd %{name}
go build %{name}.go
%{__make} %{?_smp_mflags} all
cp LICENSE ..
popd

Expand Down Expand Up @@ -97,6 +97,10 @@ fi
################################################################################

%changelog
* Tue Sep 24 2024 Anton Novojilov <[email protected]> - 1.0.0-0
- Migrated to v13 of ek package
- Dependencies update

* Mon Jun 17 2024 Anton Novojilov <[email protected]> - 0.1.2-0
- Dependencies update

Expand Down

0 comments on commit f97d069

Please sign in to comment.