From 80b2918e586c970133bdf421386453fc216229c4 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 Oct 2006 16:29:09 +0000 Subject: [PATCH 1/4] Initialize branch FC-6 for lincvs --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..d5b6362 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +FC-6 From 1aa54746f8e3466ac9cdf316519049a307aa4c15 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Thu, 2 Nov 2006 18:58:30 +0000 Subject: [PATCH 2/4] Retired lincvs in FC-6 --- crossvc.desktop | 10 ---- crossvc.spec | 118 ------------------------------------------------ dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 129 deletions(-) delete mode 100644 crossvc.desktop delete mode 100644 crossvc.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/crossvc.desktop b/crossvc.desktop deleted file mode 100644 index 520317a..0000000 --- a/crossvc.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=CrossVC -Comment=Graphical CVS Client (QT) -Exec=crossvc -Icon=crossvc.xpm -Terminal=false -StartupNotify=true -Type=Application -Categories=Application;Development; diff --git a/crossvc.spec b/crossvc.spec deleted file mode 100644 index fe86e2c..0000000 --- a/crossvc.spec +++ /dev/null @@ -1,118 +0,0 @@ -Name: crossvc -Version: 1.5.0 -Release: 4%{?dist} - -Summary: Graphical CVS Client - -Group: Development/Tools -License: GPL -URL: http://www.lincvs.org -Source0: http://lincvs.com/download/crossvc-%{version}-0-generic-src.tgz -Source1: crossvc.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: cvs >= 0:1.9.0 -BuildRequires: qt-devel >= 1:3.3 -BuildRequires: desktop-file-utils -Requires: cvs >= 0:1.9.0 - -Provides: lincvs = %{version}-%{release} -Obsoletes: lincvs < 1.5.0 - -%description -CrossVC is a graphical Interface for the cvs client commandline tool -on the Unix and Windows platform. It allows ato load modules from a -server (checkout), create modules on the server (import), as well as -checking the state of directories and individual files or -updating them. Basic operations like add, remove and commit are -supported as matter of course, just like showing the actual differences -between the server version and the local sandbox, graphical display of -the version tree, and manifoldy graphical support of project maintenance. -All actions are logged on the cvs server (configurable via history), -and are therewith comprehensible. - -To keep CrossVC independent of the cvs version, CrossVC uses the local -but separat installed cvs and therewith always should work with the -latest version. - - -%prep -%setup -q -n CrossVC - -cat <<'EOF' >lincvs.sh -#!/bin/sh -exec %{_libdir}/CrossVC/AppRun $@ -EOF - -%build -[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh -qmake -o Makefile lincvs.pro -make %{?_smp_mflags} - -%install -rm -rf ${RPM_BUILD_ROOT} -[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh -%makeinstall -mkdir -p ${RPM_BUILD_ROOT}%{_libdir} -mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps - -cp -Rpa CrossVC ${RPM_BUILD_ROOT}%{_libdir} -cp -p CrossVC/AppIcon.xpm ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/crossvc.xpm - -install -p -D -m0755 lincvs.sh ${RPM_BUILD_ROOT}%{_bindir}/crossvc - -desktop-file-install --vendor fedora \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-category X-Fedora-Extra \ - %{SOURCE1} - - -%clean -rm -rf ${RPM_BUILD_ROOT} - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS doc/README THANKS doc/SSH-HOWTO.txt doc/PROXY-HOWTO.txt doc/FAQ.txt -%attr(755,root,root) %{_bindir}/crossvc -%{_libdir}/CrossVC -%{_datadir}/pixmaps/crossvc.xpm -%{_datadir}/applications/fedora-crossvc.desktop - - -%changelog -* Wed Oct 11 2006 Jochen Schmitt 1.5.0-4 -- Fix startup script (#210309) - -* Mon Oct 9 2006 Jochen Schmitt 1.5.0-3 -- Add Provides and Obsolete tag (#209917) - -* Wed Sep 27 2006 Jochen Schmitt 1.5.0-1 -- New upstream release - -* Tue Feb 14 2006 Jochen Schmitt 1.4.4-1 -- Update to 1.4.4 - -* Wed May 25 2005 Jeremy Katz - 1.4.1-1 -- update to 1.4.1 -- BR desktop-file-utils (#156234) - -* Sun May 22 2005 Jeremy Katz - 1.4.0-0.3.rc2 -- rebuild on all arches - -* Fri Apr 7 2005 Michael Schwendt -- rebuilt - -* Fri Feb 25 2005 Phillip Compton - 1.4.0-0.1.rc2 -- Fix for x86_64. - -* Sat Feb 12 2005 Phillip Compton - 1.4.0-0.rc2 -- 1.4.0-rc2. - -* Sat Apr 05 2003 Phillip Compton - 0:1.1.5-0.fdr.4 -- Added XFree86-devel to BuildRequires. -- Changed group to Development/Tools. -- Changed desktop category to Developement. - -* Wed Apr 02 2003 Phillip Compton - 1.1.5-0.fdr.3 -- Spec rebuilt after willy-nilly deletion of old one. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2a95f8d --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package was renamed into crossvc. diff --git a/sources b/sources deleted file mode 100644 index fd3b54e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -1c491bcaa92458e770227a7b5a62fad8 crossvc-1.5.0-0-generic-src.tgz From 075082fae4153f608c134f4520888a00d53a4759 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:56:56 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aee4f7a..4687323 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := lincvs SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From acac49540d5c61b57adda6cd805ee988e0b8ef8a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 17:46:07 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 4687323..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: lincvs -# $Id$ -NAME := lincvs -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6