Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 94d4b312bda66ae1f9bdb4d77e90dbfd > files > 2

kdesvn-0.5.1-2mdk.src.rpm

%define	name kdesvn
%define	version 0.5.1
%define	release 2mdk

Summary:	kdesvn is yet another client for subversion
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Url:		http://www.alwins-world.de/repos/kdesvn
Group:		Development
Source0:	%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	kdelibs-devel 
BuildRequires:	subversion-devel

%description
kdesvn is yet another client for subversion. But it uses native KDE API instead of a extra lib like GAMBAS and it is using the native subversion delevelopment API instead of just parsing the output of the commandline tool like most other clients do. It tries to setup a look and feel like the standard filemanager of KDE and is integrated into it via KPart.
The base C++ interface to subversion I took from the (real great) tool Rapidsvn (see http://rapidsvn.tigris.org/) with some modifcations and fixes.

%prep
%setup -q

%build
export QTDIR=%qtdir
export KDEDIR=%_prefix

./configure \
	--prefix=%_prefix \
	--sysconfdir=%_sysconfdir \
	--datadir=%_datadir \
	--libdir=%_libdir \
	--disable-rpath \
	--disable-debug \
	--disable-warnings \

make

%install
rm -rf $RPM_BUILD_ROOT

%{makeinstall_std}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README AUTHORS COPYING ChangeLog
%_bindir/*
%_libdir/*
%_datadir/apps/*
%_datadir/applnk/*/*
%_datadir/doc/HTML/*/*
%_datadir/icons/*/*/*/*
%_datadir/locale/*/*




%changelog
* Tue Aug 30 2005 Oden Eriksson <oeriksson@mandriva.com> 0.5.1-2mdk
- rebuilt against new openldap-2.3.6 libs

* Wed Aug 17 2005 Helio Chissini de Castro <helio@mandriva.com>
+ 2005-08-17 08:54:38 (674)
- First package to Mandriva contrib

* Wed Aug 17 2005 Helio Chissini de Castro <helio@mandriva.com>
+ 2005-08-17 08:05:45 (673)
- Created package structure for kdesvn.