e16-epplets/e16-epplets.spec.in

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-07-12 22:20:16 -07:00
Summary: Enlightenment Epplets
Name: @PACKAGE@
Version: @VERSION@
Release: @RPM_RELEASE@%{?_vendorsuffix:.%{_vendorsuffix}}
2018-07-12 22:20:16 -07:00
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
2018-07-12 22:20:16 -07:00
%setup -q
%build
%configure %{?acflags}
2018-07-12 22:20:16 -07:00
make %{?_smp_mflags}
%install
2018-07-12 22:20:16 -07:00
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
2018-07-12 22:20:16 -07:00
rm -rf $RPM_BUILD_ROOT
%files
%doc ChangeLog
%{_includedir}/*
%{_libdir}/libepplet*.*
%{_bindir}/*
2009-01-01 12:42:16 -08:00
%{_datadir}/e16/epplet_icons
%{_datadir}/e16/epplet_data
%changelog