rpms/lincvs/FC-5 crossvc.desktop, NONE, 1.1 crossvc.spec, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 lincvs-1.4.4-gcc41.patch, 1.1, NONE lincvs.desktop, 1.2, NONE lincvs.spec, 1.12, NONE

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Wed Sep 27 19:16:17 UTC 2006


Author: s4504kr

Update of /cvs/extras/rpms/lincvs/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2492

Modified Files:
	.cvsignore sources 
Added Files:
	crossvc.desktop crossvc.spec 
Removed Files:
	lincvs-1.4.4-gcc41.patch lincvs.desktop lincvs.spec 
Log Message:
New upstream release


--- NEW FILE crossvc.desktop ---
[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;


--- NEW FILE crossvc.spec ---
Name:             crossvc
Version:          1.5.0
Release:          1%{?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

BuildRequires:    cvs >= 0:1.9.0
BuildRequires:    qt-devel >= 1:3.3
BuildRequires:    desktop-file-utils
Requires:         cvs >= 0:1.9.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}/LinCVS/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 Sep 27 2006 Jochen Schmitt <Jochen herr-schmitt de> 1.5.0-1
- New upstream release

* Tue Feb 14 2006 Jochen Schmitt <Jochen herr-schmitt de> 1.4.4-1
- Update to 1.4.4

* Wed May 25 2005 Jeremy Katz <katzj at redhat.com> - 1.4.1-1
- update to 1.4.1
- BR desktop-file-utils (#156234)

* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.4.0-0.3.rc2
- rebuild on all arches

* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt

* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 1.4.0-0.1.rc2
- Fix for x86_64.

* Sat Feb 12 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 1.4.0-0.rc2
- 1.4.0-rc2.

* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 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 <pcompton[AT]proteinmedia.com> - 1.1.5-0.fdr.3
- Spec rebuilt after willy-nilly deletion of old one.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lincvs/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	15 Feb 2006 15:35:35 -0000	1.5
+++ .cvsignore	27 Sep 2006 19:16:17 -0000	1.6
@@ -1 +1 @@
-lincvs-1.4.4-0-generic-src.tgz
+crossvc-1.5.0-0-generic-src.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lincvs/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	15 Feb 2006 15:35:35 -0000	1.5
+++ sources	27 Sep 2006 19:16:17 -0000	1.6
@@ -1 +1 @@
-e5bdeeffb2511579b0c9ba3e33f636e8  lincvs-1.4.4-0-generic-src.tgz
+1c491bcaa92458e770227a7b5a62fad8  crossvc-1.5.0-0-generic-src.tgz


--- lincvs-1.4.4-gcc41.patch DELETED ---


--- lincvs.desktop DELETED ---


--- lincvs.spec DELETED ---




More information about the scm-commits mailing list