[packages/transmission] - remove unneeded patch - rel 2
baggins
baggins at pld-linux.org
Mon Apr 3 20:11:46 CEST 2017
commit 645ab888e1959010f244c7d3a6ea9ddf4b196a06
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Apr 3 20:11:34 2017 +0200
- remove unneeded patch
- rel 2
transmission-cflags.patch | 21 ---------------------
transmission.spec | 8 +-------
2 files changed, 1 insertion(+), 28 deletions(-)
---
diff --git a/transmission.spec b/transmission.spec
index ef0a143..217ac20 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -6,7 +6,7 @@ Summary(hu.UTF-8): Egy sokoldalú és multiplatformos BitTorrent kliens
Summary(pl.UTF-8): Wszechstronny i wieloplatformowy klient BitTorrenta
Name: transmission
Version: 2.92
-Release: 1
+Release: 2
License: MIT
Group: Applications/Communications
Source0: https://download.transmissionbt.com/files/%{name}-%{version}.tar.xz
@@ -14,7 +14,6 @@ Source0: https://download.transmissionbt.com/files/%{name}-%{version}.tar.xz
Source1: %{name}.sysconfig
Source2: %{name}.init
Patch0: %{name}-ckb_po.patch
-Patch1: %{name}-cflags.patch
Patch2: %{name}-version.patch
URL: http://transmissionbt.com/
BuildRequires: Qt5Core-devel
@@ -128,7 +127,6 @@ A GUI to Transmission based on Qt5.
%setup -qc
mv %{name}-%{version}/* .
%patch0 -p1
-%patch1 -p1
%if %{with verchange}
%patch2 -p1
./update-version-h.sh
@@ -138,10 +136,6 @@ mv %{name}-%{version}/* .
%{__sed} -i 's/\(^CONFIG.*\)\( debug\)/\1/' qt/qtr.pro
%build
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__automake}
%configure \
--with-gtk \
--disable-silent-rules \
diff --git a/transmission-cflags.patch b/transmission-cflags.patch
deleted file mode 100644
index f84a4c5..0000000
--- a/transmission-cflags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur transmission-2.00-orig//configure.ac transmission-2.00/configure.ac
---- transmission-2.00-orig//configure.ac 2010-06-17 10:45:12.000000000 -0600
-+++ transmission-2.00/configure.ac 2010-06-18 17:05:50.000000000 -0600
-@@ -21,16 +21,7 @@
- AM_INIT_AUTOMAKE([1.9 tar-ustar])
- AC_PROG_LIBTOOL
-
--if test m4_substr(peer_id_prefix,6,1) = "0"; then
-- supported_build=yes
-- CPPFLAGS="$CPPFLAGS -DNDEBUG"
--else
-- supported_build=no
-- if test "x$GCC" = "xyes" ; then
-- CFLAGS="$CFLAGS -g -O0"
-- CXXFLAGS="$CXXFLAGS -g -O0"
-- fi
--fi
-+CPPFLAGS="$CPPFLAGS -DNDEBUG"
- AM_CONDITIONAL(TR_UNSTABLE, test "x$supported_build" = "xno")
-
- ##
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/transmission.git/commitdiff/645ab888e1959010f244c7d3a6ea9ddf4b196a06
More information about the pld-cvs-commit
mailing list