Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/exhibit


Modified Files:
        exhibit.spec 


Log Message:
- new spec file, thanks Didier.

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exhibit/exhibit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- exhibit.spec        14 Dec 2005 11:33:28 -0000      1.1
+++ exhibit.spec        28 Jan 2006 10:12:03 -0000      1.2
@@ -1,79 +1,56 @@
-# Note that this is NOT a relocatable package
-%define ver      0.0.1
-%define rel      1
-%define prefix   /usr
-
-Summary: exhibit
-Name: exhibit
-Version: %ver
-Release: %rel
-Copyright: BSD
-Group: System Environment/Libraries
-Source: ftp://ftp.enlightenment.org/pub/exhibit/exhibit-%{ver}.tar.gz
-BuildRoot: /var/tmp/exhibit-root
-Packager: The Rasterman <[EMAIL PROTECTED]>
-URL: http://www.enlightenment.org/
-BuildRequires: libjpeg-devel
-BuildRequires: zlib-devel
-Requires: libjpeg
-Requires: zlib
-
-Docdir: %{prefix}/doc
-
-%description
-
-exhibit is a Canvas Server
-
-%package devel
-Summary: exhibit 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
-rm -rf $RPM_BUILD_ROOT
-
-%setup -q
-
-%build
-./configure --prefix=%prefix
-
-if [ "$SMP" != "" ]; then
-  (make "MAKE=make -k -j $SMP"; exit 0)
-  make
-else
-  make
-fi
-###########################################################################
-
-%install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%files
-%defattr(-,root,root)
-%attr(755,root,root) %{prefix}/lib/libexhibit.so*
-%attr(755,root,root) %{prefix}/lib/libexhibit.la
-
-%files devel
-%attr(755,root,root) %{prefix}/lib/libexhibit.a
-%attr(755,root,root) %{prefix}/bin/exhibit*
-%{prefix}/include/exhibit*
-%doc AUTHORS
-%doc COPYING
-%doc README
-%doc exhibit_docs.tar.gz
-
-%changelog
-* Sat Jun 23 2001 The Rasterman <[EMAIL PROTECTED]>
-- Created spec file
+Name: exhibit
+Summary: Yet another image viewer that uses Etk as its toolkit
+Version: 0.0.1
+Release: 0.%(date '+%Y%m%d')cvs%{?dist}
+License: BSD
+Group: Applications/Multimedia
+URL: http://www.enlightenment.org
+Source0: %{name}-%{version}-%(date '+%Y%m%d').tar.gz
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: ecore-devel, evas-devel, edje-devel, etk-devel, epsilon-devel
+BuildRequires: enlightenment-devel, engrave-devel
+
+%description 
+Exhibit is an image viewer that uses Etk as its toolkit. Exhibit supports
+image previews for image types supported by Evas and allows for
+directory changing using a point and click interface or a text input box with
+tab autocompletion support. Exhibit also has image effect, tabs, and favorites
+support.
+
+%prep 
+%setup -q
+
+%build 
+rm -rf missing
+touch README
+aclocal -I m4
+autoheader
+autoconf
+libtoolize --copy --automake
+automake --add-missing --copy --gnu
+
+%configure
+%{__make} %{?_smp_mflags}
+
+%install 
+rm -fr %{buildroot}
+%{__make} %{?mflags_install} DESTDIR=%{buildroot} install
+
+%clean 
+rm -fr %{buildroot}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig 
+
+%files 
+%defattr(-,root,root)
+%{_bindir}/exhibit*
+%{_datadir}/exhibit*
+%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README TODO
+
+%changelog
+* Fri Jan 27 2006 Didier F. B. Casse <didier[AT]microtronyx.com> - 
0.0.1-20060127
+- Initial RPM release
+
+




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to