rpms/kdesvn/devel kdesvn-0.6.3-desktop.patch, NONE, 1.1 kdesvn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Nov 7 21:12:32 UTC 2005


Author: orion

Update of /cvs/extras/rpms/kdesvn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14895/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kdesvn-0.6.3-desktop.patch kdesvn.spec 
Log Message:
auto-import kdesvn-0.6.3-2 on branch devel from kdesvn-0.6.3-2.src.rpm

kdesvn-0.6.3-desktop.patch:

--- NEW FILE kdesvn-0.6.3-desktop.patch ---
--- kdesvn-0.6.3/src/kdesvn.desktop.orig	2005-08-30 14:24:35.000000000 -0600
+++ kdesvn-0.6.3/src/kdesvn.desktop	2005-11-03 13:46:42.000000000 -0700
@@ -16,4 +16,3 @@
 X-KDE-BrowserView-Args=DetailedList
 X-KDE-Library=libkdesvnpart
 Categories=Qt;KDE;Development;
-Icon=kdesvn


--- NEW FILE kdesvn.spec ---
Name:           kdesvn
Version:        0.6.3
Release:        2%{?dist}
Summary:        A subversion client for KDE

Group:          Development/Tools
License:        GPL
URL:            http://www.alwins-world.de/programs/kdesvn/
Source0:        http://www.alwins-world.de/programs/download/kdesvn/kdesvn-%{version}.tar.gz
Patch0:         kdesvn-0.6.3-desktop.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  subversion-devel, kdelibs-devel, neon-devel
BuildRequires:  desktop-file-utils
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils


%description
KDESvn is a frontend to the subversion vcs. In difference to most other
tools it uses the subversion C-Api direct via a c++ wrapper made by Rapid
SVN and doesn't parse the output of the subversion client. So it is a real
client itself instead of a frontend to the command line tool.

It is designed for the K-Desktop environment and uses all of the goodies
it has. It is planned for future that based on the native client some plugins
for konqueror and/or kate will made.


%prep
%setup -q
%patch -p1


%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
%configure --disable-rpath --with-svn-lib=%{_libdir}
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor=fedora \
       --add-category=Qt \
       --add-category=KDE \
       --add-category=Application \
       --add-category=Development \
       --add-category=X-Fedora \
       --delete-original --dir $RPM_BUILD_ROOT%{_datadir}/applications \
       $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop
%find_lang %{name} || touch %{name}.lang
#Fix doc link
ln -sf ../common $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/en/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
update-desktop-database &> /dev/null ||:

touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
update-desktop-database &> /dev/null ||:

touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING GPL.txt
%{_bindir}/kdesvn
%{_bindir}/kdesvnaskpass
%{_libdir}/kde3/libkdesvnpart.*
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/apps/kdesvn/
%{_datadir}/apps/kdesvnpart/
%{_datadir}/config.kcfg/kdesvn_part.kcfg
%{_datadir}/doc/HTML/en/kdesvn/
%{_datadir}/icons/hicolor/16x16/apps/kdesvn.png
%{_datadir}/icons/hicolor/32x32/apps/kdesvn.png
%{_datadir}/icons/hicolor/48x48/apps/kdesvn.png
%{_datadir}/icons/hicolor/64x64/apps/kdesvn.png
%{_datadir}/icons/locolor/16x16/apps/kdesvn.png
%{_datadir}/icons/locolor/32x32/apps/kdesvn.png


%changelog
* Fri Nov  4 2005 - Orion Poplawski <orion at cora.nwra.com> - 0.6.3-2
- Make use of buildroot consistant
- Just BuildRequires the "desktop-file-utils" package
- Add post/postun update-desktop-database and gtk-update-icon-cache
- Add Application Category tag to desktop file

* Thu Nov  3 2005 - Orion Poplawski <orion at cora.nwra.com> - 0.6.3-1
- Initial Fedora Extras release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kdesvn/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Nov 2005 21:11:52 -0000	1.1
+++ .cvsignore	7 Nov 2005 21:12:30 -0000	1.2
@@ -0,0 +1 @@
+kdesvn-0.6.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdesvn/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Nov 2005 21:11:52 -0000	1.1
+++ sources	7 Nov 2005 21:12:30 -0000	1.2
@@ -0,0 +1 @@
+03becccdf357f9a711897f8805050974  kdesvn-0.6.3.tar.gz




More information about the fedora-extras-commits mailing list