Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        imlib2.spec 


Log Message:
Wed Jan 19 17:10:29 2005                        Michael Jennings (mej)

Fix imlib2 and evas spec files to depend on /usr/bin/freetype-config
so that they'll build on both RH/Fedora/cAos (freetype-devel) and SuSE
(freetype2-devel).
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/imlib2.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- imlib2.spec 19 Jan 2005 12:28:53 -0000      1.36
+++ imlib2.spec 19 Jan 2005 21:07:06 -0000      1.37
@@ -1,7 +1,7 @@
 Summary: Powerful image loading and rendering library
 Name: imlib2
 Version: 1.2.0
-Release: 1.%(date '+%Y%m%d')
+Release: 2.%(date '+%Y%m%d')
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.enlightenment.org
@@ -9,8 +9,8 @@
 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL 
PROTECTED]>}
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}
 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
-#BuildSuggests: xorg-x11-devel
-BuildRequires: freetype2-devel XFree86-devel
+#BuildSuggests: xorg-x11-devel freetype-devel freetype2-devel
+BuildRequires: /usr/bin/freetype-config XFree86-devel
 Requires: %{name}-loader_jpeg = %{version}
 Requires: %{name}-loader_png = %{version}
 Requires: %{name}-loader_argb = %{version}
@@ -26,7 +26,8 @@
 Summary: Imlib2 headers, static libraries and documentation
 Group: System Environment/Libraries
 Requires: %{name} = %{version}
-Requires: freetype2-devel >= 2
+Requires: /usr/bin/freetype-config
+
 %description devel
 Headers, static libraries and documentation for Imlib2.
 




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to