This commit is contained in:
parent
705c12bdab
commit
84574bac23
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user