From b0678fb486088b334537ff919a53f3f5c7680808 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 7 Feb 2003 01:48:59 +0000 Subject: [PATCH] update spec git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@6668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- eet.spec | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/eet.spec b/eet.spec index cb5f65e..167ccd8 100644 --- a/eet.spec +++ b/eet.spec @@ -13,6 +13,8 @@ Source: ftp://ftp.enlightenment.org/pub/eet/eet-%{ver}.tar.gz BuildRoot: /var/tmp/eet-root Packager: The Rasterman URL: http://www.enlightenment.org/ +BuildRequires: libjpeg-devel +BuildRequires: zlib-devel Requires: libjpeg Requires: zlib @@ -32,8 +34,18 @@ machines, or just writing to arbitary files on the system. All data is encoded ina platform independant 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} + +%description devel +Headers, static libraries, test programs and documentation for Eet + %prep -%setup +rm -rf $RPM_BUILD_ROOT + +%setup -q %build ./configure --prefix=%prefix @@ -54,16 +66,20 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install rm -rf $RPM_BUILD_ROOT %post +/sbin/ldconfig %postun +/sbin/ldconfig %files %defattr(-,root,root) -%doc README COPYING ChangeLog eet_docs.tar.gz -%attr(755,root,root) %{prefix}/bin/* -%attr(755,root,root) %{prefix}/lib/* -%{prefix}/share/* +%attr(755,root,root) %{prefix}/lib/libeet.so* +%attr(755,root,root) %{prefix}/lib/libeet.la +%files devel +%attr(755,root,root) %{prefix}/lib/libeet.a +%attr(755,root,root) %{prefix}/bin/eet* +%{prefix}/include/Eet* %doc AUTHORS %doc COPYING %doc README @@ -72,4 +88,3 @@ rm -rf $RPM_BUILD_ROOT %changelog * Sat Jun 23 2001 The Rasterman - Created spec file - -- 2.7.4