monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] yum-able monotone for development


From: Richard Li
Subject: [Monotone-devel] yum-able monotone for development
Date: Tue, 24 Aug 2004 11:35:27 -0400
User-agent: Mozilla Thunderbird 0.7 (X11/20040615)

Hi,

I whipped up this simple RPM spec file so that I could download all the packages needed to build Monotone. The RPM is also downloadable at http://people.redhat.com/richardl/monotone-devel-0.14-1.i386.rpm.

I've done some very limited testing on FC2 and RHEL3.

Hopefully people find this useful. Any feedback would be appreciated, too, since this is not in my normal realm. :)

Richard
Summary: Monotone Devel meta-package
Name: monotone-devel
Version: 0.14
Release: 1
License: GPL
Group: Development/Version Control
URL: http://www.venge.net/monotone
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: automake >= 1.7.3
Requires: gettext >= 0.12
Requires: gcc-c++ >= 3.3
Requires: gcc-c++ < 3.4
Requires: boost-devel
Requires: popt

%description
monotone is a free, distributed version control system. it provides
fully disconnected operation, manages complete tree versions, keeps
its state in a local transactional database, supports overlapping
branches and extensible metadata, exchanges work over plain network
protocols, performs history-sensitive merging, and delegates trust
functions to client-side RSA certificates.

%prep

%build

%install
rm -rf $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc


%changelog
* Fri Aug 20 2004 Richard Li <address@hidden>
- Initial build.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]