[emotion] Initial import

Dan Mashal vicodan at fedoraproject.org
Tue Aug 27 13:25:56 UTC 2013


commit 3bd4786435b17e54c822d66e194529eec703a689
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Aug 27 06:25:25 2013 -0700

    Initial import

 .gitignore   |    1 +
 dead.package |    1 -
 emotion.spec |   82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 4 files changed, 84 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4634e6..fdbedc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 emotion-0.1.0.042.tar.bz2
+/emotion-1.7.8.tar.bz2
diff --git a/emotion.spec b/emotion.spec
new file mode 100644
index 0000000..23094ab
--- /dev/null
+++ b/emotion.spec
@@ -0,0 +1,82 @@
+Name:           emotion
+Version:        1.7.8
+Release:        5%{?dist}
+License:        GPLv2+ and BSD
+Summary:        Media Library for EFL
+Url:            http://www.enlightenment.org
+Group:          System Environment/Libraries
+Source:         http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+
+BuildRequires:  doxygen edje edje-devel
+BuildRequires:  eet-devel evas-devel eio-devel 
+BuildRequires:  gstreamer-devel xine-lib-devel
+BuildRequires:  evas_generic_loaders
+
+%description
+Emotion is a video (and audio) codec playback library that acts as a
+front-end to libxine or gstreamer (or something else more generic)
+that provides and evas object as a control object and video output
+point. 
+
+%package devel
+Summary:        Emotion headers, documentation and test programs
+Group:          Development/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+ 
+
+%description devel
+Headers, test programs and documentation for Emotion Media Library.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static --disable-silent-rules
+make %{?_smp_mflags}
+
+%install
+%make_install
+#chrpath --delete %{buildroot}%{_libdir}/edje/modules/emotion/linux-gnu-x86_64-1.0.0/module.so
+#chrpath --delete %{buildroot}%{_libdir}/%{name}/*.so
+#chrpath --delete %{buildroot}%{_bindir}/*
+find %{buildroot} -name '*.la' -delete
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc ChangeLog README COPYING*
+%dir %{_libdir}/%{name}
+%{_bindir}/%{name}_*
+%{_datadir}/%{name}
+%{_libdir}/edje
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/*
+%{_libdir}/libemotion.so.1
+%{_libdir}/libemotion.so.1.7.8
+
+%files devel
+%{_libdir}/pkgconfig/%{name}.pc
+%{_includedir}/*
+%{_libdir}/libemotion.so
+
+%changelog
+* Mon Aug 26 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-5
+- Update again for review
+
+* Mon Aug 26 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-4
+- Clean up spec file as per review
+
+* Sat Aug 24 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-3
+- Clean up RPMlint errors
+- Ensure build against edje
+
+* Fri Aug 23 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-2
+- Update BRs
+
+* Tue Aug 20 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-1
+- Update to 1.7.8 
+
+* Wed Jan 02 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-1 
+- initial spec
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..553ef27
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9b5bdeac44be404633ea47a6d8bdb4bc  emotion-1.7.8.tar.bz2


More information about the scm-commits mailing list