Summary: Enlightenment Epplets Name: @PACKAGE@ Version: @VERSION@ Release: @RPM_RELEASE@%{?_vendorsuffix:.%{_vendorsuffix}} License: BSD Group: User Interface/Desktops URL: http://www.enlightenment.org/ Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz Vendor: The Enlightenment Project (http://www.enlightenment.org/) BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: imlib2-devel %description Epplets are small, handy Enlightenment applets, similar to "dockapps" or "applets" for other packages. The epplets package contains the base epplet API library and header files, as well as the core set of epplets, including CPU monitors, clocks, a mail checker, mixers, a slideshow, a URL grabber, a panel-like toolbar, and more. %prep %setup -q %build %configure %{?acflags} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %ifos linux %post -p /sbin/ldconfig %endif %ifos linux %postun -p /sbin/ldconfig %endif %clean rm -rf $RPM_BUILD_ROOT %files %doc ChangeLog %{_includedir}/* %{_libdir}/libepplet*.* %{_bindir}/* %{_datadir}/e16/epplet_icons %{_datadir}/e16/epplet_data %changelog