I've packaged monotone 0.19 for Mandriva. It is available from Mandriva's cooker contrib repository.
Its was built using gcc 4.0 with CXXFLAGS="-O2 -pipe -march=i586 -mtune=pentiumpro -fno-strict-aliasing" and passed a 'make check'. (There was a lot of compiler warnings generated, including a boost library warning about a unsupported gcc version :-) , that I can make available if people want) Cheers, Nick ,--------------- Forwarded message (begin) Subject: [Contrib-Rpm] monotone-0.19-1mdk From: Nick Brown <[EMAIL PROTECTED]> Date: Fri, 06 May 2005 17:41:25 +0100 Newsgroup: gmane.linux.mandrake.cooker.cvs [Contrib-RPM] -=-=-=- Name : monotone Relocations: (not relocatable) Version : 0.19 Vendor: Mandriva Release : 1mdk Build Date: Fri May 6 17:50:13 2005 Install Date: (not installed) Build Host: n2.mandrakesoft.com Group : Development/Other Source RPM: (none) Size : 3333121 License: GPL Signature : (none) Packager : Mandriva Linux Team <http://www.mandrivaexpert.com/> URL : http://www.venge.net/monotone Summary : A distributed version control tool 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. -=-=-=- Nick Brown <[EMAIL PROTECTED]> 0.19-1mdk - 0.19 - make check in %check -=-=-=- No rpmlint error, happy (wo)man :-) -=-=-=- http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/monotone/ monotone.spec changed --- monotone-0.18-2mdk.src.rpm/monotone.spec 2005-05-06 18:41:24.394298036 +0200 +++ monotone-0.19-1mdk.src.rpm/monotone.spec 2005-05-06 18:41:24.530279886 +0200 @@ -1,6 +1,6 @@ %define name monotone -%define version 0.18 -%define release 2mdk +%define version 0.19 +%define release 1mdk %define summary A distributed version control tool @@ -33,6 +33,9 @@ %configure %make +%check +make check + %install rm -rf %buildroot %makeinstall @@ -54,6 +57,10 @@ %doc AUTHORS COPYING NEWS README %changelog +* Wed May 04 2005 Nick Brown <[EMAIL PROTECTED]> 0.19-1mdk +- 0.19 +- make check in %%check + * Mon Apr 13 2005 Nick Brown <[EMAIL PROTECTED]> 0.18-2mdk - Make monotone actually work -- http://www.mandrake-linux.com/en/cookerdevel.php3 `--------------- Forwarded message (end) _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
