diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 6f594a5..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: webkitkde -# $Id: Makefile,v 1.1 2009/09/25 16:30:04 kevin Exp $ -NAME := webkitkde -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 41e0ee2..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -webkitkde-0_0_1-0_1_20090924svn_fc11:HEAD:webkitkde-0.0.1-0.1.20090924svn.fc11.src.rpm:1253896781 diff --git a/webkitkde.spec b/webkitkde.spec index 6cf8713..20d69c7 100644 --- a/webkitkde.spec +++ b/webkitkde.spec @@ -1,6 +1,6 @@ Name: webkitkde Version: 0.0.5 -Release: 0.1.svn1088283%{?dist} +Release: 0.2.svn1088283%{?dist} Summary: QtWebKit bindings to KDE Group: System Environment/Libraries License: LGPLv2+ @@ -29,7 +29,6 @@ and shortcuts, downloading using KIO, etc). %package -n webkitpart Summary: A KPart based on WebKitKDE library Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} %description -n webkitpart KWebKitPart is a KPart that allows KPart-based applications, for example Konqueror, to make use of WebKit for viewing @@ -78,10 +77,6 @@ if [ $1 -eq 0 ] ; then gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: fi -%files -%defattr(-,root,root,-) -%doc README COPYING.LIB - %files -n webkitpart %defattr(-,root,root,-) %doc README COPYING.LIB @@ -101,6 +96,10 @@ fi %{_kde4_appsdir}/cmake/modules/FindKWebKitPart.cmake %changelog +* Wed Mar 24 2010 Alexey Kurov - 0.0.5-0.2.svn1088283 +- drop webkitkde package +- removed Requires: webkitkde from webkitpart + * Wed Feb 10 2010 Alexey Kurov - 0.0.5-0.1.svn1088283 - update to kwebkitpart snapshot from kdereview