File mingw64-qtkeychain.spec of Package mingw64-qtkeychain

#
# spec file for package mingw64-qtkeychain
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define __strip %{_mingw64_strip}
%define __objdump %{_mingw64_objdump}
%define _use_internal_dependency_generator 0
%define __find_requires %{_mingw64_findrequires}
%define __find_provides %{_mingw64_findprovides}
%define __os_install_post %{_mingw64_debug_install_post} %{_mingw64_install_post}

BuildRequires:  mingw64-cross-binutils
BuildRequires:  mingw64-cross-gcc
BuildRequires:  mingw64-cross-gcc-c++
BuildRequires:  mingw64-cross-pkg-config
BuildRequires:  mingw64-filesystem

BuildRequires:  cmake
BuildRequires:  mingw64-libqt4-devel
BuildRequires:  mingw64-libqt4-filesystem

%define _basename qtkeychain

Name:           mingw64-%{_basename}
Version:        0.20131102
Release:        0
Source0:        %{_basename}-%{version}.tar.bz2
Patch0:         no_create_translations.diff 
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Url:            http://github.com/frankosterfeld/qtkeychain

BuildArch:      noarch
#!BuildIgnore: post-build-checks

Summary:        This is qtkeychain
License:        BSD
Group:          Development/Libraries/C and C++

%description
This is qtkeychain.

%package devel
Summary:        This qtkeychain
Group:          Development/Libraries/C and C++

%description devel
This is qtkeychain.

%{_mingw64_debug_package}

%prep
%setup -q -n %{_basename}-%{version}
%patch0 -p1

%build
rm -rf CMakeCache.txt
mkdir -p build
pushd build/
%{_mingw64_cmake_qt4} \
-DCMAKE_INSTALL_BINDIR:PATH=%{_mingw64_bindir} \
..

%{_mingw64_make} %{?_smp_mflags} || %{_mingw64_make}

popd

%install
pushd build
make DESTDIR=%{buildroot} install
popd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_mingw64_bindir}/libqtkeychain.dll
%{_mingw64_bindir}/../share/qt4/translations/qtkeychain_de.qm

%files devel
%defattr(-,root,root,-)
%{_mingw64_libdir}/libqtkeychain.dll.a
%{_mingw64_libdir}/cmake/QtKeychain
%{_mingw64_includedir}/qtkeychain/

%changelog
openSUSE Build Service is sponsored by