[packages/cvs-fast-export] up to 1.30, list make targets not to build doc in install
glen
glen at pld-linux.org
Mon Apr 13 14:41:37 CEST 2015
commit c03c054eff32c95f2cbe450bca62f1eb5c1c5948
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Apr 13 15:41:26 2015 +0300
up to 1.30, list make targets not to build doc in install
cvs-fast-export.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/cvs-fast-export.spec b/cvs-fast-export.spec
index 0cec42b..3f916bb 100644
--- a/cvs-fast-export.spec
+++ b/cvs-fast-export.spec
@@ -5,12 +5,12 @@
Summary: Tool to export CVS history into a fast-import stream
Summary(pl.UTF-8): Narzędzie eksportujące historię CVS w postaci strumienia fast-import
Name: cvs-fast-export
-Version: 1.21
+Version: 1.30
Release: 1
License: GPL v2
Group: Development/Version Control
Source0: http://www.catb.org/~esr/cvs-fast-export/%{name}-%{version}.tar.gz
-# Source0-md5: 9831c1f7c7b2ac055c255bbd8922d2a9
+# Source0-md5: 6ae2793b2bc2d567e34bd221409918cb
URL: http://www.catb.org/~esr/cvs-fast-export/
BuildRequires: asciidoc
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,7 +41,7 @@ ze zdalnych serwerów CVS.
%setup -q
%build
-%{__make} \
+%{__make} cvs-fast-export cvssync cvsconvert man \
CC="%{__cc}" \
EXTRA_CFLAGS="%{rpmcflags}" \
LDFLAGS="%{rpmldflags}"
@@ -61,6 +61,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS NEWS README TODO
%attr(755,root,root) %{_bindir}/cvs-fast-export
+%attr(755,root,root) %{_bindir}/cvsconvert
%attr(755,root,root) %{_bindir}/cvssync
%{_mandir}/man1/cvs-fast-export.1*
+%{_mandir}/man1/cvsconvert.1*
%{_mandir}/man1/cvssync.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cvs-fast-export.git/commitdiff/c03c054eff32c95f2cbe450bca62f1eb5c1c5948
More information about the pld-cvs-commit
mailing list