automatic version update by autodist [release 1.2.0-1mamba;Mon Aug 03 2015]

This commit is contained in:
Automatic Build System 2024-01-05 17:52:55 +01:00
parent a8282fb7a9
commit 43d2cf29fb
2 changed files with 24 additions and 4 deletions

View File

@ -0,0 +1,11 @@
--- smb4k-1.2.0/CMakeLists.txt.orig 2015-08-08 15:25:18.671104468 +0200
+++ smb4k-1.2.0/CMakeLists.txt 2015-08-08 15:25:43.202113241 +0200
@@ -6,7 +6,7 @@
set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )
-cmake_minimum_required( VERSION 2.8 FATAL_ERROR )
+cmake_minimum_required( VERSION 2.6 FATAL_ERROR )
set( QT_MIN_VERSION 4.7.0 )
set( KDE_MIN_VERSION 4.8.0 )

View File

@ -3,7 +3,7 @@
%define kdever %(echo `rpm -q --queryformat '%{VERSION}' kdelibs`)
Name: smb4k
Version: 1.1.4
Version: 1.2.0
Release: 1mamba
Summary: A SMB/CIFS share browser for KDE
Group: Graphical Desktop/Applications/Networking
@ -14,6 +14,7 @@ URL: http://sourceforge.net/p/smb4k/home/Home
Source: http://downloads.sourceforge.net/project/smb4k/%{version}/smb4k-%{version}.tar.xz
Patch0: %{name}-0.10.10-io_charset_locale_fix.patch
Patch1: %{name}-0.10.74-arm_qreal_double.patch
Patch2: smb4k-1.2.0-fix-cmake.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -53,11 +54,11 @@ This package provides the static libraries and headers needed for development.
%prep
%setup -q
#%patch0 -p1
#%patch1 -p1
%patch2 -p1
%build
%cmake_kde4 -d build
%make
%install
@ -68,6 +69,10 @@ install -d %{buildroot}%{_datadir}/
mv %{buildroot}/opt/kde/share/polkit-1 %{buildroot}%{_datadir}
%find_lang smb4k
%find_lang smb4k-core
%find_lang plasma_applet_smb4k-qml
cat smb4k-core.lang plasma_applet_smb4k-qml.lang >> smb4k.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -81,13 +86,14 @@ mv %{buildroot}/opt/kde/share/polkit-1 %{buildroot}%{_datadir}
%{_datadir}/dbus-1/system-services/net.sourceforge.smb4k.mounthelper.service
%{_datadir}/polkit-1/actions/net.sourceforge.smb4k.mounthelper.policy
%{_kde4_bindir}/smb4k*
%{_kde4_sharedir}/appdata/smb4k.appdata.xml
%{_kde4_xdgappsdir}/smb4k.desktop
%dir %{_kde4_datadir}/smb4k
%{_kde4_datadir}/smb4k/*
%dir %{_kde4_datadir}/plasma/plasmoids/smb4k-qml
%{_kde4_datadir}/plasma/plasmoids/smb4k-qml/*
%{_kde4_libexecdir}/mounthelper
%{_kde4_libdir}/libkdeinit4_smb4k.so
#%{_kde4_libdir}/libkdeinit4_smb4k.so
%{_kde4_libdir}/libsmb4ktooltips.so
%{_kde4_servicesdir}/plasma-applet-smb4k-qml.desktop
%{_kde4_kcfgdir}/smb4k.kcfg
@ -111,6 +117,9 @@ mv %{buildroot}/opt/kde/share/polkit-1 %{buildroot}%{_datadir}
%{_kde4_libdir}/libsmb4kcore.so
%changelog
* Mon Aug 03 2015 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic version update by autodist
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
- automatic update by autodist