]> git.pld-linux.org Git - packages/gcvs.git/blob - gcvs.spec
- uhm, exceptions are used; but new gcc can generate rtti for them only where needed
[packages/gcvs.git] / gcvs.spec
1 Summary:        gCVS is a GTK port of WinCVS, a Windows-based CVS client
2 Summary(pl):    Sportowany pod gtk WinCVS - klient CVS
3 Name:           gcvs
4 Version:        1.0
5 Release:        3
6 Epoch:          2
7 License:        GPL
8 Group:          Applications/Communications
9 Source0:        http://dl.sourceforge.net/cvsgui/%{name}-%{version}.tar.bz2
10 # Source0-md5:  063b5805eda434f47251af9278168adb
11 Source1:        %{name}.desktop
12 Source2:        %{name}.png
13 Patch0:         %{name}-nocvsunix.patch
14 Patch1:         %{name}-ambiguous.patch
15 Patch2:         %{name}-types.patch
16 URL:            http://www.wincvs.org/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  gtk+-devel >= 1.2
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  tcl-devel
22 BuildRequires:  unzip
23 Requires:       cvs >= 1.10
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 gCVS is a GTK port of WinCVS, a Windows-based CVS client.
28
29 %description -l pl
30 gCVS jest bazowanym na Windows klientem CVS, u¿ywaj±cym bibliotek GTK.
31 Pozwala na wygodne operacje w CVS poprzez graficzny interfejs.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37 %patch2 -p1
38
39 %build
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 CXXFLAGS="%{rpmcflags} -fno-rtti"
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 install -d $RPM_BUILD_ROOT{%{_applnkdir}/Development,%{_pixmapsdir}}
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Development/gcvs.desktop
57 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README TODO
65 %doc GuiDoc/cvsgui*html
66 %attr(755,root,root) %{_bindir}/*
67 %{_datadir}/%{name}
68 %{_applnkdir}/Development/gcvs.desktop
69 %{_pixmapsdir}/gcvs.png
This page took 0.068045 seconds and 3 git commands to generate.