SPECS: etk.spec (NEW) - NEW, EFL toolkit

sparky sparky at pld-linux.org
Fri Feb 24 22:23:02 CET 2006


Author: sparky                       Date: Fri Feb 24 21:23:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, EFL toolkit

---- Files affected:
SPECS:
   etk.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/etk.spec
diff -u /dev/null SPECS/etk.spec:1.1
--- /dev/null	Fri Feb 24 22:23:02 2006
+++ SPECS/etk.spec	Fri Feb 24 22:22:57 2006
@@ -0,0 +1,107 @@
+# $Revision$, $Date$
+Summary:	Toolkit based on the EFL
+Name:		etk
+Version:	0.1
+%define	_snap	20060223
+Release:	0.%{_snap}.1
+License:	BSD
+Group:		X11/Window Managers/Tools
+Source0:	http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
+# Source0-md5:	134cea1543a9ccca76d5d87ec8a016eb
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	edje
+BuildRequires:	edje-devel
+BuildRequires:	libtool
+Requires:	fonts-TTF-bitstream-vera
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Enlightenment Foundations Library based toolkit.
+
+%package devel
+Summary:	Header files for etk library
+Summary(pl):	Pliki nagłówkowe biblioteki etk
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for etk library.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki etk.
+
+%package static
+Summary:	Static etk library
+Summary(pl):	Statyczna biblioteka etk
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static etk library.
+
+%description static -l pl
+Statyczna biblioteka etk
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+cd $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts
+VERA=$(ls Vera*.ttf)
+for FONT in $VERA; do
+	rm -f $FONT
+	ln -s %{_fontsdir}/TTF/$FONT .
+done
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog INSTALL README TODO
+%attr(755,root,root) %{_bindir}/etk_test
+%attr(755,root,root) %{_libdir}/libetk.*.*.*
+%{_datadir}/%{name}
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/etk-config
+%attr(755,root,root) %{_libdir}/libetk.so
+%{_libdir}/libetk.la
+%{_includedir}/%{name}
+%{_pkgconfigdir}/%{name}.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libetk.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/24 21:22:57  sparky
+- NEW, EFL toolkit
+
================================================================


More information about the pld-cvs-commit mailing list