SPECS: gsti.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Aug 28 16:24:50 CEST 2005


Author: qboosh                       Date: Sun Aug 28 14:24:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/gsti.spec
diff -u /dev/null SPECS/gsti.spec:1.1
--- /dev/null	Sun Aug 28 16:24:50 2005
+++ SPECS/gsti.spec	Sun Aug 28 16:24:45 2005
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+Summary:	GNU Secure Transport Initiative
+Summary(pl):	GNU Secure Transport Initiative - biblioteka bezpiecznego transportu
+Name:		gsti
+Version:	0.3.0
+Release:	1
+License:	GPL v2+
+Group:		Libraries
+Source0:	ftp://ftp.gnupg.org/gcrypt/alpha/gsti/%{name}-%{version}.tar.bz2
+# Source0-md5:	e748f986f621b3d8d8579368ba7e4b1f
+Patch0:		%{name}-link.patch
+URL:		http://www.gnupg.org/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1.9.3
+BuildRequires:	libgcrypt-devel >= 1.2.0
+BuildRequires:	libgpg-error-devel >= 1.0
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a library which implements a basic part of the protocol used
+by SSH to create a secure transport channel.
+
+%description -l pl
+Ta biblioteka implementuje podstawową część protokołu używanego przez
+SSH do stworzenia bezpiecznego kanału transportowego.
+
+%package devel
+Summary:	Header files for GSTI library
+Summary(pl):	Pliki nagłówkowe biblioteki GSTI
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for GSTI library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki GSTI.
+
+%package static
+Summary:	Static GSTI library
+Summary(pl):	Statyczna biblioteka GSTI
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static GSTI library.
+
+%description static -l pl
+Statyczna biblioteka GSTI.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%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 AUTHORS ChangeLog NEWS README* TODO doc/*.txt
+%attr(755,root,root) %{_libdir}/libgsti.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gsti-config
+%attr(755,root,root) %{_libdir}/libgsti.so
+%{_libdir}/libgsti.la
+%{_includedir}/gsti.h
+%{_aclocaldir}/gsti.m4
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libgsti.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  2005/08/28 14:24:45  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list