Author: shadzik Date: Tue Nov 17 23:09:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - 0.4.0 git version - almost ready - fix BRs (WTF was that!?) - cosmetics
---- Files affected: packages/libssh: libssh.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/libssh/libssh.spec diff -u packages/libssh/libssh.spec:1.9 packages/libssh/libssh.spec:1.10 --- packages/libssh/libssh.spec:1.9 Fri Oct 2 15:49:20 2009 +++ packages/libssh/libssh.spec Wed Nov 18 00:09:53 2009 @@ -2,21 +2,22 @@ Summary: Library implementing the SSH protocol Summary(pl.UTF-8): Biblioteka implementująca protokół SSH Name: libssh -Version: 0.3.4 -Release: 1 +Version: 0.4.0 +Release: 0.git.1 Epoch: 1 License: LGPL Group: Libraries -Source0: http://www.libssh.org/files/%{name}-%{version}.tar.gz -# Source0-md5: 1563f1f78cfa1ff32d214137ac62c818 +#Source0: http://www.libssh.org/files/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}-git.tar.gz +# Source0-md5: 0c8db6b22944b0d4f50d3d3dbdf646ae URL: http://www.libssh.org/ BuildRequires: cmake >= 2.6.0 BuildRequires: openssl-devel >= 0.9.8 BuildRequires: zlib-devel -BuildRequires: /usr/bin/doxygen -BuildRequires: /usr/bin/latex -BuildRequires: /usr/bin/makeindex -BuildRequires: /usr/bin/dvips +BuildRequires: doxygen +BuildRequires: tetex-dvips +BuildRequires: tetex-format-latex +BuildRequires: tetex-makeindex BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -51,10 +52,10 @@ Pliki nagłówkowe biblioteki libssh. %prep -%setup -q +%setup -q -n %{name}-%{version}-git %build -mkdir build +install -d build cd build %cmake \ -DCMAKE_BUILD_TYPE="Release" \ @@ -69,8 +70,7 @@ %install rm -rf $RPM_BUILD_ROOT -cd build -%{__make} install \ +%{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT \ libdir=%{_libdir} @@ -97,6 +97,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2009/11/17 23:09:53 shadzik +- 0.4.0 git version - almost ready +- fix BRs (WTF was that!?) +- cosmetics + Revision 1.9 2009/10/02 13:49:20 cactus - devel files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libssh/libssh.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
