rebuilt with libtag 1.9.1 [release 4.0.9-4mamba;Sat Nov 14 2015]
This commit is contained in:
parent
d5f254ff1a
commit
c1fae27603
8
krename-4.0.9-cmake.patch
Normal file
8
krename-4.0.9-cmake.patch
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- krename-4.0.9/CMakeLists.txt.orig 2015-11-14 11:10:27.034746518 +0100
|
||||||
|
+++ krename-4.0.9/CMakeLists.txt 2015-11-14 11:09:52.558020277 +0100
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
project(krename)
|
||||||
|
+cmake_minimum_required(VERSION 3.1)
|
||||||
|
|
||||||
|
|
||||||
|
# search packages used by KDE
|
11
krename-4.0.9-libpodofo-0.9.3.patch
Normal file
11
krename-4.0.9-libpodofo-0.9.3.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- krename-4.0.9/cmake/modules/FindLIBPODOFO.cmake.orig 2015-11-14 11:13:31.410280416 +0100
|
||||||
|
+++ krename-4.0.9/cmake/modules/FindLIBPODOFO.cmake 2015-11-14 11:12:53.859579262 +0100
|
||||||
|
@@ -23,7 +23,7 @@
|
||||||
|
ENDIF(LIBPODOFO_H)
|
||||||
|
|
||||||
|
FIND_LIBRARY(LIBPODOFO_LIB
|
||||||
|
- NAMES libpodofo-doc podofo-doc
|
||||||
|
+ NAMES libpodofo podofo
|
||||||
|
PATHS "${LIBPODOFO_DIR}/lib" "${LIBPODOFO_DIR}/src" "${LIBPODOFO_DIR}")
|
||||||
|
IF(LIBPODOFO_LIB)
|
||||||
|
MESSAGE("podofo lib: ${LIBPODOFO_LIB}")
|
10
krename.spec
10
krename.spec
@ -1,6 +1,6 @@
|
|||||||
Name: krename
|
Name: krename
|
||||||
Version: 4.0.9
|
Version: 4.0.9
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: krename offers an easy way to rename hundreds of files in one go
|
Summary: krename offers an easy way to rename hundreds of files in one go
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,8 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://www.krename.net/
|
URL: http://www.krename.net/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/krename/%{name}-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/sourceforge/krename/%{name}-%{version}.tar.bz2
|
||||||
Patch0: krename-4.0.9-libfreetype-2.4.11.patch
|
Patch0: krename-4.0.9-libfreetype-2.4.11.patch
|
||||||
|
Patch1: krename-4.0.9-cmake.patch
|
||||||
|
Patch2: krename-4.0.9-libpodofo-0.9.3.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -43,6 +45,7 @@ BuildRequires: libXrender-devel
|
|||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libtag-devel >= 1.9
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,6 +56,8 @@ Krename integrates into the Konqueror or Krusader filemanager.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
@ -79,6 +84,9 @@ Krename integrates into the Konqueror or Krusader filemanager.
|
|||||||
%doc AUTHORS COPYING README TODO
|
%doc AUTHORS COPYING README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-4mamba
|
||||||
|
- rebuilt with libtag 1.9.1
|
||||||
|
|
||||||
* Sat Nov 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-3mamba
|
* Sat Nov 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-3mamba
|
||||||
- rebuilt with libkexiv2 4.9.3
|
- rebuilt with libkexiv2 4.9.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user