]> git.pld-linux.org Git - packages/btpd.git/commitdiff
- up to 0.16 master
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Feb 2013 17:06:26 +0000 (18:06 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Feb 2013 17:06:26 +0000 (18:06 +0100)
btpd-asneeded.patch [deleted file]
btpd.spec

diff --git a/btpd-asneeded.patch b/btpd-asneeded.patch
deleted file mode 100644 (file)
index 3fcfa13..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- btpd-0.13/btpd/Makefile.am.orig    2008-03-09 18:28:04.000000000 +0100
-+++ btpd-0.13/btpd/Makefile.am 2008-03-09 18:31:10.000000000 +0100
-@@ -15,6 +15,5 @@ btpd_SOURCES=\
-       upload.c upload.h\
-       util.c
--btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a
-+btpd_LDADD=../misc/libmisc.a ../libevent/libevent.a @openssl_LDFLAGS@ -lcrypto -lm
- btpd_CPPFLAGS=-I$(top_srcdir)/misc -I$(top_srcdir)/libevent @openssl_CPPFLAGS@
--btpd_LDFLAGS=@openssl_LDFLAGS@ -lcrypto -lm
index 80ee5fae6c4426f08008da39e680f07ceeacbb90..b7735162a23dd3b2602503172f39f79ca76321f5 100644 (file)
--- a/btpd.spec
+++ b/btpd.spec
@@ -1,27 +1,26 @@
 Summary:       Bittorent client
 Name:          btpd
-Version:       0.13
+Version:       0.16
 Release:       0.1
 License:       BSD-like
 Group:         Applications
-Source0:       http://www.murmeldjur.se/btpd/%{name}-%{version}.tar.gz
-# Source0-md5: 0d9c4a672eea6f298fa6e44d94da1657
-URL:           http://www.murmeldjur.se/btpd/
-Patch0:                %{name}-asneeded.patch
+Source0:       https://github.com/btpd/btpd/archive/v%{version}.tar.gz
+# Source0-md5: fdbd95e0c11ac11c4cc1c92d9da8f275
+URL:           https://github.com/btpd/btpd/wiki/
 BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-btpd is a bittorrent client consisting of a daemon and client commands,
-which can be used to read and/or manipulate the daemon state. The daemon
-is capable of running several torrents simultaneously and only uses one
-tcp port. It's fairly low on resource usage and should be perfect for
-file distribution sites. Efficient downloads and ease of use makes this
-client a good choice for the casual user as well.
+btpd is a bittorrent client consisting of a daemon and client
+commands, which can be used to read and/or manipulate the daemon
+state. The daemon is capable of running several torrents
+simultaneously and only uses one tcp port. It's fairly low on resource
+usage and should be perfect for file distribution sites. Efficient
+downloads and ease of use makes this client a good choice for the
+casual user as well.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__aclocal}
@@ -43,3 +42,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/bt*.1*
This page took 0.06611 seconds and 4 git commands to generate.