rpms/lincvs/devel lincvs.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:25 UTC 2005


Author: thias

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

Modified Files:
	lincvs.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: lincvs.spec
===================================================================
RCS file: /cvs/extras/rpms/lincvs/devel/lincvs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lincvs.spec	12 Feb 2005 21:24:23 -0000	1.4
+++ lincvs.spec	5 Mar 2005 21:10:23 -0000	1.5
@@ -1,7 +1,7 @@
 Name:             lincvs
 Version:          1.4.0
 Release:          0.rc2
-Summary:          Graphical CVS Client.
+Summary:          Graphical CVS client
 
 Group:            Development/Tools
 License:          GPL
@@ -11,14 +11,22 @@
 Source2:          lincvs.desktop
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:    cvs >= 0:1.9.0
+BuildRequires:    cvs >= 1.9.0
 BuildRequires:    qt-devel >= 1:3.3
-Requires:         cvs >= 0:1.9.0
+Requires:         cvs >= 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.
+LinCVS is a graphical Interface for the cvs client commandline tool. 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.
+To keep LinCVS independant of the cvs version, LinCVS uses the local but
+separately installed cvs and should always work with the latest version.
 
 
 %prep
@@ -29,7 +37,7 @@
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 qmake -o Makefile lincvs.pro
 make %{?_smp_mflags}
-  
+
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -45,7 +53,7 @@
 
 desktop-file-install --vendor fedora                \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications   \
-  --add-category X-Fedora-Extra	                    \
+  --add-category X-Fedora-Extra                     \
   %{SOURCE2}
 
 




More information about the fedora-extras-commits mailing list