]> git.pld-linux.org Git - packages/rtorrent.git/commitdiff
- up to 0.9.4 auto/th/rtorrent-0.9.4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 May 2014 19:04:14 +0000 (21:04 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 May 2014 19:04:14 +0000 (21:04 +0200)
am.patch [deleted file]
rtorrent.spec

diff --git a/am.patch b/am.patch
deleted file mode 100644 (file)
index f3136f0..0000000
--- a/am.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- rtorrent-0.9.2/configure.ac.wiget  2013-03-18 10:07:05.357628787 +0100
-+++ rtorrent-0.9.2/configure.ac        2013-03-18 10:07:15.690528914 +0100
-@@ -3,7 +3,7 @@ AC_INIT(rtorrent, 0.9.2, jaris@ifi.uio.n
- AC_DEFINE(API_VERSION, 6, api version)
- AM_INIT_AUTOMAKE
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADER(config.h)
- AM_PATH_CPPUNIT(1.9.6)
- AC_PROG_CXX
index 837304d098b2b3353b927e0859d0c1dc5b5aceec..16cbfb400f3e30b6522e1d3cd3061f182986e424 100644 (file)
@@ -11,20 +11,19 @@ Summary:    rTorrent - a console-based BitTorrent client
 Summary(pl.UTF-8):     rTorrent - konsolowy klient BitTorrenta
 Name:          rtorrent
 # keep stable line, see URL below
-Version:       0.9.2
-Release:       3
+Version:       0.9.4
+Release:       1
 Epoch:         5
 License:       GPL v2+
 Group:         Applications/Networking
 Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 72c3e9ab859bda7cc8aa96c0b508b09f
+# Source0-md5: fd9490a2ac67d0fa2a567c6267845876
 Source1:       rtorrent-tmux@.service
 Patch0:                %{name}-colors.patch
 Patch1:                %{name}-ssl-no-verify.patch
 Patch2:                %{name}-ip_filter.patch
 Patch3:                %{name}-build.patch
-Patch4:                am.patch
-URL:           http://libtorrent.rakshasa.no/
+URL:           https://github.com/rakshasa/rtorrent/wiki
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: boost-devel >= 1.35.0
@@ -32,7 +31,7 @@ BuildRequires:        cppunit-devel >= 1.9.6
 BuildRequires: curl-devel >= 7.12
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: libtorrent-devel = 1:0.13.2
+BuildRequires: libtorrent-devel = 1:0.13.4
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 BuildRequires: sqlite3-devel
@@ -63,7 +62,6 @@ screena. Obsługuje szybkie wznawianie i zarządzanie sesjami.
 # broke, see TODO
 #%patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -81,12 +79,11 @@ screena. Obsługuje szybkie wznawianie i zarządzanie sesjami.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{systemdunitdir}}
+install -d $RPM_BUILD_ROOT%{systemdunitdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -p doc/rtorrent.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install -p %{SOURCE1} $RPM_BUILD_ROOT%{systemdunitdir}
 
 %clean
@@ -96,5 +93,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS README doc/rtorrent.rc
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/rtorrent.1*
 %{systemdunitdir}/*.service
This page took 0.295207 seconds and 4 git commands to generate.