SPECS: waili.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Feb 4 20:15:17 CET 2006


Author: qboosh                       Date: Sat Feb  4 19:15:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/waili.spec
diff -u /dev/null SPECS/waili.spec:1.1
--- /dev/null	Sat Feb  4 20:15:17 2006
+++ SPECS/waili.spec	Sat Feb  4 20:15:11 2006
@@ -0,0 +1,106 @@
+# $Revision$, $Date$
+Summary:	WAILI - a wavelet transform library
+Summary(pl):	WAILI - biblioteka transformaty falkowej
+Name:		waili
+Version:	19990723
+Release:	1
+License:	GPL
+Group:		Libraries
+# Source0Download: http://www.cs.kuleuven.ac.be/~wavelets/Download.html
+Source0:	http://www.cs.kuleuven.ac.be/~wavelets/%{name}-gpl-%{version}.tar.gz
+# Source0-md5:	0bdbb8f6e1e44a575a5aebd7bca7fdcd
+Patch0:		%{name}-debian.patch
+URL:		http://www.cs.kuleuven.ac.be/~wavelets/
+BuildRequires:	libjpeg-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtiff-devel
+BuildRequires:	libtool
+BuildRequires:	tetex-dvips
+BuildRequires:	tetex-format-latex
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+WAILI is a wavelet transform library. It includes some basic image
+processing operations based on the use of wavelets and forms the
+backbone of more complex image processing operations.
+
+%description -l pl
+WAILI to biblioteka transformaty falkowej (wavelet transform). Zawiera
+trochę podstawowych operacji przetwarzania obrazu opartych na użyciu
+falek i stanowi szkielet dla bardziej złożonych operacji przetwarzania
+obrazu.
+
+%package devel
+Summary:	Header files for WAILI library
+Summary(pl):	Pliki nagłówkowe biblioteki WAILI
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libjpeg-devel
+Requires:	libstdc++-devel
+Requires:	libtiff-devel
+
+%description devel
+Header files for WAILI library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki WAILI.
+
+%package static
+Summary:	Static WAILI library
+Summary(pl):	Statyczna biblioteka WAILI
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static WAILI library.
+
+%description static -l pl
+Statyczna biblioteka WAILI.
+
+%prep
+%setup -q -n %{name}-gpl-%{version}
+%patch0 -p1
+
+mv -f debian/changelog debian/changelog.Debian
+
+%build
+%{__make} \
+	CXX="%{__cxx}" \
+	OPTFLAGS="%{rpmcxxflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc debian/*
+%attr(755,root,root) %{_libdir}/libwaili.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc man/Manual.ps
+%attr(755,root,root) %{_libdir}/libwaili.so
+%{_libdir}/libwaili.la
+%{_includedir}/waili
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libwaili.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/04 19:15:11  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list