Update to Fedora 34, new myq_gadgets package added
This commit is contained in:
43
centos/SPECS/myq_gadgets.spec
Normal file
43
centos/SPECS/myq_gadgets.spec
Normal file
@@ -0,0 +1,43 @@
|
||||
Name: myq_gadgets
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to help make life easier with MySQL
|
||||
|
||||
Group: Applications/Databases
|
||||
License: BSD
|
||||
URL: https://github.com/jayjanssen/%{name}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: perl(base)
|
||||
Requires: mysql-server
|
||||
%define debug_package %{nil}
|
||||
|
||||
%description
|
||||
MySQL Gadgets
|
||||
Tools to help make life easier with MySQL.
|
||||
Note that you need to have some version of the mysql client, it's up to you to
|
||||
install it.
|
||||
All gadgets take mysql command like options (-u,-p,-h,-P), run with --help to
|
||||
see all options.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%check
|
||||
./tester
|
||||
|
||||
%install
|
||||
install -D MySQL_Script_Utils.pm %{buildroot}%{perl_vendorlib}/MySQL_Script_Utils.pm
|
||||
install -D myq_innodb_status %{buildroot}%{_bindir}/myq_innodb_status
|
||||
install -D myq_slave_info %{buildroot}%{_bindir}/myq_slave_info
|
||||
install -D myq_status %{buildroot}%{_bindir}/myq_status
|
||||
|
||||
%files
|
||||
%doc CHANGELOG LICENSE.TXT README
|
||||
%{perl_vendorlib}/MySQL_Script_Utils.pm
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Thu May 20 2021 Daniel Steiner <daniel.steiner@threema.ch>
|
||||
- New build.
|
||||
|
||||
@@ -62,6 +62,12 @@ make check || (cat test/test-suite.log; exit 1)
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 25 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First build for Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First build for Fedora 33.
|
||||
|
||||
* Sat Sep 5 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First initial build.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%define gitv 58fd8a6
|
||||
%define webd %{_var}/www
|
||||
%define gopath $(pwd)/go
|
||||
%define domain echoip.dsteiner.ch
|
||||
%define domain echoip.daniel-steiner.org
|
||||
%define protocol https
|
||||
%define port 443
|
||||
|
||||
@@ -30,7 +30,7 @@ Requires: geoipupdate-cron
|
||||
Requires: GeoIP
|
||||
|
||||
%description
|
||||
A simple service for looking up your IP address. This is the code that powers https://echoip.dsteiner.ch.
|
||||
A simple service for looking up your IP address. This is the code that powers https://echoip.daniel-steiner.org.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}.%{gitv}
|
||||
@@ -116,6 +116,12 @@ fi
|
||||
%dir %attr(-,%{name},%{name}) %{_rundir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri May 11 2021 Daniel Steiner <daniel.steiner@greenmail.ch>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat Oct 31 2019 Daniel Steiner <daniel.steiner@greenmail.ch>
|
||||
- First build on Fedora 33.
|
||||
|
||||
* Sun Jan 20 2019 Daniel Steiner <daniel.steiner@greenmail.ch>
|
||||
- All options are now in sysconfig file.
|
||||
|
||||
|
||||
@@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Mon May 10 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Update to version 1.14.2.
|
||||
|
||||
|
||||
@@ -88,6 +88,9 @@ autoreconf -fiv
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First build for Fedora 33.
|
||||
|
||||
* Fri Aug 28 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- mmdb enabled for new GeoLite2 dBs.
|
||||
- First, initial version for Fedora 32 (1.4.1)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
||||
|
||||
Name: mod_auth_openidc
|
||||
Version: 2.4.7
|
||||
Version: 2.4.8.2
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenID Connect auth module for Apache HTTP Server
|
||||
|
||||
@@ -94,6 +94,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
|
||||
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 2.4.8.2.
|
||||
|
||||
* Wed Apr 28 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 2.4.7.
|
||||
|
||||
|
||||
@@ -66,17 +66,22 @@ fi
|
||||
%config %{_sysconfdir}/httpd/conf.modules.d/10-tile.conf
|
||||
%{_bindir}/render*
|
||||
%{_libdir}/httpd/modules/%{name}.so
|
||||
%{_libdir}/libiniparser*
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Fri May 21 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 33.
|
||||
|
||||
* Thu Jul 23 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Patch for duplicated variables definition added, this compiles now on Fedora 32 and gcc 10.
|
||||
|
||||
* Sat Nov 9 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Sat Nov 9 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Fix for modules config path.
|
||||
|
||||
* Fri Nov 8 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Fri Nov 8 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 31 httpd-2.4.41.
|
||||
|
||||
|
||||
@@ -569,6 +569,9 @@ fi
|
||||
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat May 1 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Updated to mainline version 1.20.0.
|
||||
|
||||
|
||||
@@ -39,6 +39,12 @@ install -Dpm 644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat Jan 11 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- First build on Fedora 33.
|
||||
|
||||
* Sat Jan 11 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Initial build
|
||||
|
||||
|
||||
@@ -159,6 +159,12 @@ fi
|
||||
%{_datadir}/nagios/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
|
||||
- Build for Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
|
||||
- Build for Fedora 33.
|
||||
|
||||
* Fri Aug 7 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
|
||||
- Patch for Kohana magic_quotes problem.
|
||||
|
||||
|
||||
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Initial version.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Release: 3%{?dist}
|
||||
Summary: A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh
|
||||
|
||||
License: MIT
|
||||
URL: https://dev.dsteiner.ch/dani/powerline-shell-enhanced#segment-configuration
|
||||
URL: https://dev.daniel-steiner.org/dani/powerline-shell-enhanced#segment-configuration
|
||||
Source0: powerline_shell.tar.gz
|
||||
|
||||
%define debug_package %{nil}
|
||||
@@ -57,12 +57,18 @@ The generated prompts are designed to resemble powerline, but otherwise this pro
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Built for Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Built for Fedora 33.
|
||||
|
||||
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Dependency added for pythonX-setuptools rpm.
|
||||
|
||||
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Dependency added for pythonX-argparse rpm.
|
||||
|
||||
* Sat Feb 2 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Sat Feb 2 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build.
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%global oname argparse
|
||||
%define __python /usr/bin/python3
|
||||
|
||||
Summary: Optparse inspired command line parser for Python
|
||||
Name: python3-argparse
|
||||
@@ -55,9 +56,15 @@ rm -rf %{buildroot}%{python3_sitelib}/__pycache__
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Sat May 2 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 33.
|
||||
|
||||
* Sat May 2 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 32.
|
||||
|
||||
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build, it's required by powerline_shell package.
|
||||
|
||||
|
||||
@@ -35,6 +35,12 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.org>
|
||||
- First build on Fedora 34.
|
||||
|
||||
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
|
||||
- First build on Fedora 33.
|
||||
|
||||
* Thu Apr 9 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
|
||||
- Initial version for CentOS 8 (0.4.1).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user