]> git.pld-linux.org Git - packages/transmission.git/commitdiff
- remove unneeded patch auto/th/transmission-2.92-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Apr 2017 18:11:34 +0000 (20:11 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Apr 2017 18:11:34 +0000 (20:11 +0200)
- rel 2

transmission-cflags.patch [deleted file]
transmission.spec

diff --git a/transmission-cflags.patch b/transmission-cflags.patch
deleted file mode 100644 (file)
index f84a4c5..0000000
+++ /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")
- ##
index ef0a143e82471fa5c6d1a27f432027dd415003ce..217ac20d5ec730b0c34e504faa38520bb5616756 100644 (file)
@@ -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 \
This page took 0.174231 seconds and 4 git commands to generate.