rebuilt by autoport with build requirements: libpodofo-devel>=0.9.4-1mamba [release 4.0.9-5mamba;Sat Jul 16 2016]
This commit is contained in:
parent
c1fae27603
commit
96264b74be
11
krename-4.0.9-gcc-6.1.0.patch
Normal file
11
krename-4.0.9-gcc-6.1.0.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- krename-4.0.9/src/batchrenamer.cpp.orig 2016-07-16 13:08:00.204461009 +0200
|
||||||
|
+++ krename-4.0.9/src/batchrenamer.cpp 2016-07-16 13:08:28.012459541 +0200
|
||||||
|
@@ -402,7 +402,7 @@
|
||||||
|
break;
|
||||||
|
case eRenameMode_Link:
|
||||||
|
// In case of link delete created file
|
||||||
|
- job = KIO::file_delete( dstUrl, false );
|
||||||
|
+ job = KIO::file_delete( dstUrl, NULL );
|
||||||
|
break;
|
||||||
|
case eRenameMode_Copy: // no undo possible
|
||||||
|
// TODO: Maybe we should delete the created files
|
38
krename.spec
38
krename.spec
@ -1,6 +1,6 @@
|
|||||||
Name: krename
|
Name: krename
|
||||||
Version: 4.0.9
|
Version: 4.0.9
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
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
|
||||||
@ -11,40 +11,20 @@ Source: http://downloads.sourceforge.net/sourceforge/krename/%{name}-%{ve
|
|||||||
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
|
Patch1: krename-4.0.9-cmake.patch
|
||||||
Patch2: krename-4.0.9-libpodofo-0.9.3.patch
|
Patch2: krename-4.0.9-libpodofo-0.9.3.patch
|
||||||
|
Patch3: krename-4.0.9-gcc-6.1.0.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: kdelibs-devel
|
||||||
BuildRequires: libart_lgpl-devel
|
BuildRequires: libexiv2-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libpodofo-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libidn-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: liblcms-devel
|
|
||||||
BuildRequires: libmng-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
#BuildRequires: libqt-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libtag-devel
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXcursor-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXfixes-devel
|
|
||||||
BuildRequires: libXft-devel
|
|
||||||
BuildRequires: libXinerama-devel
|
|
||||||
BuildRequires: libXmu-devel
|
|
||||||
BuildRequires: libXrandr-devel
|
|
||||||
BuildRequires: libXrender-devel
|
|
||||||
BuildRequires: libXt-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpodofo-devel >= 0.9.4-1mamba
|
||||||
BuildRequires: libtag-devel >= 1.9
|
BuildRequires: libtag-devel >= 1.9
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -58,6 +38,7 @@ Krename integrates into the Konqueror or Krusader filemanager.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
@ -84,6 +65,9 @@ Krename integrates into the Konqueror or Krusader filemanager.
|
|||||||
%doc AUTHORS COPYING README TODO
|
%doc AUTHORS COPYING README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 16 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-5mamba
|
||||||
|
- rebuilt by autoport with build requirements: libpodofo-devel>=0.9.4-1mamba
|
||||||
|
|
||||||
* Sat Nov 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-4mamba
|
* Sat Nov 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-4mamba
|
||||||
- rebuilt with libtag 1.9.1
|
- rebuilt with libtag 1.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user