]> git.pld-linux.org Git - packages/gcvs.git/blame - gcvs.spec
- pl desc fix
[packages/gcvs.git] / gcvs.spec
CommitLineData
a55cd4d6 1Summary: gCVS is a GTK+ port of WinCVS, a Windows-based CVS client
2Summary(pl): Sportowany pod GTK+ WinCVS - klient CVS
5fa387cb 3Name: gcvs
b81311ae 4Version: 1.0
920c5d6b 5Release: 4
b81311ae 6Epoch: 2
5fa387cb 7License: GPL
8Group: Applications/Communications
b77a72af 9Source0: http://dl.sourceforge.net/cvsgui/%{name}-%{version}.tar.bz2
33ee693d 10# Source0-md5: 063b5805eda434f47251af9278168adb
31548850 11Source1: %{name}.desktop
cfcda75e 12Source2: %{name}.png
8efe73e1 13Patch0: %{name}-nocvsunix.patch
caadee95 14Patch1: %{name}-ambiguous.patch
5db03a61 15Patch2: %{name}-types.patch
f0d00e94 16URL: http://www.wincvs.org/
5b1d98f7 17BuildRequires: autoconf
18BuildRequires: automake
5fa387cb 19BuildRequires: gtk+-devel >= 1.2
f0d00e94 20BuildRequires: libstdc++-devel
58f99a8d 21BuildRequires: tcl-devel
5fa387cb 22BuildRequires: unzip
5fa387cb 23Requires: cvs >= 1.10
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
5fa387cb 26%description
a55cd4d6 27gCVS is a GTK+ port of WinCVS, a Windows-based CVS client.
5fa387cb 28
58f99a8d 29%description -l pl
a57825bb
JB
30gCVS to sportowana na GTK+ wersja WinCVS - klienta CVS opartego na
31Windows. Pozwala na wygodne operacje w CVS poprzez graficzny
32interfejs.
58f99a8d 33
5fa387cb 34%prep
35%setup -q
36%patch0 -p1
caadee95 37%patch1 -p1
5db03a61 38%patch2 -p1
5fa387cb 39
40%build
ce6f02a6 41%{__aclocal}
1831fe81 42%{__autoconf}
caadee95 43%{__autoheader}
1831fe81 44%{__automake}
c176e3f1 45CXXFLAGS="%{rpmcflags} -fno-rtti"
6a70e533 46%configure
1831fe81 47%{__make}
48
5fa387cb 49%install
50rm -rf $RPM_BUILD_ROOT
31548850 51
920c5d6b 52install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
31548850 53
ba1ba934 54%{__make} install \
f0d00e94 55 DESTDIR=$RPM_BUILD_ROOT
5fa387cb 56
920c5d6b 57install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gcvs.desktop
cfcda75e 58install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
5fa387cb 59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
f750f803 63%files
5fa387cb 64%defattr(644,root,root,755)
b81311ae 65%doc AUTHORS ChangeLog NEWS README TODO
5fa387cb 66%doc GuiDoc/cvsgui*html
31548850 67%attr(755,root,root) %{_bindir}/*
d256615e 68%{_datadir}/%{name}
920c5d6b 69%{_desktopdir}/gcvs.desktop
cfcda75e 70%{_pixmapsdir}/gcvs.png
This page took 0.065465 seconds and 4 git commands to generate.