[packages/kde4-baloo-widgets] - initial

arekm arekm at pld-linux.org
Thu Apr 17 06:21:23 CEST 2014


commit f4fd28d8042211e10c428e3845e6d5d10f164cf7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Apr 17 06:21:11 2014 +0200

    - initial

 kde4-baloo-widgets.spec | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
---
diff --git a/kde4-baloo-widgets.spec b/kde4-baloo-widgets.spec
new file mode 100644
index 0000000..2261bb4
--- /dev/null
+++ b/kde4-baloo-widgets.spec
@@ -0,0 +1,70 @@
+# $Revision:$, $Date:$
+%define         _state          stable
+%define         orgname		baloo-widgets
+%define         qtver           4.8.3
+
+Summary:	A framework for searching and managing metadata - widgets
+Name:		kde4-baloo-widgets
+Version:	4.13.0
+Release:	1
+License:	LGPLv2 or LGPLv3
+Group:		X11/Applications
+URL:		http://www.kde.org/
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5:	1549e337098a15c0eba9aba38d185ce6
+BuildRequires:	QtCore-devel >= %{qtver}
+BuildRequires:	akonadi-devel >= 1.12.0
+BuildRequires:	kde4-baloo-devel >= %{version}
+BuildRequires:	kde4-kdelibs-devel >= %{version}
+BuildRequires:	kde4-kfilemetadata-devel >= %{version}
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A framework for searching and managing metadata - widgets.
+
+%package devel
+Summary:	Developer files for %{name}
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	kde4-baloo-devel >= %{version}
+
+%description devel
+Baloo widgets development files and libraries.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+		-DHTML_INSTALL_DIR=%{_kdedocdir} \
+		-DKDE_DISTRIBUTION_TEXT="PLD-Linux" \
+		-DKDE4_ENABLE_FINAL=OFF \
+		../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libbaloowidgets.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libbaloowidgets.so.?
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/baloo/*.h
+%attr(755,root,root) %{_libdir}/libbaloowidgets.so
+%{_libdir}/cmake/BalooWidgets
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-baloo-widgets.git/commitdiff/f4fd28d8042211e10c428e3845e6d5d10f164cf7



More information about the pld-cvs-commit mailing list