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