openspace.spec
Jacek 'jackass' Brzozowski
metallowiec at op.pl
Fri Jun 9 15:58:24 CEST 2006
Użytkownik Jakub Bogusz napisał:
>
>Coś krótkie to tłumaczenie...
>
>
już trochę lepiej. ale ja jakoś nie mam talentu do tłumaczenia
>
>Do czego ten katalog, jak nie jest pakietowany?
>
>
poprawione
>Duplikat z głównego pakietu.
>
>
poprawione
chyba teraz już może być?
-------------- next part --------------
# $Revision: $, $Date: $
Summary: Library implementing the SSH protocol
Summary(pl): Biblioteka implementująca protokół SSH
Name: libssh
Version: 0.11
Release: 1
License: LGPL
Group: Libraries
Source0: http://0xbadc0de.be/libssh/%{name}-%{version}.tgz
# Source0-md5: ad703c4702646c83ca4fcace92c220d3
Patch0: %{name}-makefile.patch
URL: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: intltool
BuildRequires: libmagic-devel
BuildRequires: libtool
BuildRequires: openssl-devel
BuildRequires: zlib-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
The ssh library was designed to be used by programmers needing a
working SSH implementation by the mean of a library. The complete
control of the client is made by the programmer. With libssh, you can
remotely execute programs, transfer files, use a secure and
transparent tunnel for your remote programs. With its Secure FTP
implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).
%description -l pl
Biblioteka ssh library zastała zaprojektowana do użwania przez
programistów potrzebująych pracować z implementacją SSH. Z libssh
można zdalnie uruchamiać programy, przesyłać pliki, używać
bezpiecznych tuneli dla swoich zdalnych programów.
%package devel
Summary: Header files for libssh library
Summary(pl): Pliki nagłówkowe biblioteki libssh
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
Header files for libssh library.
%description devel -l pl
Pliki nagłówkowe biblioteki libssh.
%prep
%setup -q
%patch0 -p1
mkdir po
%build
%{__intltoolize}
%{__gettextize}
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_prefix}/lib
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_libdir}/lib*.so
%files devel
%defattr(644,root,root,755)
%{_includedir}/*
%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: libssh.spec,v $
More information about the pld-devel-pl
mailing list