]> git.pld-linux.org Git - packages/cvs-nserver.git/commitdiff
- added PAM_fix patch - now cvs-nserver compiles correctly but %install is
authorkloczek <kloczek@pld-linux.org>
Wed, 13 Sep 2000 22:24:10 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  not finished.

Changed files:
    cvs-nserver.spec -> 1.5

cvs-nserver.spec

index 6855355fe473905e51e96371aba4b87b3d6b1ba7..bd8d0c7a062aaa4cb7d8880ddc58018b81b9f3d5 100644 (file)
@@ -10,6 +10,7 @@ License:      GPL
 Group:         Development/Version Control
 Group(pl):     Programowanie/ZarzĀ±dzanie wersjami
 Source0:       http://alexm.here.ru/cvs-nserver/download/%{name}-%{version}.tar.gz
+Patch0:                cvs-nserver-PAM_fix.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -73,9 +74,9 @@ sa
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --enable-pam
 %{__make}
@@ -107,11 +108,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/cvsbug
 %attr(755,root,root) %{_bindir}/rcs2log
 /etc/pam.d/cvspserver
-%{_mandir}/man1/cvs.1
-%{_mandir}/man5/cvs.5
-%{_mandir}/man8/cvsbug.8
-%{_mandir}/man8/cvs-nserver.8
-%{_mandir}/man8/cvs-pserver.8
-%{_mandir}/man8/cvs-server.8
+%{_mandir}/man1/cvs.1*
+%{_mandir}/man5/cvs.5*
+%{_mandir}/man8/cvsbug.8*
+%{_mandir}/man8/cvs-nserver.8*
+%{_mandir}/man8/cvs-pserver.8*
+%{_mandir}/man8/cvs-server.8*
 %{_infodir}/cvs*
 %{_libdir}/cvs
This page took 0.087067 seconds and 4 git commands to generate.