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