Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52d77234fb | ||
|
|
de44008072 | ||
|
|
cc79500057 |
4 changed files with 5 additions and 28 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
webkitkde-0_0_1-0_1_20090924svn_fc11:HEAD:webkitkde-0.0.1-0.1.20090924svn.fc11.src.rpm:1253896781
|
||||
|
|
@ -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 <nucleo@fedoraproject.org> - 0.0.5-0.2.svn1088283
|
||||
- drop webkitkde package
|
||||
- removed Requires: webkitkde from webkitpart
|
||||
|
||||
* Wed Feb 10 2010 Alexey Kurov <nucleo@fedoraproject.org> - 0.0.5-0.1.svn1088283
|
||||
- update to kwebkitpart snapshot from kdereview
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue