Summary: A cross platform gui client & diff/merge tool for subversion. Name: subcommander Version: 0.15.0 Release: 1 URL: http://subcommander.tigris.org Packager: dev@subcommander.tigris.org Source: %{name}-%{version}.tgz ## require the "large" dependencies, assume that all other stuff we need ## is available if our "large" dependencies are available. ## TODO: How do we avoid qt4? Requires: qt >= 3.2.0 Requires: subversion >= 1.2.0 BuildPreReq: qt-devel >= 3.2.0 BuildPreReq: boost-devel >= 1.32.0 BuildPreReq: subversion-devel >= 1.2.0 License: GPL Group: Development/Tools BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: /usr %description Subcommander is a cross platform gui client & diff/merge tool for the subversion concurrent version control system. Subcommander is a classical stand alone application that is build on top of the subversion 1.2 library api 8. The Subcommander gui is based on the Qt (3.2+) gui library. %prep %setup -q %build ./configure \ --prefix=/usr make DESTDIR=${RPM_BUILD_ROOT} %install rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) /usr/bin/sc /usr/bin/sm /usr/share/subcommander/*