Summary: Standards handling for freedesktop.org standards Name: efreet Version: 1.7.8 Release: 3%{?dist} Group: System Environment/Libraries License: BSD and GPLv2+ URL: http://enlightenment.org Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 BuildRequires: doxygen BuildRequires: ecore-devel >= %{version} BuildRequires: eet-devel >= %{version} BuildRequires: libeina-devel >= %{version} BuildRequires: evas-devel >= %{version} %description An implementation of several specifications from freedesktop.org intended for use in Enlightenment DR17 (e17) and other applications using the Enlightenment Foundation Libraries (EFL). Currently, the following specifications are included: * Base Directory * Desktop Entry * Icon Theme * Menu * Trash * Mime %package devel Summary: Efreet headers, documentation and test programs Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Libraries and header files for efreet %prep %setup -q -n %{name}-%{version} %build %configure --disable-static --disable-doc make %{?_smp_mflags} V=1 save space #cd doc #make doc %{?_smp_mflags} %install %make_install find %{buildroot} -name '*.la' -delete #Remove tests rm %{buildroot}%{_bindir}/%{name}_* rm -r %{buildroot}%{_datadir}/%{name} %find_lang %{name} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %doc AUTHORS COPYING README %{_libdir}/lib*.so.* %{_libdir}/%{name} %files devel %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog * Tue Aug 27 2013 Dan Mashal - 1.7.8-2 - Add versioned BR's - Add evas * Tue Aug 27 2013 Dan Mashal - 1.7.8-1 - Update to 1.7.8 - Update space as per package review * Sat Aug 17 2013 Dan Mashal - 1.7.7-1 - Update to 1.7.7 - Clean up spec * Sun Dec 30 2012 Rahul Sundaram - 1.7.4-1 - initial spec