File qsvn.spec of Package qsvn

Name:         qsvn
BuildRequires: qt-devel update-desktop-files cmake libapr-util1-devel libapr1-devel
License:      FSR
Group:        Productivity/Scientific/Other
Summary:      A Brewing Recipe Calculator
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Version:      0.8.3
Release:      2
Source:       %name-%{version}-src.tar.gz

%description
A nice SVN GUI tool

%prep
%setup -q

%build
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE="Debug" ../src
make


%install
install -d -m 0755 $RPM_BUILD_ROOT/usr/bin/
install -m 0755 bin/qsvn $RPM_BUILD_ROOT/usr/bin/
%suse_update_desktop_file -c qsvn QSVN "A SVN browsing tools" qsvn "" Science Chemistry

%files
%defattr(-,root,root)
/usr/bin/*
/usr/share/applications/*
openSUSE Build Service is sponsored by