SPECS: epdf.spec (NEW) - NEW, EFL pdf viewer, aplication not finis...

sparky sparky at pld-linux.org
Fri Feb 24 22:46:54 CET 2006


Author: sparky                       Date: Fri Feb 24 21:46:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, EFL pdf viewer, aplication not finished yet but epdf_etk_test works
  very nice already

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

---- Diffs:

================================================================
Index: SPECS/epdf.spec
diff -u /dev/null SPECS/epdf.spec:1.1
--- /dev/null	Fri Feb 24 22:46:54 2006
+++ SPECS/epdf.spec	Fri Feb 24 22:46:49 2006
@@ -0,0 +1,117 @@
+# $Revision$, $Date$
+Summary:	pdf viewer using Enlightenment libraries
+Summary(pl):	Przeglądarka pdfów używająca bibliotek Enlightenmenta
+Name:		epdf
+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:	764ddf9621a7d810872b8283ec0d2ced
+URL:		http://enlightenment.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	etk-devel
+BuildRequires:	ewl-devel
+BuildRequires:	libtool
+BuildRequires:	poppler-devel >= 0.5.0-3
+Requires:	%{name}-libs = %{version}-%{release}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+epdf is an image pdf using Enlightenment libraries.
+
+%description -l pl
+epdf to przeglądarka pdfów używająca bibliotek Enlightenmenta.
+
+%package libs
+Summary:	epdf library
+Summary(pl):	Biblioteka epdf
+Group:		Libraries
+
+%description libs
+epdf library.
+
+%description libs -l pl
+Biblioteka epdf.
+
+%package devel
+Summary:	Header files for epdf library
+Summary(pl):	Pliki nagłówkowe biblioteki epdf
+Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description devel
+This is the package containing the header files for epdf library.
+
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe biblioteki epdf.
+
+%package static
+Summary:	Static epdf library
+Summary(pl):	Statyczna biblioteka epdf
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static epdf library.
+
+%description static -l pl
+Statyczna biblioteka epdf
+
+%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
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post libs	-p /sbin/ldconfig
+%postun	libs	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}_*_test
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libepdf.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}-config
+%attr(755,root,root) %{_libdir}/libepdf.so
+%{_libdir}/libepdf.la
+%{_includedir}/%{name}
+%{_pkgconfigdir}/%{name}.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libepdf.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:46:49  sparky
+- NEW, EFL pdf viewer, aplication not finished yet but epdf_etk_test works
+  very nice already
+
================================================================


More information about the pld-cvs-commit mailing list