Skip to content

Commit

Permalink
Add autoconf and automake as build dependencies to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Feb 19, 2021
1 parent 39d957b commit d7884af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/rpm/torrenttools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Name: torrenttools
URL: %{forgeurl}
Source: %{forgesource}
License: MIT
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A commandline tool for creating, inspecting and modifying BitTorrent metafiles.

BuildRequires: openssl-devel
BuildRequires: cmake
BuildRequires: make
BuildRequires: git
BuildRequires: autoconf
BuildRequires: automake

%{?fedora:BuildRequires: gcc-c++ >= 10.0.0}
%{?fedora:BuildRequires: libstdc++-devel >= 10.0.0}
Expand Down Expand Up @@ -66,6 +68,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools
%{_bindir}/torrenttools

%changelog
* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.0-2
- Fix missing autotools dependencies

* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.0-1
- Update to 0.3.0

Expand Down
7 changes: 6 additions & 1 deletion packages/rpm/torrenttools.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Name: @PACKAGE_NAME@
URL: %{forgeurl}
Source: %{forgesource}
License: @PACKAGE_LICENSE@
Release: 1%{?dist}
Release: 2%{?dist}
Summary: @PACKAGE_DESCRIPTION_SUMMARY@

BuildRequires: openssl-devel
BuildRequires: cmake
BuildRequires: make
BuildRequires: git
BuildRequires: autoconf
BuildRequires: automake

%{?fedora:BuildRequires: gcc-c++ >= 10.0.0}
%{?fedora:BuildRequires: libstdc++-devel >= 10.0.0}
Expand Down Expand Up @@ -66,6 +68,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools
%{_bindir}/torrenttools

%changelog
* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.0-2
- Fix missing autotools dependencies

* Fri Feb 19 2021 Florian De Temmerman <floriandetemmerman@gmail.com> 0.3.0-1
- Update to 0.3.0

Expand Down

0 comments on commit d7884af

Please sign in to comment.