diff --git a/epplet-base.changes b/epplet-base.changes index 65aa3b4..f8fed73 100644 --- a/epplet-base.changes +++ b/epplet-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 13 08:28:20 CEST 2008 - crrodriguez@suse.de + +- disable unusable static libraries + ------------------------------------------------------------------- Thu Apr 17 21:19:04 CEST 2008 - matejcik@suse.cz diff --git a/epplet-base.spec b/epplet-base.spec index 2d36032..7ba43ad 100644 --- a/epplet-base.spec +++ b/epplet-base.spec @@ -19,7 +19,7 @@ Group: System/GUI/Other AutoReqProv: on Summary: Applets for the Enlightenment Window Manager Version: 0.10 -Release: 1 +Release: 16 Source: epplets-%{version}.tar.bz2 Patch: epplets-unsuficient_include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,32 +46,37 @@ Authors: %build autoreconf --force --install CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fno-strict-aliasing" \ - ./configure \ - --prefix=%{_prefix} \ - --enable-fsstd +%configure --disable-static --with-pic --enable-fsstd +%{__make} %{?jobs:-j%jobs} + +%check +export MALLOC_CHECK_=2 +%{__make} check +unset MALLOC_CHECK_ %install -make DESTDIR=%{buildroot} libdir=%{_prefix}/%{_lib} install +make DESTDIR=%{buildroot} libdir=%{_libdir} install +rm -f %{buildroot}%{_libdir}/*.la -%post -%run_ldconfig +%post -p /sbin/ldconfig -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %clean rm -rf %{buildroot} %files %defattr(-, root, root, 755) -%{_prefix}/bin/E*epplet -%{_prefix}/include/epplet.h -%{_prefix}/%{_lib}/libepplet* -%dir %{_prefix}/share/e16 -%{_prefix}/share/e16/epplet_icons -%{_prefix}/share/e16/epplet_data +%{_bindir}/E*epplet +%{_includedir}/epplet.h +%{_libdir}/libepplet* +%dir %{_datadir}/e16 +%{_datadir}/e16/epplet_icons +%{_datadir}/e16/epplet_data %changelog +* Fri Jun 13 2008 crrodriguez@suse.de +- disable unusable static libraries * Thu Apr 17 2008 matejcik@suse.cz - update to 0.10 * mostly cleanup and bugfixes