From 07274513e984f0b5544586c74508ccd16e7dcafa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:29:19 +1000 Subject: Remove EFL, since it's been released now. --- libraries/eet/eet.spec | 76 -------------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 libraries/eet/eet.spec (limited to 'libraries/eet/eet.spec') diff --git a/libraries/eet/eet.spec b/libraries/eet/eet.spec deleted file mode 100644 index a357773..0000000 --- a/libraries/eet/eet.spec +++ /dev/null @@ -1,76 +0,0 @@ -%{!?_rel:%{expand:%%global _rel 0.enl%{?dist}}} -%define _missing_doc_files_terminate_build 0 - -Summary: Library for speedy data storage, retrieval, and compression. -Name: eet -Version: 1.6.0-alpha -Release: %{_rel} -License: BSD -Group: System Environment/Libraries -Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz -Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings } -Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)} -Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} -URL: http://www.enlightenment.org/ -BuildRequires: libjpeg-devel zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -%description -Eet is a tiny library designed to write an arbitrary set of chunks of -data to a file and optionally compress each chunk (very much like a -zip file) and allow fast random-access reading of the file later -on. It does not do zip as a zip itself has more complexity than is -needed, and it was much simpler to implement this once here. - -It also can encode and decode data structures in memory, as well as -image data for saving to eet files or sending across the network to -other machines, or just writing to arbitrary files on the system. All -data is encoded in a platform independent way and can be written and -read by any architecture. - -%package devel -Summary: Eet headers, static libraries, documentation and test programs -Group: System Environment/Libraries -Requires: %{name} = %{version} -Requires: libjpeg-devel, zlib-devel - -%description devel -Headers, static libraries, test programs and documentation for Eet - -%prep -%setup -q - -%build -%{configure} --prefix=%{_prefix} -### use this if you have build problems -#./configure --prefix=%{_prefix} -%{__make} %{?_smp_mflags} %{?mflags} - -%install -%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install - -%clean -test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT - -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig - -%files -%defattr(-, root, root) -%doc AUTHORS COPYING COPYING-PLAIN README -%{_libdir}/*.so.* - -%files devel -%defattr(-, root, root) -%{_bindir}/eet* -%{_libdir}/pkgconfig/* -%{_includedir}/* -%{_libdir}/*.a -%{_libdir}/*.so -%{_datadir}/eet -%{_libdir}/*.la - -%changelog -- cgit v1.1