packages: rekonq/rekonq.spec (NEW) - initial, just work
cactus
cactus at pld-linux.org
Sat Mar 20 15:24:48 CET 2010
Author: cactus Date: Sat Mar 20 14:24:48 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial, just work
---- Files affected:
packages/rekonq:
rekonq.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/rekonq/rekonq.spec
diff -u /dev/null packages/rekonq/rekonq.spec:1.1
--- /dev/null Sat Mar 20 15:24:48 2010
+++ packages/rekonq/rekonq.spec Sat Mar 20 15:24:42 2010
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+Summary: WebKit KDE browser
+Name: rekonq
+Version: 0.4.0
+Release: 0.1
+License: GPL v3
+Group: X11/Applications/Networking
+Source0: http://dl.sourceforge.net/project/rekonq/%{version}/%{version}/rekonq-%{version}.tar.bz2
+# Source0-md5: 607e826131d8ead1e48a7611ba2ef075
+URL: http://rekonq.sourceforge.net/
+BuildRequires: QtWebKit-devel
+BuildRequires: cmake >= 2.6.2
+BuildRequires: kde4-kdelibs-devel >= 4.4.0
+BuildRequires: qt4-build
+BuildRequires: qt4-linguist
+BuildRequires: qt4-qmake >= 4.6.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+rekonq is WebKit KDE browser.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake .. \
+ -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64
+%endif
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang rekonq --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f rekonq.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog TODO INSTALL
+%attr(755,root,root) %{_bindir}/rekonq
+%attr(755,root,root) %{_libdir}/libkdeinit4_rekonq.so
+
+%{_iconsdir}/*/*/*/rekonq.png
+%{_desktopdir}/kde4/rekonq.desktop
+%{_datadir}/config.kcfg/rekonq.kcfg
+%{_datadir}/apps/rekonq
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/03/20 14:24:42 cactus
+- initial, just work
+
================================================================
More information about the pld-cvs-commit
mailing list