devel/lincvs .cvsignore, 1.2, 1.3 lincvs.desktop, 1.1, 1.2 lincvs.spec, 1.3, 1.4 sources, 1.2, 1.3

Phillip Compton (pcompton) fedora-extras-commits at redhat.com
Sat Feb 12 21:24:25 UTC 2005


Author: pcompton

Update of /cvs/extras/devel/lincvs
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24218

Modified Files:
	.cvsignore lincvs.desktop lincvs.spec sources 
Log Message:
lincvs-1.4.0-rc2 (works on FC3)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/lincvs/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:50:07 -0000	1.2
+++ .cvsignore	12 Feb 2005 21:24:23 -0000	1.3
@@ -1 +1 @@
-lincvs-1.1.5-0-generic-src.tgz
+lincvs-1.4.0-rc2-1-generic-src.tgz


Index: lincvs.desktop
===================================================================
RCS file: /cvs/extras/devel/lincvs/lincvs.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lincvs.desktop	8 Nov 2004 04:50:07 -0000	1.1
+++ lincvs.desktop	12 Feb 2005 21:24:23 -0000	1.2
@@ -1,8 +1,10 @@
 [Desktop Entry]
 Encoding=UTF-8
 Name=lincvs
-Comment=graphical cvs client
+Comment=Graphical CVS Client (QT)
 Exec=lincvs
 Icon=lincvs.xpm
-Terminal=0
+Terminal=false
+StartupNotify=true
 Type=Application
+Categories=Application;Development;


Index: lincvs.spec
===================================================================
RCS file: /cvs/extras/devel/lincvs/lincvs.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lincvs.spec	14 Dec 2004 15:34:09 -0000	1.3
+++ lincvs.spec	12 Feb 2005 21:24:23 -0000	1.4
@@ -1,81 +1,71 @@
-Summary:          Graphical CVS Client.
 Name:             lincvs
-Version:          1.1.5
-Release:          0.fdr.4
-Epoch:            0
-URL:              http://www.lincvs.org
-License:          GPL
+Version:          1.4.0
+Release:          0.rc2
+Summary:          Graphical CVS Client.
+
 Group:            Development/Tools
-Source0:          http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/LinCVS/lincvs-1.1.5/lincvs-1.1.5-0-generic-src.tgz   
+License:          GPL
+URL:              http://www.lincvs.org
+Source0:          http://lincvs.com/download/lincvs-1.4.0-rc2-1-generic-src.tgz
 Source1:          lincvs
 Source2:          lincvs.desktop
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires:         cvs >= 0:1.9.0
+
 BuildRequires:    cvs >= 0:1.9.0
-BuildRequires:    qt-devel >= 1:3.0.6
-BuildRequires:    XFree86-devel
+BuildRequires:    qt-devel >= 1:3.3
+Requires:         cvs >= 0:1.9.0
 
 %description
 LinCVS 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 LinCVS independant of the cvs version, LinCVS uses the local but separat installed cvs and therewith always should work with the latest version.
 
-#---------------------------------------------------------------------
 
 %prep
-echo "
---------------------------------------------------------------
-Hasn't been built nor updated since RHL9.
-Fails to build on FC3.
---------------------------------------------------------------" > /dev/null
-exit 1
-%setup -q
+%setup -q -n %{name}-1.4.0-rc2
 
-#---------------------------------------------------------------------
 
 %build
+[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 qmake -o Makefile lincvs.pro
 make %{?_smp_mflags}
   
-#---------------------------------------------------------------------
 
 %install
-rm -rf %{buildroot}
+rm -rf ${RPM_BUILD_ROOT}
+[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 %makeinstall
-mkdir -p %{buildroot}%{_libdir}
-mkdir -p %{buildroot}%{_datadir}/pixmaps
+mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
+mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
 
-cp -Rpa LinCVS %{buildroot}%{_libdir}
-cp -p LinCVS/AppIcon.xpm %{buildroot}%{_datadir}/pixmaps/lincvs.xpm
+cp -Rpa LinCVS ${RPM_BUILD_ROOT}%{_libdir}
+cp -p LinCVS/AppIcon.xpm ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/lincvs.xpm
 
-install -p -D %{SOURCE1} %{buildroot}%{_bindir}/lincvs
-install -p -D %{SOURCE2} %{buildroot}%{_datadir}/applications/lincvs.desktop
+install -p -D %{SOURCE1} ${RPM_BUILD_ROOT}%{_bindir}/lincvs
 
-desktop-file-install --vendor fedora --delete-original 		\
-  --dir %{buildroot}%{_datadir}/applications   	\
-  --add-category X-Fedora-Extra			\
-  --add-category Application			\
-  --add-category Development			\
-  %{buildroot}%{_datadir}/applications/lincvs.desktop
+desktop-file-install --vendor fedora                \
+  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications   \
+  --add-category X-Fedora-Extra	                    \
+  %{SOURCE2}
 
-#---------------------------------------------------------------------
 
 %clean
-rm -rf %{buildroot}
+rm -rf ${RPM_BUILD_ROOT}
 
-#---------------------------------------------------------------------
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README THANKS SSH-HOWTO.txt PROXY-HOWTO.txt FAQ.txt
+%doc AUTHORS COPYING ChangeLog NEWS doc/README THANKS doc/SSH-HOWTO.txt doc/PROXY-HOWTO.txt doc/FAQ.txt
 %attr(755,root,root) %{_bindir}/lincvs
 %{_libdir}/LinCVS
 %{_datadir}/pixmaps/lincvs.xpm
 %{_datadir}/applications/fedora-lincvs.desktop
 
-#---------------------------------------------------------------------
 
 %changelog
+* 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.


Index: sources
===================================================================
RCS file: /cvs/extras/devel/lincvs/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:50:07 -0000	1.2
+++ sources	12 Feb 2005 21:24:23 -0000	1.3
@@ -1 +1 @@
-a9b7ec73642eee617545cd003ac40f3d  lincvs-1.1.5-0-generic-src.tgz
+b12101327fac6edaaa2d073824da797a  lincvs-1.4.0-rc2-1-generic-src.tgz




More information about the fedora-extras-commits mailing list