Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        eet.spec 


Log Message:


update spec

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/eet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- eet.spec    7 Feb 2003 01:06:35 -0000       1.3
+++ eet.spec    7 Feb 2003 01:48:59 -0000       1.4
@@ -13,6 +13,8 @@
 BuildRoot: /var/tmp/eet-root
 Packager: The Rasterman <[EMAIL PROTECTED]>
 URL: http://www.enlightenment.org/
+BuildRequires: libjpeg-devel
+BuildRequires: zlib-devel
 Requires: libjpeg
 Requires: zlib
 
@@ -32,8 +34,18 @@
 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 @@
 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 @@
 %changelog
 * Sat Jun 23 2001 The Rasterman <[EMAIL PROTECTED]>
 - Created spec file
-




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to