[efreet] Initial import

Dan Mashal vicodan at fedoraproject.org
Tue Aug 27 19:59:28 UTC 2013


commit bb2eb31a0d5f7501c207e150c69bee1e06836aa0
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Aug 27 12:59:06 2013 -0700

    Initial import

 .gitignore   |    1 +
 dead.package |    1 -
 efreet.spec  |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 4 files changed, 88 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fe31f2..c0ea66f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ efreet-0.5.0.49898.tar.bz2
 /efreet-1.0.0.beta.tar.bz2
 /efreet-1.0.0.beta3.tar.bz2
 /efreet-1.0.0.tar.gz
+/efreet-1.7.8.tar.bz2
diff --git a/efreet.spec b/efreet.spec
new file mode 100644
index 0000000..5e4626a
--- /dev/null
+++ b/efreet.spec
@@ -0,0 +1,86 @@
+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 <dan.mashal at fedoraproject.org> - 1.7.8-2
+- Add versioned BR's
+- Add evas
+
+* Tue Aug 27 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-1
+- Update to 1.7.8
+- Update space as per package review
+
+* Sat Aug 17 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.7-1
+- Update to 1.7.7
+- Clean up spec
+
+* Sun Dec 30 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-1
+- initial spec
diff --git a/sources b/sources
new file mode 100644
index 0000000..e786b85
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+362758f7d397f19ebfe7ba8734b48595  efreet-1.7.8.tar.bz2


More information about the scm-commits mailing list