]> git.pld-linux.org Git - packages/gcvs.git/blobdiff - gcvs.spec
- more %%{__make} macros.
[packages/gcvs.git] / gcvs.spec
index 4ffc681bdcd6cd21625b72dbd9f709a2ad3cb0f8..f792f3b52bbf7b46121c422736ac0b63e9cb17b7 100644 (file)
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -1,4 +1,4 @@
-Summary:       gCVS is a GTK port of WinCVS, a Windows-based CVS client.       
+Summary:       gCVS is a GTK port of WinCVS, a Windows-based CVS client
 Name:          gcvs
 Version:       1.0a4
 Release:       1
@@ -6,13 +6,10 @@ License:      GPL
 Group:         Applications/Communications
 Group(pl):     Aplikacje/Komunikacja
 Source0:       http://www.wincvs.org/%{name}-%{version}.tar.gz
-Source1:       http://www.wincvs.org/howto/wincvs-howto.zip
 Patch0:                gcvs-nocvsunix.patch
-URL:           http://www.wincvs.org
-BuildRequires: automake
-BuildRequires: gettext-devel
-BuildRequires: gnome-libs-devel
+URL:           http://www.wincvs.org/
 BuildRequires: gtk+-devel >= 1.2
+BuildRequires: libstdc++-devel
 BuildRequires: unzip
 Requires:      tcl
 Requires:      cvs >= 1.10
@@ -23,38 +20,28 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 gCVS is a GTK port of WinCVS, a Windows-based CVS client.
 
-%package howto
-Summary:       gCVS is a GTK port of WinCVS, a Windows-based CVS client.       
-Group:         Applications/Communications
-Group(pl):     Aplikacje/Komunikacja
-URL:           http://www.computas.com/pub/wincvs-howto/
-
-%description howto
-This document describes day to day usage of the WinCvs 1.0.x client.
-It is not an introduction to version control systems, not an
-introduction to CVS, and not an introduction to WinCvs. It is more
-like a place you may turn to when you know approximately what you want
-to do, but don't quite remember how to do it.
-
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-gettextize --copy --force
-automake
-LDFLAGS="-s"; export LDFLAGS
+CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti"
+LDFLAGS="-s"
+export CXXFLAGS LDFLAGS
 %configure
-make
+%{__make}
+
+cd cvsunix
+%configure
+%{__make}
+cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       sysdir=%{_applnkdir}/Utilities
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/%{_docdir}/howto/%{name}-%{version}
-unzip %{SOURCE1} -d $RPM_BUILD_ROOT/%{_docdir}/howto/%{name}-%{version}
+install cvsunix/src/cvs $RPM_BUILD_ROOT/%{_bindir}
 
 gzip -9nf AUTHORS ChangeLog README TODO
 
@@ -66,8 +53,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %doc GuiDoc/cvsgui*html
 %attr(755,root,root) %{_bindir}/gcvs
-%{_datadir}/%{name}/
-
-%files howto
-%defattr(644,root,root,755)
-%{_docdir}/howto/%{name}-%{version}
+%{_datadir}/%{name}
This page took 0.03027 seconds and 4 git commands to generate.