catalinux / ip2clue (public) (License: GPLv3) (since 2016-03-01) (hash sha1)
High-performance IPv4 and IPv6 daemon to retrieve IPv4/6 country information.
List of commits:
Subject Hash Author Date (UTC)
Improved paths and macros. b6119ea638711c26e8499528faf8024163e24f2f Catalin(ux) M. BOIE 2010-07-05 14:37:59
Corrected wrong path to config file. bcdc293ccb699c20ce3639f16c2812374b3dff88 Catalin(ux) M. BOIE 2010-07-05 14:37:21
Tests if the file exists before getting mtime. 43044a8d442884e20ba866f0f92bf655bc02b131 Catalin(ux) M. BOIE 2010-07-05 14:36:51
Initial version (0.0.90). 5807f4955d446127a7b873f5f3918f408ab93fff Catalin(ux) M. BOIE 2010-07-01 15:39:22
Commit b6119ea638711c26e8499528faf8024163e24f2f - Improved paths and macros.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2010-07-05 14:37
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2010-07-05 14:37
Parent(s): bcdc293ccb699c20ce3639f16c2812374b3dff88
Signing key:
Tree: 981f61dcf2cc22751664b26681ea470df92e2166
File Lines added Lines deleted
ip2clue.spec.in 7 6
File ip2clue.spec.in changed (mode: 100644) (index a1f518c..6c3ee39)
... ... Source: http://kernel.embedromix.ro/us/@PRJ@/%{name}-%{version}.tar.gz
8 8 URL: http://kernel.embedromix.ro/us/ URL: http://kernel.embedromix.ro/us/
9 9 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
10 10 BuildRequires: Conn >= 1.0.31-1 BuildRequires: Conn >= 1.0.31-1
11 Requires: Conn >= 1.0.31-1, gzip, wget, unzip
11 Requires: Conn >= 1.0.31-1, gzip, wget, unzip, crontabs
12 12
13 13 %description %description
14 14 A set of tools for IP 2 country look up operations. It has a fast daemon that A set of tools for IP 2 country look up operations. It has a fast daemon that
 
... ... rm -rf ${RPM_BUILD_ROOT}
33 33 %defattr (-,root,root) %defattr (-,root,root)
34 34 %{_sbindir}/ip2clued %{_sbindir}/ip2clued
35 35 %{_bindir}/ip2clue %{_bindir}/ip2clue
36 %{_etcdir}/ip2clue/*
37 %{_etcdir}/rc.d/init.d/ip2clued
38 %{_etcdir}/cron.monthly/*
39 %dir /var/cache/ip2clue
36 %{_sysconfdir}/ip2clue/*
37 %{_sysconfdir}/rc.d/init.d/ip2clued
38 %{_sysconfdir}/cron.monthly/*
39 %dir %{_var}/cache/ip2clue
40 40 %doc README Changelog TODO LICENSE clients %doc README Changelog TODO LICENSE clients
41 41
42 42 %post %post
43 /sbin/chkconfig --add ip2clued
43 44
44 45 %preun %preun
45 46 if [ "$1" = "0" ]; then if [ "$1" = "0" ]; then
 
... ... if [ "$1" = "0" ]; then
48 49 fi fi
49 50
50 51 %changelog %changelog
51 * Fri May 28 2010 <> - 0.0.90
52 * Fri May 28 2010 <Catalin(ux) M. BOIE> - 0.0.90
52 53 - First version. - First version.
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/ip2clue

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/ip2clue

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/ip2clue

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