]> git.pld-linux.org Git - packages/kde4-kdebase-runtime.git/commitdiff
- initial
authorshadzik <shadzik@pld-linux.org>
Fri, 18 Jan 2008 21:36:01 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- yet just a placeholder
- NFY

Changed files:
    kde4-kdebase-runtime.spec -> 1.1

kde4-kdebase-runtime.spec [new file with mode: 0644]

diff --git a/kde4-kdebase-runtime.spec b/kde4-kdebase-runtime.spec
new file mode 100644 (file)
index 0000000..8a97e2e
--- /dev/null
@@ -0,0 +1,74 @@
+# Conditional build:
+%bcond_without apidocs         # do not prepare API documentation
+%bcond_without hidden_visibility       # pass '--fvisibility=hidden'
+                                       # & '--fvisibility-inlines-hidden'
+                                       # to g++
+
+%define                _state          stable
+%define                _minlibsevr     9:%{version}
+%define                _minbaseevr     9:%{version}
+
+Summary:       KDE4 runtime
+%define        orgname kdebase-runtime
+Name:          kdebase4-runtime
+Version:       4.0.0
+Release:       0.1
+License:       GPL
+Group:         X11/Applications
+Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/latest/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5: da93f59497ff90ad01bd4ab9b458f6cb
+%{?with_apidocs:BuildRequires: doxygen}
+%{?with_hidden_visibility:BuildRequires:       gcc-c++ >= 5:4.1.0-0.20051206r108118.1}
+%{?with_apidocs:BuildRequires: graphviz}
+BuildRequires: kdelibs4-devel >= %{_minlibsevr}
+%{?with_apidocs:BuildRequires: qt4-doc}
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: xine-lib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _noautoreq      libtool(.*)
+
+%description
+
+%package devel
+Summary:       Development files for KDE4 runtime
+Summary(pl.UTF-8):     Pliki nagłówkowe do KDE pim
+Summary(ru.UTF-8):     Файлы разработки для kdepim
+Summary(uk.UTF-8):     Файли розробки для kdepim
+Group:         X11/Development/Libraries
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      kdelibs4-devel >= %{_minlibsevr}
+
+%description devel
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+export QTDIR=%{_prefix}
+mkdir build
+cd build
+%cmake \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       ../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post          -p /sbin/ldconfig
+%postun                -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+
+%files devel
+%defattr(644,root,root,755)
This page took 0.070813 seconds and 4 git commands to generate.