[ethumb] Initial import

Dan Mashal vicodan at fedoraproject.org
Fri Aug 30 13:10:33 UTC 2013


commit 304ed2a123cd6bcdf2f03723112aef89be947806
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Aug 30 06:10:16 2013 -0700

    Initial import

 ethumb.spec |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 2 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/ethumb.spec b/ethumb.spec
new file mode 100644
index 0000000..da5e9db
--- /dev/null
+++ b/ethumb.spec
@@ -0,0 +1,60 @@
+Name:           ethumb
+Version:        1.7.8
+Release:        1%{?dist}
+License:        LGPLv2+
+Summary:        Thumbnail generation library for EFL
+Url:            http://enlightenment.org/
+Group:          Development/Libraries
+Source:         http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+BuildRequires:  libeina-devel evas-devel ecore-devel edje-devel 
+BuildRequires:  e_dbus-devel emotion-devel libexif-devel
+
+%description
+Ethumb is a thumbnail generation library.
+
+%package devel
+Summary:        Ethumb headers, documentation and test programs
+Group:          Development/Libraries
+Requires:       %{name} = %{version}
+
+%description devel
+Headers, test programs and documentation for Ethumb.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+%make_install
+find %{buildroot} -name '*.la' -delete
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc README COPYING
+%{_libdir}/libethumb.so.1*
+%{_libdir}/libethumb_client.so.1*
+%{_bindir}/*
+%{_libdir}/ethumb/
+%{_datadir}/ethumb
+%{_libexecdir}/ethumbd_slave
+%{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
+
+%files devel
+%{_includedir}/*
+%{_libdir}/pkgconfig/*
+%{_libdir}/*.so
+
+
+%changelog
+* Sat Aug 17 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.7-1
+- Update to 1.7.7
+- Clean up spec
+
+* Wed Jan 02 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-1 
+- initial spec
+
diff --git a/sources b/sources
index e69de29..54669b8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+795af0e15b52dcbf19983117ffce5398  ethumb-1.7.8.tar.bz2


More information about the scm-commits mailing list