⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rapidsvn.spec

📁 RapidSVN 是一个易于使用的跨平台的 subversion(源代码管理工具) 的图形界面的客房端。用 C++ 写成
💻 SPEC
字号:
Summary: A cross-platform GUI for the Subversion concurrent versioning system.Name: rapidsvnVersion: 0.9.0Release: 1License: BSDGroup: Utilities/SystemURL: http://rapidsvn.tigris.orgSource0: %{name}-%{version}-%{release}.tar.gzPackager: Tuncay Goncuoglu <tuncay@mavsoft.net>Requires: subversion#Requires: /sbin/install-infoBuildPreReq: apr-develBuildPreReq: apr-util-develBuildPreReq: autoconf >= 2.53BuildPreReq: docbook-style-xsl >= 1.58.1BuildPreReq: doxygenBuildPreReq: libtool >= 1.4.2BuildPreReq: libxslt >= 1.0.27BuildPreReq: neon-develBuildPreReq: subversion-devel >= 1.0.0BuildPreReq: wxGTK-devel >= 2.4.2BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}Prefix: /usr%descriptionSubversion does the same thing CVS does (Concurrent Versioning System) but hasmajor enhancements compared to CVS.This is a GUI for Subversion.*** Note: This is a relocatable package; it can be installed anywhere you likewith the "rpm -Uvh --prefix /your/favorite/path" command. This is usefulif you don't have root access on your machine but would like to use thispackage.%changelog* Thu Oct 20 2005 Tuncay Goncuoglu <tuncay@mavsoft.net> 0.9.0- New version, new build.* Thu Oct 28 2004 Tuncay Goncuoglu <tuncay@mavsoft.net> 0.7.0- Updated the spec file according to new subversion requirements* Tue Dec 30 2003 David Summers <david@summersoft.fay.ar.us> 0.4.0-6977- Took out requirement for httpd and apr as that requirement is handled by  the requirement for subversion.* Sat Dec 27 2003 David Summers <david@summersoft.fay.ar.us> 0.4.0-6962- Requires subversion-devel-0.34.0.- Requires apache-2.0.48.- Requires apr-0.9.5.* Wed Jul 31 2002 David Summers <david@summersoft.fay.ar.us> 0.1- First version%prep%setup -q# Fix up to include subversion include directory.CPPFLAGS="-I/usr/include/subversion-1"export CPPFLAGS./configure \ --prefix=/usr \ --with-wx-config=/usr/bin/wxgtk-2.4-config \ --with-apr-config=/usr/bin/apr-config \ --with-apu-config=/usr/bin/apu-config \ --with-svn-include=/usr/include \ --with-svn-lib=/usr/lib \ --with-docbook-xsl=/usr/share/sgml/docbook/xsl-stylesheets \ --disable-no-exceptions%buildcd srcmake%installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOT%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)/usr/bin/*/usr/lib/*/usr/man/man1/*/usr/include/svncpp/*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -