Skip to content

Commit

Permalink
Just a change to get a v0.1.5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Oct 31, 2014
1 parent 850d845 commit 3b52dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
getdns API
==========

* Date: 2014-10-27
* Date: 2014-10-31
* GitHub: <https://github.com/getdnsapi/getdns>

getdns is an implementation of a modern asynchronous DNS API specification
Expand Down Expand Up @@ -187,13 +187,13 @@ build the packages, this is simplythe one we chose to use.
CentOS release 6.5 (Final)
# uname -a
Linux host-10-1-1-6 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
# cd getdns-0.1.0
# cd getdns-0.1.5
# ./configure --prefix=/home/deploy/build
# make; make install
# cd /home/deploy/build
# mv lib lib64
# . /usr/local/rvm/config/alias
# fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.0 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "http://www.getdnsapi.net" --description "Modern asynchronous API to the DNS" .
# fpm -x "*.la" -a native -s dir -t rpm -n getdns -v 0.1.5 -d "unbound" -d "ldns" -d "libevent" -d "libidn" --prefix /usr --vendor "Verisign Inc., NLnet Labs" --license "BSD New" --url "http://www.getdnsapi.net" --description "Modern asynchronous API to the DNS" .

###OSX

Expand Down

0 comments on commit 3b52dd7

Please sign in to comment.