SPECS: indexlib.spec - it doesn't need kdelibs or even qt; but nee...
qboosh
qboosh at pld-linux.org
Mon Oct 3 19:12:55 CEST 2005
Author: qboosh Date: Mon Oct 3 17:12:55 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- it doesn't need kdelibs or even qt; but needs zlib
---- Files affected:
SPECS:
indexlib.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/indexlib.spec
diff -u SPECS/indexlib.spec:1.2 SPECS/indexlib.spec:1.3
--- SPECS/indexlib.spec:1.2 Mon Oct 3 18:42:08 2005
+++ SPECS/indexlib.spec Mon Oct 3 19:12:48 2005
@@ -11,8 +11,8 @@
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: boost-devel
-BuildRequires: kdelibs-devel >= 9:3.2.0
BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: zlib-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -26,6 +26,8 @@
Summary(pl): Pliki nagłówkowe biblioteki indexlib
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: libstdc++-devel
+Requires: zlib-devel
%description devel
Header files for indexlib library.
@@ -44,19 +46,16 @@
%if "%{_lib}" == "lib64"
--enable-libsuffix=64 \
%endif
- --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
- --with-qt-libraries=%{_libdir}
-%{__make}
+ --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full}
+# workaround for missing *_LIBADD in Makefile.am
+%{__make} \
+ libindex_la_LIBADD=-lz
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT \
- kde_htmldir=%{_kdedocdir} \
- kde_libs_htmldir=%{_kdedocdir} \
- kdelnkdir=%{_desktopdir} \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -81,6 +80,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2005/10/03 17:12:48 qboosh
+- it doesn't need kdelibs or even qt; but needs zlib
+
Revision 1.2 2005/10/03 16:42:08 qboosh
- pl, cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/indexlib.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list