summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-18 18:12:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-18 18:13:56 +0900
commitc001d10c42f66d90fcef7b1812b60897895bcb59 (patch)
tree1119665e57a88cdfa228cae977c93f17e3021b59
parent8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2 (diff)
downloadtdesvn-c001d10c42f66d90fcef7b1812b60897895bcb59.tar.gz
tdesvn-c001d10c42f66d90fcef7b1812b60897895bcb59.zip
Removed unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt5
-rw-r--r--Doxyfile.in281
-rw-r--r--Doxyfile.svnqt.in276
-rw-r--r--Helperstuff/BuildService/Readme.OSC.txt5
-rw-r--r--Helperstuff/BuildService/debian.changelog357
-rw-r--r--Helperstuff/BuildService/debian.control53
-rw-r--r--Helperstuff/BuildService/tdesvn.dsc.in13
-rw-r--r--Helperstuff/BuildService/tdesvn.spec.in122
-rw-r--r--tdesvn.spec.in98
9 files changed, 0 insertions, 1210 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e571a8d..d54a32f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,8 +102,3 @@ tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
configure_file( config.h.cmake config.h @ONLY )
configure_file( tdesvn-config.h.in tdesvn-config.h @ONLY )
-configure_file( tdesvn.spec.in tdesvn.spec @ONLY )
-configure_file( Helperstuff/BuildService/tdesvn.spec.in Helperstuff/BuildService/tdesvn.spec @ONLY )
-configure_file( Helperstuff/BuildService/tdesvn.dsc.in Helperstuff/BuildService/tdesvn.dsc @ONLY )
-configure_file( Doxyfile.in Doxyfile @ONLY )
-configure_file( Doxyfile.svnqt.in Doxyfile.svnqt @ONLY )
diff --git a/Doxyfile.in b/Doxyfile.in
deleted file mode 100644
index 02708fa..0000000
--- a/Doxyfile.in
+++ /dev/null
@@ -1,281 +0,0 @@
-# Doxyfile 1.5.1
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = KDESvn
-PROJECT_NUMBER = @VERSION@
-OUTPUT_DIRECTORY = api_doc
-CREATE_SUBDIRS = NO
-OUTPUT_LANGUAGE = English
-USE_WINDOWS_ENCODING = NO
-BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = YES
-ABBREVIATE_BRIEF = "The $name class" \
- "The $name widget" \
- "The $name file" \
- is \
- provides \
- specifies \
- contains \
- represents \
- a \
- an \
- the
-ALWAYS_DETAILED_SEC = YES
-INLINE_INHERITED_MEMB = YES
-FULL_PATH_NAMES = NO
-STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@
-STRIP_FROM_INC_PATH =
-SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = NO
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
-INHERIT_DOCS = YES
-SEPARATE_MEMBER_PAGES = NO
-TAB_SIZE = 4
-ALIASES =
-OPTIMIZE_OUTPUT_FOR_C = NO
-OPTIMIZE_OUTPUT_JAVA = NO
-BUILTIN_STL_SUPPORT = YES
-DISTRIBUTE_GROUP_DOC = NO
-SUBGROUPING = YES
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-EXTRACT_ALL = YES
-EXTRACT_PRIVATE = YES
-EXTRACT_STATIC = YES
-EXTRACT_LOCAL_CLASSES = YES
-EXTRACT_LOCAL_METHODS = NO
-HIDE_UNDOC_MEMBERS = NO
-HIDE_UNDOC_CLASSES = NO
-HIDE_FRIEND_COMPOUNDS = NO
-HIDE_IN_BODY_DOCS = NO
-INTERNAL_DOCS = YES
-CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
-SHOW_INCLUDE_FILES = YES
-INLINE_INFO = YES
-SORT_MEMBER_DOCS = YES
-SORT_BRIEF_DOCS = YES
-SORT_BY_SCOPE_NAME = NO
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST= YES
-ENABLED_SECTIONS =
-MAX_INITIALIZER_LINES = 30
-SHOW_USED_FILES = YES
-SHOW_DIRECTORIES = YES
-FILE_VERSION_FILTER =
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-QUIET = NO
-WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
-WARN_IF_DOC_ERROR = YES
-WARN_NO_PARAMDOC = NO
-WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE = @CMAKE_BINARY_DIR@/doxygen-warning.log
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = @CMAKE_SOURCE_DIR@/src @SUBVERSION_INCLUDE_DIR@
-FILE_PATTERNS = *.c \
- *.cc \
- *.cxx \
- *.cpp \
- *.c++ \
- *.java \
- *.ii \
- *.ixx \
- *.ipp \
- *.i++ \
- *.inl \
- *.h \
- *.hh \
- *.hxx \
- *.hpp \
- *.h++ \
- *.idl \
- *.odl \
- *.cs \
- *.php \
- *.php3 \
- *.inc \
- *.m \
- *.mm \
- *.dox \
- *.C \
- *.CC \
- *.C++ \
- *.II \
- *.I++ \
- *.H \
- *.HH \
- *.H++ \
- *.CS \
- *.PHP \
- *.PHP3 \
- *.M \
- *.MM \
- *.C \
- *.H \
- *.tlh \
- *.diff \
- *.patch \
- *.moc \
- *.xpm \
- *.dox
-RECURSIVE = YES
-EXCLUDE =
-EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = *moc* *.svn/*
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS = *
-EXAMPLE_RECURSIVE = NO
-IMAGE_PATH =
-INPUT_FILTER =
-FILTER_PATTERNS =
-FILTER_SOURCE_FILES = NO
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-SOURCE_BROWSER = YES
-INLINE_SOURCES = NO
-STRIP_CODE_COMMENTS = YES
-REFERENCED_BY_RELATION = YES
-REFERENCES_RELATION = YES
-REFERENCES_LINK_SOURCE = YES
-USE_HTAGS = NO
-VERBATIM_HEADERS = YES
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 5
-IGNORE_PREFIX =
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-GENERATE_HTML = YES
-HTML_OUTPUT = html
-HTML_FILE_EXTENSION = .html
-HTML_HEADER =
-HTML_FOOTER =
-HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
-GENERATE_HTMLHELP = NO
-CHM_FILE =
-HHC_LOCATION =
-GENERATE_CHI = NO
-BINARY_TOC = NO
-TOC_EXPAND = NO
-DISABLE_INDEX = NO
-ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = NO
-TREEVIEW_WIDTH = 250
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-GENERATE_LATEX = NO
-LATEX_OUTPUT = latex
-LATEX_CMD_NAME = latex
-MAKEINDEX_CMD_NAME = makeindex
-COMPACT_LATEX = YES
-PAPER_TYPE = a4wide
-EXTRA_PACKAGES =
-LATEX_HEADER =
-PDF_HYPERLINKS = YES
-USE_PDFLATEX = YES
-LATEX_BATCHMODE = NO
-LATEX_HIDE_INDICES = NO
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-GENERATE_RTF = NO
-RTF_OUTPUT = rtf
-COMPACT_RTF = NO
-RTF_HYPERLINKS = NO
-RTF_STYLESHEET_FILE =
-RTF_EXTENSIONS_FILE =
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-GENERATE_MAN = NO
-MAN_OUTPUT = man
-MAN_EXTENSION = .3
-MAN_LINKS = NO
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-GENERATE_XML = NO
-XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
-XML_PROGRAMLISTING = YES
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-GENERATE_AUTOGEN_DEF = NO
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-GENERATE_PERLMOD = NO
-PERLMOD_LATEX = NO
-PERLMOD_PRETTY = YES
-PERLMOD_MAKEVAR_PREFIX =
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
-SEARCH_INCLUDES = YES
-INCLUDE_PATH = @SUBVERSION_INCLUDE_DIR@
-INCLUDE_FILE_PATTERNS = *.h \
- *.hpp
-PREDEFINED =
-EXPAND_AS_DEFINED =
-SKIP_FUNCTION_MACROS = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-TAGFILES =
-GENERATE_TAGFILE = @CMAKE_BINARY_DIR@/api_doc/html/tdesvn.tag
-ALLEXTERNALS = NO
-EXTERNAL_GROUPS = YES
-PERL_PATH = /usr/bin/perl
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-CLASS_DIAGRAMS = YES
-HIDE_UNDOC_RELATIONS = NO
-HAVE_DOT = YES
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = YES
-GROUP_GRAPHS = YES
-UML_LOOK = YES
-TEMPLATE_RELATIONS = YES
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = YES
-CALL_GRAPH = YES
-CALLER_GRAPH = YES
-GRAPHICAL_HIERARCHY = YES
-DIRECTORY_GRAPH = YES
-DOT_IMAGE_FORMAT = png
-DOT_PATH =
-DOTFILE_DIRS =
-MAX_DOT_GRAPH_WIDTH = 1024
-MAX_DOT_GRAPH_HEIGHT = 1024
-MAX_DOT_GRAPH_DEPTH = 1000
-DOT_TRANSPARENT = YES
-DOT_MULTI_TARGETS = YES
-GENERATE_LEGEND = YES
-DOT_CLEANUP = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE = YES
diff --git a/Doxyfile.svnqt.in b/Doxyfile.svnqt.in
deleted file mode 100644
index ed2e29a..0000000
--- a/Doxyfile.svnqt.in
+++ /dev/null
@@ -1,276 +0,0 @@
-# Doxyfile 1.4.1-KDevelop
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = svnqt
-PROJECT_NUMBER = @VERSION@
-OUTPUT_DIRECTORY = svnqt_doc
-CREATE_SUBDIRS = NO
-OUTPUT_LANGUAGE = English
-USE_WINDOWS_ENCODING = NO
-BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = YES
-ABBREVIATE_BRIEF = "The $name class" \
- "The $name widget" \
- "The $name file" \
- is \
- provides \
- specifies \
- contains \
- represents \
- a \
- an \
- the
-ALWAYS_DETAILED_SEC = NO
-INLINE_INHERITED_MEMB = NO
-FULL_PATH_NAMES = NO
-STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@/src/svnqt
-STRIP_FROM_INC_PATH =
-SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = NO
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
-INHERIT_DOCS = YES
-DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 4
-ALIASES =
-OPTIMIZE_OUTPUT_FOR_C = NO
-OPTIMIZE_OUTPUT_JAVA = NO
-SUBGROUPING = YES
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-EXTRACT_ALL = YES
-EXTRACT_PRIVATE = YES
-EXTRACT_STATIC = YES
-EXTRACT_LOCAL_CLASSES = YES
-EXTRACT_LOCAL_METHODS = NO
-HIDE_UNDOC_MEMBERS = NO
-HIDE_UNDOC_CLASSES = NO
-HIDE_FRIEND_COMPOUNDS = NO
-HIDE_IN_BODY_DOCS = NO
-INTERNAL_DOCS = YES
-CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
-SHOW_INCLUDE_FILES = YES
-INLINE_INFO = YES
-SORT_MEMBER_DOCS = YES
-SORT_BRIEF_DOCS = NO
-SORT_BY_SCOPE_NAME = NO
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST= YES
-ENABLED_SECTIONS =
-MAX_INITIALIZER_LINES = 30
-SHOW_USED_FILES = YES
-SHOW_DIRECTORIES = YES
-FILE_VERSION_FILTER =
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-QUIET = NO
-WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
-WARN_IF_DOC_ERROR = YES
-WARN_NO_PARAMDOC = NO
-WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE = dox-svnqt.warn.log
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = @CMAKE_SOURCE_DIR@/src/svnqt \
- @SUBVERSION_INCLUDE_DIR@
-FILE_PATTERNS = *.c \
- *.cc \
- *.cxx \
- *.cpp \
- *.c++ \
- *.java \
- *.ii \
- *.ixx \
- *.ipp \
- *.i++ \
- *.inl \
- *.h \
- *.hh \
- *.hxx \
- *.hpp \
- *.h++ \
- *.idl \
- *.odl \
- *.cs \
- *.php \
- *.php3 \
- *.inc \
- *.m \
- *.mm \
- *.dox \
- *.C \
- *.CC \
- *.C++ \
- *.II \
- *.I++ \
- *.H \
- *.HH \
- *.H++ \
- *.CS \
- *.PHP \
- *.PHP3 \
- *.M \
- *.MM \
- *.C \
- *.H \
- *.tlh \
- *.diff \
- *.patch \
- *.moc \
- *.xpm \
- *.dox
-RECURSIVE = YES
-EXCLUDE =
-EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = *moc*
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS = *
-EXAMPLE_RECURSIVE = NO
-IMAGE_PATH =
-INPUT_FILTER =
-FILTER_PATTERNS =
-FILTER_SOURCE_FILES = NO
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-SOURCE_BROWSER = YES
-INLINE_SOURCES = NO
-STRIP_CODE_COMMENTS = YES
-REFERENCED_BY_RELATION = YES
-REFERENCES_RELATION = YES
-VERBATIM_HEADERS = YES
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 5
-IGNORE_PREFIX =
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-GENERATE_HTML = YES
-HTML_OUTPUT = html
-HTML_FILE_EXTENSION = .html
-HTML_HEADER =
-HTML_FOOTER =
-HTML_STYLESHEET =
-HTML_ALIGN_MEMBERS = YES
-GENERATE_HTMLHELP = NO
-CHM_FILE =
-HHC_LOCATION =
-GENERATE_CHI = NO
-BINARY_TOC = NO
-TOC_EXPAND = NO
-DISABLE_INDEX = NO
-ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = NO
-TREEVIEW_WIDTH = 250
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-GENERATE_LATEX = YES
-LATEX_OUTPUT = latex
-LATEX_CMD_NAME = latex
-MAKEINDEX_CMD_NAME = makeindex
-COMPACT_LATEX = NO
-PAPER_TYPE = a4wide
-EXTRA_PACKAGES =
-LATEX_HEADER =
-PDF_HYPERLINKS = YES
-USE_PDFLATEX = YES
-LATEX_BATCHMODE = NO
-LATEX_HIDE_INDICES = NO
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-GENERATE_RTF = NO
-RTF_OUTPUT = rtf
-COMPACT_RTF = NO
-RTF_HYPERLINKS = NO
-RTF_STYLESHEET_FILE =
-RTF_EXTENSIONS_FILE =
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-GENERATE_MAN = NO
-MAN_OUTPUT = man
-MAN_EXTENSION = .3
-MAN_LINKS = NO
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-GENERATE_XML = YES
-XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
-XML_PROGRAMLISTING = YES
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-GENERATE_AUTOGEN_DEF = NO
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-GENERATE_PERLMOD = NO
-PERLMOD_LATEX = NO
-PERLMOD_PRETTY = YES
-PERLMOD_MAKEVAR_PREFIX =
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
-SEARCH_INCLUDES = YES
-INCLUDE_PATH =
-INCLUDE_FILE_PATTERNS =
-PREDEFINED =
-EXPAND_AS_DEFINED =
-SKIP_FUNCTION_MACROS = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-TAGFILES =
-GENERATE_TAGFILE = @CMAKE_BINARY_DIR@/svnqt.tag
-ALLEXTERNALS = NO
-EXTERNAL_GROUPS = YES
-PERL_PATH = /usr/bin/perl
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-CLASS_DIAGRAMS = YES
-HIDE_UNDOC_RELATIONS = NO
-HAVE_DOT = YES
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = YES
-GROUP_GRAPHS = YES
-UML_LOOK = YES
-TEMPLATE_RELATIONS = YES
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = YES
-CALL_GRAPH = YES
-GRAPHICAL_HIERARCHY = YES
-DIRECTORY_GRAPH = YES
-DOT_IMAGE_FORMAT = png
-DOT_PATH =
-DOTFILE_DIRS =
-MAX_DOT_GRAPH_WIDTH = 1024
-MAX_DOT_GRAPH_HEIGHT = 1024
-MAX_DOT_GRAPH_DEPTH = 1000
-DOT_TRANSPARENT = YES
-DOT_MULTI_TARGETS = YES
-GENERATE_LEGEND = YES
-DOT_CLEANUP = YES
-#---------------------------------------------------------------------------
-# Configuration::additions related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE = NO
diff --git a/Helperstuff/BuildService/Readme.OSC.txt b/Helperstuff/BuildService/Readme.OSC.txt
deleted file mode 100644
index 5d45aef..0000000
--- a/Helperstuff/BuildService/Readme.OSC.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Kdesvn OSC url is https://api.opensuse.org/source/home:elektritter:tdesvn, the SPEC file is only for this,
-for local builds you have to setup the variable "{distribution}_version" to the right value.
-
-See spec file which distributions are currently supported. Help for supporting more distributions in OSC
-is welcome.
diff --git a/Helperstuff/BuildService/debian.changelog b/Helperstuff/BuildService/debian.changelog
deleted file mode 100644
index 8af649d..0000000
--- a/Helperstuff/BuildService/debian.changelog
+++ /dev/null
@@ -1,357 +0,0 @@
-tdesvn (1.0.2-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Rajko Albrecht <ral@alwins-world.de> Tue, 15 Sep 2008 14:26:45 +0200
-
-tdesvn (0.14.6-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@debian.org> Tue, 15 Jul 2008 14:26:45 +0200
-
-tdesvn (0.14.5-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control
- - Don't conflict with kde4 versions of tdesdk-tdeio-plugins. Closes: #483260
- - Bump Standards-Version to 3.8.0. No further changes.
- * debian/watch
- - Update watch file to match the new download location.
- * debian/patches/02-docimages.patch
- - Specifiy the path to the doc images directly.
- Beginning with version 2.4.7, cmake copies symlinks verbatim, leading to
- dangling symlinks. Closes: #480585
-
- -- Michael Biebl <biebl@debian.org> Mon, 14 Jul 2008 20:06:12 +0200
-
-tdesvn (0.14.4-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@debian.org> Mon, 19 May 2008 18:25:35 +0200
-
-tdesvn (0.14.3-1) unstable; urgency=low
-
- * New upstream release.
- * debian/rules
- - Include the cmake.mk class provided by cdbs.
- * debian/cdbs/cmake.mk
- - Drop our custom cmake.mk Makefile as we now use the one provided by
- cdbs.
- * debian/control
- - Bump Build-Depends on cdbs to (>= 0.4.50) for the cmake support.
- - Drop the "-1" revsion of the libssl-dev Build-Depends to make lintian
- happy.
-
- -- Michael Biebl <biebl@debian.org> Fri, 04 Apr 2008 01:02:42 +0200
-
-tdesvn (0.14.2-2) unstable; urgency=low
-
- * debian/rules
- - Pass -DLIB_SUFFIX="" to DEB_CMAKE_EXTRA_FLAGS. This ensures that the
- libraries are installed into lib and not lib64 on 64-bit architectures.
- Closes: #468064
- - Update DEB_DH_MAKESHLIBS_ARGS for libsvnqt4.
-
- -- Michael Biebl <biebl@debian.org> Tue, 26 Feb 2008 23:31:17 +0100
-
-tdesvn (0.14.2-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control
- - Bump Standards-Version to 3.7.3. No further changes required.
-
- -- Michael Biebl <biebl@debian.org> Wed, 20 Feb 2008 00:15:24 +0100
-
-tdesvn (0.14.1-1) unstable; urgency=low
-
- * New upstream release.
- * debian/watch
- - Updated for the new download location. Closes: #449689
-
- -- Michael Biebl <biebl@debian.org> Mon, 12 Nov 2007 11:36:34 +0100
-
-tdesvn (0.14.0-1) unstable; urgency=low
-
- * New upstream release.
- * debian/tdesvn.menu
- - Change section to "Applications/Programming" to comply with the new menu
- spec.
- * debian/patches/01-bashisms_tdeconf_update.patch
- - Fix a bashism in the tdeconf_update script.
- * debian/control
- - Use the new "Homepage:" field to specify the upstream URL.
- - SONAME bump, rename the libsvnqt3 package to libsvnqt4.
- * Rename libsvnqt3.install to libsvnqt4.install.
- * debian/tdesvn.install
- - Install the tdeconf_update files.
- * debian/libsvnqt-dev.install
- - No longer install the libtool *.la files for libsvnqt.
-
- -- Michael Biebl <biebl@debian.org> Thu, 18 Oct 2007 02:20:32 +0200
-
-tdesvn (0.13.0-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@debian.org> Fri, 10 Aug 2007 00:13:38 +0200
-
-tdesvn (0.12.1-1) unstable; urgency=low
-
- * New upstream release.
- * debian/watch
- - Adapt to new directory layout.
- * debian/control
- - Replace ${Source-Version} with ${binary:Version}.
-
- -- Michael Biebl <biebl@debian.org> Wed, 13 Jun 2007 16:07:32 +0200
-
-tdesvn (0.12.0-1) unstable; urgency=low
-
- * New upstream release.
- * debian/patches/01-po_ca.patch
- + Removed. Merged upstream.
-
- -- Michael Biebl <biebl@debian.org> Sat, 05 May 2007 02:07:52 +0200
-
-tdesvn (0.11.2-2) unstable; urgency=low
-
- * debian/patches/01-po_ca.patch
- - Added. Updates to the Catalan translation by Antoni Bella Pérez. Thanks!
- Closes: #417963
-
- -- Michael Biebl <biebl@debian.org> Thu, 05 Apr 2007 21:16:11 +0200
-
-tdesvn (0.11.2-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@debian.org> Mon, 26 Mar 2007 00:51:07 +0200
-
-tdesvn (0.11.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@debian.org> Mon, 5 Mar 2007 06:44:49 +0100
-
-tdesvn (0.11.0-1) unstable; urgency=low
-
- * New upstream release.
- * debian/patches/01-kompare_diff.patch
- + Removed. Fixed upstream.
- * debian/control
- + Add a "Suggests: kdiff3" to tdesvn. kdiff3 can be used as an external
- merge program.
-
- -- Michael Biebl <biebl@debian.org> Fri, 27 Oct 2006 12:52:15 +0200
-
-tdesvn (0.10.0-2) unstable; urgency=low
-
- * Update maintainer email address to biebl@debian.org.
- * debian/patches/01-kompare_diff.patch
- + Added. Fixes a problem when using kompare as external diff application.
- Closes: #394817
-
- -- Michael Biebl <biebl@debian.org> Mon, 23 Oct 2006 13:12:45 +0200
-
-tdesvn (0.10.0-1) unstable; urgency=low
-
- * New upstream release.
- * API bump for libsvnqt
- + Updated debian/control: libsvnqt2 -> libsvnqt3.
- + Moved debian/libsvnqt2.install to debian/libsvnqt3.install.
-
- -- Michael Biebl <biebl@teco.edu> Thu, 5 Oct 2006 01:50:41 +0200
-
-tdesvn (0.9.3-1) unstable; urgency=low
-
- * New upstream release.
- * debian/control
- + Changed build dependency from libsvn0-dev to libsvn-dev.
- + libsvnqt-dev: Changed "Depends: libsvn0-dev" to libsvn-dev.
- * debian/patches/01-cmake_uic.patch
- + Removed, merged upstream.
- * debian/patches/02-build_system.patch
- + Removed, fixed upstream.
-
- -- Michael Biebl <biebl@teco.edu> Sat, 16 Sep 2006 16:54:55 +0200
-
-tdesvn (0.9.2-1) unstable; urgency=low
-
- * New upstream release.
- + Improved UTF-8 handling. Closes: #381424
- + Dynamic context menues can now be disabled from within tdesvn.
- Closes: #377592. This also addresses #370303.
- * Switched the build system to CMake.
- + Added debian/cdbs/cmake.mk, a cdbs class for CMake (taken from the
- strigi package).
- + Updated the build dependencies in debian/control accordingly.
- + Updated debian/rules. Include debian/cdbs/cmake.mk instead of
- /usr/share/cdbs/1/class/kde.mk.
- * Updated debian/watch to scan for bz2 tarballs.
- * Backported two build system related fixes from trunk (01-cmake_uic.patch
- and 02-build_system.patch).
-
- -- Michael Biebl <biebl@teco.edu> Fri, 1 Sep 2006 13:40:57 +0200
-
-tdesvn (0.9.1-1) unstable; urgency=medium
-
- * New upstream release.
- + Correct diffs for non-UTF8 locales. Closes: #369809
- * Ship updated admin/cvs.sh with support for autoconf-2.6. Closes: #379826
-
- -- Michael Biebl <biebl@teco.edu> Tue, 25 Jul 2006 22:36:03 +0200
-
-tdesvn (0.9.0-1) unstable; urgency=low
-
- * New upstream release.
- + The dynamic context menu entries are now in their own, exclusive
- submenu. This is a workaround for #370303.
- * Removed patch makefile_am.diff, merged upstream.
-
- -- Michael Biebl <biebl@teco.edu> Mon, 24 Jul 2006 02:52:17 +0200
-
-tdesvn (0.8.5-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@teco.edu> Sun, 25 Jun 2006 08:00:01 +0200
-
-tdesvn (0.8.4-1) unstable; urgency=low
-
- * New upstream release.
- * Bumped Standards-Version to 3.7.2, no further changes required.
-
- -- Michael Biebl <biebl@teco.edu> Sun, 21 May 2006 13:32:16 +0200
-
-tdesvn (0.8.3-1) unstable; urgency=low
-
- * New upstream release. Closes: #365643
- + Local characters in URLs are properly encoded now. Closes: #364910
- + Do not print a warning message if svnqt and tdesvn version differ.
- Closes: #365743
- * Bumped Standards-Version to 3.7.1, no further changes required.
-
- -- Michael Biebl <biebl@teco.edu> Thu, 4 May 2006 00:18:09 +0200
-
-tdesvn (0.8.2-1) unstable; urgency=low
-
- * New upstream release.
- * Added a "Recommends: graphviz" to tdesvn. dot is part of the graphviz
- package and used by tdesvn to generate nice looking revision graphs.
- * The soname of svnqt changed from 1 to 2. Updated the control files
- accordingly.
- * Moved libsvnqt2 in front of tdesvn in debian/control. This way the shlibs
- file of libsvnqt2 is created before dh_shlibdeps for tdesvn is run.
-
- -- Michael Biebl <biebl@teco.edu> Sun, 23 Apr 2006 00:40:43 +0200
-
-tdesvn (0.8.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@teco.edu> Sun, 2 Apr 2006 15:18:56 +0200
-
-tdesvn (0.8.0-1) unstable; urgency=low
-
- * New upstream release.
- * Added two new binary packages libsvnqt1 and libsvnqt-dev. svnqt is a Qt
- wrapper library for subversion. tdesvn uses it to ease the access to
- libsvn.
- * Updated copyright file and added information about svnqt.
- * Bumped debhelper compatibility to 5.
-
- -- Michael Biebl <biebl@teco.edu> Fri, 24 Mar 2006 08:56:09 +0100
-
-tdesvn (0.7.4-1) unstable; urgency=low
-
- * New upstream release.
- * Fixed indentation of homepage url in the long description.
- * Disabled autoloading of kded service, added patch kded_no_autoload.diff.
- Fixes problem with dynamic context menus. Closes: #348411
-
- -- Michael Biebl <biebl@teco.edu> Wed, 1 Mar 2006 22:19:30 +0100
-
-tdesvn (0.7.3-1) unstable; urgency=low
-
- * New upstream release.
- + Removed patch store_passwords_config.diff, merged upstream.
- + Removed patch settings_icons.diff, merged upstream.
-
- -- Michael Biebl <biebl@teco.edu> Thu, 2 Feb 2006 15:25:50 +0100
-
-tdesvn (0.7.2-2) unstable; urgency=low
-
- * subversion_settings.cpp was not regenerated from the patched ui file.
- Enforce its recreation via rm. This really fixes #345518.
-
- -- Michael Biebl <biebl@teco.edu> Fri, 13 Jan 2006 16:09:35 +0100
-
-tdesvn (0.7.2-1) unstable; urgency=low
-
- * New upstream release.
- + Removed patch context_menu.diff, merged upstream.
- * Added patch store_passwords_config.diff. Closes: #345518
- * Added patch settings_icons.diff for more distinct icons in the settings
- dialog.
-
- -- Michael Biebl <biebl@teco.edu> Fri, 13 Jan 2006 04:31:54 +0100
-
-tdesvn (0.7.1-1) unstable; urgency=low
-
- * New upstream release.
- * Tightened build dependency on tdelibs4-dev because of the C++ allocator
- change.
- * Tightened build dependency on libsvn0-dev as tdesvn now requires subversion
- 1.2 or higher.
- * Split up package into core application tdesvn and TDEIO plugin package
- tdesvn-tdeio-plugins.
- * Updated menu icon.
- * Use Debian libtool and regenerate the autotools files. Closes: #343952
- + Add build dependencies to automake1.9, autoconf and libtool.
- + Patch makefile_am.diff from Aurelien Jarno <aurel32@debian.org> adds
- missing libraries needed for linking.
-
- -- Michael Biebl <biebl@teco.edu> Mon, 19 Dec 2005 21:47:39 +0100
-
-tdesvn (0.6.3-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@teco.edu> Mon, 24 Oct 2005 17:37:02 +0200
-
-tdesvn (0.6.2-1) unstable; urgency=low
-
- * New upstream release.
- * Added a versioned build dependency to libssl-dev (>= 0.9.8a-1) to make
- sure tdesvn links against a version of openssl which has symbol
- versioning.
-
- -- Michael Biebl <biebl@teco.edu> Wed, 5 Oct 2005 15:40:53 +0200
-
-tdesvn (0.6.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@teco.edu> Tue, 4 Oct 2005 04:04:14 +0200
-
-tdesvn (0.6.0-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Michael Biebl <biebl@teco.edu> Fri, 23 Sep 2005 16:47:04 +0200
-
-tdesvn (0.5.3-2) unstable; urgency=low
-
- * Removed useless build dependency on build-essential which was
- generated by cdbs. Closes: #326638
-
- -- Michael Biebl <biebl@teco.edu> Mon, 5 Sep 2005 18:50:39 +0200
-
-tdesvn (0.5.3-1) unstable; urgency=low
-
- * Initial release. Closes: #323697
-
- -- Michael Biebl <biebl@teco.edu> Fri, 2 Sep 2005 19:26:13 +0200
-
diff --git a/Helperstuff/BuildService/debian.control b/Helperstuff/BuildService/debian.control
deleted file mode 100644
index 5dabc20..0000000
--- a/Helperstuff/BuildService/debian.control
+++ /dev/null
@@ -1,53 +0,0 @@
-Source: tdesvn
-Section: devel
-Priority: optional
-Maintainer: Rajko Albrecht <ral@alwins-world.de>
-Build-Depends: cdbs (>= 0.4.50), debhelper (>= 5.0.0), cmake (>= 2.4), tdelibs4-dev (>= 4:3.4.3-2), libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), gettext
-Standards-Version: 3.8.0
-Homepage: http://tdesvn.alwins-world.de/
-
-Package: libsvnqt4
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Qt wrapper library for subversion
- This package provides svnqt, a Qt wrapper library around the
- subversion library.
- .
- It is based on the RapidSvn SvnCpp library, a subversion client API
- written in C++.
-
-Package: libsvnqt-dev
-Section: libdevel
-Architecture: any
-Depends: libsvnqt4 (= ${binary:Version}), libtqt3-mt-dev, libsvn-dev
-Description: Qt wrapper library for subversion (development files)
- This package contains the header files and symbolic links that developers
- using svnqt will need.
-
-Package: tdesvn
-Section: devel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins (= ${binary:Version})
-Recommends: kompare, graphviz
-Suggests: khelpcenter, kdiff3
-Description: subversion client with tight KDE integration
- KDESvn is a graphical client for the subversion revision control
- system (svn).
- .
- Besides offering common and advanced svn operations, it features
- a tight integration into KDE and can be embedded into other KDE
- applications like konqueror via the KDE component technology KParts.
-
-Package: tdesvn-tdeio-plugins
-Section: devel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: tdesdk-misc (<< 4:3.5.0-1), tdesdk-tdeio-plugins (<< 4:4.0.0)
-Replaces: tdesdk-tdeio-plugins (<< 4:4.0.0)
-Description: subversion I/O slaves for KDE
- This packages includes TDEIO slaves for svn, svn+file, svn+http,
- svn+https, svn+ssh. This allows you to access subversion repositories
- inside any TDEIO enabled KDE application.
- .
- This package is part of tdesvn.
diff --git a/Helperstuff/BuildService/tdesvn.dsc.in b/Helperstuff/BuildService/tdesvn.dsc.in
deleted file mode 100644
index 2d4b8c8..0000000
--- a/Helperstuff/BuildService/tdesvn.dsc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-Format: 1.0
-Source: tdesvn
-Binary: libsvnqt4, libsvnqt-dev, tdesvn, tdesvn-tdeio-plugins
-Architecture: any
-Version: @VERSION@-1
-Maintainer: Rajko Albrecht <ral@alwins-world.de>
-Homepage: http://tdesvn.alwins-world.de/
-Standards-Version: 3.8.0
-Build-Depends: cdbs (>= 0.4.50), cmake (>= 2.4), debhelper (>= 5.0.0), gettext, tdelibs4-dev (>= 4:3.4.3-2), libssl-dev (>= 0.9.8a), libsvn-dev (>= 1.2.0)
-Files:
- 1a7ef78663645b9a1e4b9b5161fdfe0d 11338 tdesvn_@VERSION@-1.diff.tar.gz
- d57283ebb8157ae919762c58419353c8 133282 tdesvn_@VERSION@.orig.tar.gz
-
diff --git a/Helperstuff/BuildService/tdesvn.spec.in b/Helperstuff/BuildService/tdesvn.spec.in
deleted file mode 100644
index b93fb2d..0000000
--- a/Helperstuff/BuildService/tdesvn.spec.in
+++ /dev/null
@@ -1,122 +0,0 @@
-# norootforbuild
-Summary: A subversion client for the KDE with TDEIO integration
-Name: tdesvn
-Version: @VERSION@
-Release: 1
-License: LGPL
-Vendor: Rajko Albrecht <ral@alwins-world.de>
-Url: http://tdesvn.alwins-world.de
-Group: Development/Tools
-Source: tdesvn-%version.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: subversion >= 1.3.0
-Requires: /usr/bin/dot
-BuildRequires: cmake >= 2.4
-BuildRequires: gcc-c++
-BuildRequires: sqlite-devel
-BuildRequires: subversion-devel
-
-%if 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 0
-BuildRequires: apr-devel
-BuildRequires: apr-util-devel
-%if 0%{?fedora_version} > 8
-BuildRequires: tdelibs3-devel
-%else
-BuildRequires: tdelibs-devel >= 3.4
-%endif
-%define _prefix /usr
-%endif
-
-%if 0%{?suse_version} > 0
-BuildRequires: xorg-x11-devel
-BuildRequires: tdelibs3-devel
-%define _prefix /opt/trinity
-%if %suse_version >= 1010
-BuildRequires: libapr1 libapr1-devel libapr-util1 libapr-util1-devel
-%else
-BuildRequires: libapr0
-%endif
-%define _bindir %{_prefix}/bin
-%define _datadir %{_prefix}/share
-%define _libdir %{_prefix}/%_lib
-%define _includedir %{_prefix}/include
-%endif
-
-
-%description
-Kdesvn is a subversion client for KDE.
-It may used as standalone application or plugin (KPart). Base functions are provided
-via a TDEIO protocol, too.
-
-%package tdeiosvn
-Requires: tdesvn = %{version}
-Group: Development/Tools
-Summary: A kde-tdeio integration for subversion based on tdesvn
-
-%description tdeiosvn
-TDEIO integration (TDEIO::svn) based on tdesvn alternative protocol name.
-
-%package devel
-Group: Development/Libraries
-Summary: Wrapper lib for subversion QT integration
-Requires: subversion-devel >= 1.3.0
-Requires: tdesvn = %{version}
-
-%description devel
-Development files for tdesvn. It is required when you plan use svnqt wrapper library in your own application.
-
-%prep
-%setup -q
-mkdir build
-cd build
-cmake ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` -DCMAKE_BUILD_TYPE=Release -DLIB_SUFFIX=`tde-config --libsuffix`
-
-%build
-%if 0%{?suse_version} > 0
-. /etc/opt/trinity/common_options
-%endif
-cd build
-make %{?jobs:-j%jobs}
-
-%install
-cd build
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-gzip $RPM_BUILD_ROOT/%{_datadir}/man/man1/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root)
-%{_bindir}/tdesvn
-%{_bindir}/tdesvnaskpass
-%{_libdir}/*/*part*
-%{_datadir}/applications/*
-%{_datadir}/apps/tdesvn/*
-%{_datadir}/apps/tdesvnpart/*
-%{_datadir}/apps/tdeconf_update/*
-%{_datadir}/config.kcfg/*
-%{_datadir}/doc/*
-%{_datadir}/icons/*
-%{_datadir}/locale/*
-%{_libdir}/*/kded_tdesvnd.*
-%{_datadir}/services/kded/tdesvnd.desktop
-%{_datadir}/apps/konqueror/servicemenus/tdesvn*
-%{_libdir}/*/tdeio_ksvn*
-%{_datadir}/services/ksvn*.protocol
-%{_datadir}/man/man1/*
-%{_libdir}/libsvnqt*.so*
-%doc AUTHORS ChangeLog GPL.txt TODO COPYING COPYING.OpenSSL
-
-%files tdeiosvn
-%defattr(-,root,root)
-%{_datadir}/services/svn*.protocol
-
-%files devel
-%defattr(-,root,root)
-%dir %{_includedir}/svnqt
-%{_includedir}/svnqt/*
-
-%changelog
diff --git a/tdesvn.spec.in b/tdesvn.spec.in
deleted file mode 100644
index 68620af..0000000
--- a/tdesvn.spec.in
+++ /dev/null
@@ -1,98 +0,0 @@
-Summary: A subversion client for the KDE with TDEIO integration.
-Name: tdesvn
-Version: @VERSION@
-Release: 1%{?dist}
-License: LGPL
-Vendor: Rajko Albrecht <ral@alwins-world.de>
-Url: http://tdesvn.alwins-world.de
-Group: Development/Tools
-Source: tdesvn-%version.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: /usr/bin/dot
-BuildRequires: apr-devel
-BuildRequires: apr-util-devel
-BuildRequires: subversion-devel >= 1.3.0
-BuildRequires: cmake >= 2.4
-BuildRequires: sqlite-devel
-BuildRequires: tdelibs-devel >= 3.4
-
-%description
-Kdesvn is a subversion client for KDE.
-It may used as standalone application or plugin (KPart). Base functions are provided
-via a TDEIO protocol, too.
-
-%package tdeiosvn
-Requires: tdesvn = %{version}
-Group: Development/Tools
-Summary: A kde-tdeio integration for subversion based on tdesvn
-
-%description tdeiosvn
-TDEIO integration (TDEIO::svn) based on tdesvn alternative protocol name.
-
-%package devel
-Group: Development/Libraries
-Summary: Wrapper lib for subversion QT integration.
-Requires: subversion-devel >= 1.2.0
-Requires: tdesvn = %{version}
-
-%description devel
-Development files for tdesvn.
-
-%prep
-%setup -q
-mkdir build
-cd build
-cmake ../ -DCMAKE_INSTALL_PREFIX=`/opt/trinity` -DCMAKE_BUILD_TYPE=Release -DLIB_SUFFIX=`` -DCMAKE_INCLUDE_PATH=`/opt/trinity/include/tde` -DCMAKE_LIBRARY_PATH=`/opt/trinity/lib`
-
-%build
-cd build
-# Setup for parallel builds
-numprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :`
-if [ "$numprocs" = "0" ]; then
- numprocs=1
-fi
-
-make -j$numprocs
-
-%install
-cd build
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-gzip $RPM_BUILD_ROOT/%{_datadir}/man/man1/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT/*
-rm -rf $RPM_BUILD_DIR/tdesvn
-
-
-%files
-%defattr(-,root,root)
-%{_bindir}/tdesvn
-%{_bindir}/tdesvnaskpass
-%{_libdir}/*/*part*
-%{_datadir}/applications/*
-%{_datadir}/apps/tdesvn/*
-%{_datadir}/apps/tdesvnpart/*
-%{_datadir}/apps/tdeconf_update/*
-%{_datadir}/config.kcfg/*
-%{_datadir}/doc/*
-%{_datadir}/icons/*
-%{_datadir}/locale/*
-%{_libdir}/*/kded_tdesvnd.*
-%{_datadir}/services/kded/tdesvnd.desktop
-%{_datadir}/apps/konqueror/servicemenus/tdesvn*
-%{_libdir}/*/tdeio_ksvn*
-%{_datadir}/services/ksvn*.protocol
-%{_datadir}/man/man1/*
-%{_libdir}/libsvnqt*.so*
-%doc AUTHORS ChangeLog GPL.txt TODO COPYING COPYING.OpenSSL
-
-%files tdeiosvn
-%defattr(-,root,root)
-%{_datadir}/services/svn*.protocol
-
-%files devel
-%defattr(-,root,root)
-%{_includedir}/svnqt/*
-
-%changelog