Updates for gitea and htop
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
|
%global betaversion beta5
|
||||||
Name: htop
|
Name: htop
|
||||||
Version: 3.0.0beta5
|
Version: 3.0.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: System Top
|
Summary: System Top
|
||||||
|
|
||||||
Group: System
|
Group: System
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://someting
|
URL: https://hisham.hm/htop/
|
||||||
SOURCE0: %name-%version.tar.gz
|
SOURCE0: %name-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: lm_sensors-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
|
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
|
||||||
@@ -18,13 +20,13 @@ This software has evolved considerably over the years, and is reasonably complet
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %name-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure
|
./configure --prefix=%{_prefix}
|
||||||
make %{?_smp_mflags}
|
make
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -35,10 +37,12 @@ make install DESTDIR=%{buildroot}
|
|||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN
|
||||||
%{_bindir}/htop
|
%{_bindir}/htop
|
||||||
%{_datarootdir}/applications/htop.desktop
|
%{_datarootdir}/applications/htop.desktop
|
||||||
%{_mandir}/man1
|
%{_datarootdir}/icons/hicolor/scalable/apps/htop.svg
|
||||||
%{_mandir}/man1/htop.1.gz
|
%{_mandir}/man1/htop.1.gz
|
||||||
%{_datarootdir}/pixmaps/htop.png
|
%{_datarootdir}/pixmaps/htop.png
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.5
|
||||||
|
- Update to 3.0.5 version.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: gitea
|
Name: gitea
|
||||||
Version: 1.13.2
|
Version: 1.13.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gitea is a painless self-hosted Git service.
|
Summary: Gitea is a painless self-hosted Git service.
|
||||||
%define MyVersion %version
|
%define MyVersion %version
|
||||||
@@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||||
|
- Update to version 1.13.3.
|
||||||
|
|
||||||
* Sun Feb 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
* Sun Feb 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||||
- Update to version 1.13.2.
|
- Update to version 1.13.2.
|
||||||
|
|
||||||
@@ -97,22 +100,3 @@ getent passwd gitea > /dev/null || \
|
|||||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||||
- First build for Fedora 33.
|
- First build for Fedora 33.
|
||||||
|
|
||||||
* Thu Oct 22 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
||||||
- Update to version 1.12.5.
|
|
||||||
|
|
||||||
* Sat Sep 19 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
||||||
- Update to version 1.12.4.
|
|
||||||
|
|
||||||
* Fri Aug 14 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
||||||
- Update to version 1.12.3.
|
|
||||||
|
|
||||||
* Fri Jul 17 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
||||||
- Update to version 1.12.2.
|
|
||||||
|
|
||||||
* Fri Jul 3 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
||||||
- Update to version 1.12.1.
|
|
||||||
|
|
||||||
* Sun Jun 14 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
|
||||||
- Update to version 1.11.6.
|
|
||||||
- Fix for frontend JS location.
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
%global betaversion beta5
|
%global betaversion beta5
|
||||||
Name: htop
|
Name: htop
|
||||||
Version: 3.0.0
|
Version: 3.0.5
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: System Top
|
Summary: System Top
|
||||||
|
|
||||||
Group: System
|
Group: System
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: https://hisham.hm/htop/
|
URL: https://hisham.hm/htop/
|
||||||
#SOURCE0: %name-%version.tar.gz
|
SOURCE0: %name-%{version}.tar.gz
|
||||||
SOURCE0: %name-%{version}%{betaversion}.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: lm_sensors-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
|
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
|
||||||
@@ -20,7 +20,7 @@ This software has evolved considerably over the years, and is reasonably complet
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%{version}%{betaversion}
|
%setup -q -n %name-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -37,12 +37,12 @@ make install DESTDIR=%{buildroot}
|
|||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS TESTPLAN
|
||||||
%{_bindir}/htop
|
%{_bindir}/htop
|
||||||
%{_datarootdir}/applications/htop.desktop
|
%{_datarootdir}/applications/htop.desktop
|
||||||
%{_mandir}/man1
|
%{_datarootdir}/icons/hicolor/scalable/apps/htop.svg
|
||||||
%{_mandir}/man1/htop.1.gz
|
%{_mandir}/man1/htop.1.gz
|
||||||
%{_datarootdir}/pixmaps/htop.png
|
%{_datarootdir}/pixmaps/htop.png
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Nov 22 2018 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.0
|
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@greenmail.ch> - 3.0.5
|
||||||
- htop beta build version 3.0.0 Beta 5.
|
- Update to 3.0.5 version.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user