/ninedogs.spec (154b5eb5f031bd99cf5259f4f40b11dba33b4472) (1653 bytes) (mode 100644) (type blob)
%{?systemd_requires}
Summary: Light and fast performance reporting and app tracing
Name: ninedogs
Version: 0.6
Release: 1
License: AGPLv3+
Group: Development/Tools
Source: http://kernel.embedromix.ro/us/ninedogs/%{name}-%{version}.tar.gz
URL: https://rocketgit.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Provides: ninedogs
Conflicts: ninedogs
Requires: json-c, gnutls, libcap, catalinux+Conn, nginx-filesystem
BuildRequires: systemd-rpm-macros, json-c-devel, gnutls-devel, libcap-devel, catalinux+Conn
%description
Light and fast APM
%post
%systemd_post ninedogs-ingestd.service
%systemd_post ninedogs-webd.service
%preun
%systemd_preun ninedogs-ingestd.service
%systemd_preun ninedogs-webd.service
%postun
%systemd_postun_with_restart ninedogs-ingestd.service
%systemd_postun_with_restart ninedogs-webd.service
%prep
%setup -q
%build
%configure
make
%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}
make install DESTDIR=${RPM_BUILD_ROOT}
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr (-,root,root,0755)
/usr/share/ninedogs/*
%doc README LICENSE TODO samples
#%attr(0700,ninedogs,ninedogs) %dir /etc/ninedogs
/etc/nginx/conf.d/ninedogs.conf.sample
%config(noreplace) /etc/nginx/conf.d/ninedogs.conf
###%config(noreplace) /etc/ninedogs/config.php
###%attr(0700,ninedogs,ninedogs) %dir /var/log/ninedogs
%attr(0755,root,root) /usr/bin/*
%attr(0755,root,root) /usr/sbin/*
%{_libdir}/*.so
# This is for .service files
%{_unitdir}/*
%changelog
* Tue Oct 25 2022 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.6
Small things
* Fri Oct 21 2022 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.1
First try
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
143 |
c3ccba7d0f9f7dfba68bfd0195dbf1bc7837d427 |
.gitignore |
100644 |
blob |
95 |
7642b9826e1e2c9b5c5c7aa9c940f97939d2571a |
History.txt |
100644 |
blob |
34520 |
dba13ed2ddf783ee8118c6a581dbf75305f816a3 |
LICENSE |
100644 |
blob |
1303 |
db32acea0861a08a9cdeddc6e2764ba973134b19 |
Makefile.in |
100644 |
blob |
42 |
d7c52ebbfd48ca77062939fdbb338cd89ec8c432 |
README |
100644 |
blob |
182 |
9d281a9daef4d8fc88a6af291217931f083486b6 |
TODO |
040000 |
tree |
- |
2ab4d730abf9acd1c5e10ed1c0839244f4461cf7 |
agent |
040000 |
tree |
- |
d6106158fc3d5dc85b134d9200653c75d3e05221 |
common |
100755 |
blob |
30 |
92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 |
configure |
040000 |
tree |
- |
4e8cf3de27d6941c491d0474c5e885744dd3c4ea |
debian |
040000 |
tree |
- |
bbdcc0ed0a1b833c9df84268a972f29a52762e9f |
docs |
100755 |
blob |
18241 |
090eaa8bc40459e2fbe2a0d30bf2f7f28e9e2397 |
duilder |
040000 |
tree |
- |
b521cacf8fe4065e9ce0c348ee7ddef726f2c2ea |
ingestd |
100644 |
blob |
1653 |
154b5eb5f031bd99cf5259f4f40b11dba33b4472 |
ninedogs.spec |
040000 |
tree |
- |
6886f025e0842ae23d3f40ad0732c25d56007f2f |
samples |
040000 |
tree |
- |
b35332742c380a244b630556d661504c66960cca |
test |
040000 |
tree |
- |
4727bf7f96ff1bc3ef1605db2bae7f3a89d87c89 |
trace |
040000 |
tree |
- |
c0d93c79cb243c1e157d4dac2d9e727fde016277 |
webd |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/ninedogs
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/ninedogs
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/ninedogs
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main