Summary: Concurrent Versions System Summary(de): Concurrent-Versioning-System Summary(fr): Un système pour maintenir à jour des fichiers Summary(pl): Concurrent Versioning System Summary(tr): Sürüm denetim sistemi Name: cvs-nserver Version: 1.10.8.3 Release: 1 License: GPL Group: Development/Version Control Group(pl): Programowanie/Zarz±dzanie wersjami Source0: http://alexm.here.ru/cvs-nserver/download/%{name}-%{version}.tar.gz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does not just operate on one file at a time or one directory at a time, but operates on hierarchical collections of directories consisting of version controlled files. CVS helps to manage releases and to control the concurrent editing of source files among multiple authors. CVS allows triggers to enable/log/control various operations and works well over a wide area network. %description -l de CVS ist ein Frontend für das RCS(1)-Revisionskontrollsystem, das den Begriff der Revisionskontrolle von einer Sammlung von Dateien in einem einzelnen Verzeichnis auf eine ganze Hierarchie ausweitet, bestehend aus revisionskontrollierten Dateien. Diese Verzeichnisse und Dateien lassen sich zu einer Software-Release kombinieren. CVS bietet die Funktionen, die zur Verwaltung von Software-Releases und zur Überwachung der gleichzeitigen Bearbeitung von Quelldateien durch mehrere Software- Entwickler notwendig sind. %description -l fr "CVS" signifie "Concurrent Version System". C'est un système de comparaison de versions de fichiers, qui peut garder une trace des changements apportés à des fichiers (le plus souvent, les fichiers des sources d'un programme). CVS conserve seulement les différences, et non l'intégralité d'un fichier récent et d'un fichier plus ancien. A chaque modification d'un fichier, CVS garde (entre autres) le nom de la personne ayant fait la modification, la raison justifiant cette modification, et la date à laquelle celle-ci a eu lieu. CVS est très utile pour gérer la mise en commun des modifications apportées par plusieurs personnes travaillant en parallèle sur les mêmes fichiers. Au lieu de garder plusieurs versions des fichiers dans un seul répertoire, CVS crée une série de répertoires, chacun contenant une nouvelle version des fichiers. Ces répertoires et ces fichiers peuvent ensuite être regroupés pour former la version la plus à jour du logiciel. Installez ce package si vous avez besoin d'utiliser un système de contrôle de version. %description -l pl CVS jest nak³adk± na rcs (Revision Control System, czyli w wolnym t³umaczeniu system kontroli wersji zasobów), który rozszerza mo¿liwo¶ci rcs'a z narzêdzia do kontroli zbioru plików w pojedynczym katalogu o mo¿liwo¶æ kontroli zbioru hierarhicznie u³o¿onych katalogów z plikami. Z pomoc± CVS w ³atwy sposób mo¿na zarz±dzaæ kodem ¼ród³owym opracowywanym przez nawet bardzo du¿e zespó³y programistów umo¿liwiaj±c ¶ledzenie i kontrolê wszystkich zmian w trakcie pracy nad projektami i wypuszczaniem pe³nych wersji oprogramowania (release). %description -l tr CVS (Concurrent Versioning System), tek bir dizindeki dosya topluluğunun sürüm denetimini, denetimi yapılmış dizinlerin hiyerarşik topluluğuna genişleten rcs(1) sürüm denetim sisteminin ön yüzüdür. Bu dizin ve dosyalar, bir yazılım yayını oluşturma amacıyla biraraya getirilebilir. CVS, bu yazılım yayınlarının yönetilmesini ve kaynak dosyaları bakımının birden çok yazılım geliştiricisi tarafından eşzamanlı olarak yapılmasını kontrol etmek için gereken işlevleri sağlar. %prep %setup -q %build LDFLAGS="-s"; export LDFLAGS %configure \ --enable-pam %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} installdirs %{__make} PAMDIR=$RPM_BUILD_ROOT/etc/pam.d install %{__make} install-setuid rm -f $RPM_BUILD_ROOT%{_prefix}/info/cvs* %{__make} install-info gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*,%{_mandir}/man?/*} \ BUGS FAQ HACKING MINOR-BUGS NEWS PROJECTS README TESTS TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/cvs %attr(755,root,root) %{_bindir}/cvschkpw %attr(755,root,root) %{_bindir}/cvspasswd %attr(755,root,root) %{_bindir}/cvs-pserver %attr(755,root,root) %{_bindir}/cvs-nserver %attr(755,root,root) %{_bindir}/checkpassword %attr(755,root,root) %{_bindir}/checkpassword-pam %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 %{_infodir}/cvs* %{_libdir}/cvs