Hi,
On Wed, Jul 30, 2008 at 10:25 PM, Chris Frey <[EMAIL PROTECTED]> wrote:
> At long last, Barry version 0.13 is here!
Great work again, thanks! :D
> Binary packages are available for Debian stable; Ubuntu 7.10 and 8.04;
> Fedora 7, 8, and 9; and OpenSUSE 10.2. Source packages are available in
> Debian, RPM, and tarball formats.
Attached patch was used to create CentOS-5 RPMs. I've taken the
fc8.src.rpm and changed one line in the spec-file. There is no
opensync on CentOS-5 nor RHEL-5. Therefore it is disabled like it is
done for Fedora 9. I've built the RPMs with mock against the latest
updates and RPMForge-repository (needed for gtkmm24 and libglademm24:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge).
The RPMs for i386 and x86_64 are available on my homepage:
http://www.nixpanic.net/software/packages
Please notify me if there are any problems regarding these packages.
Cheers,
Niels
Index: rpm/barry.spec
===================================================================
RCS file: /cvsroot/barry/barry/rpm/barry.spec,v
retrieving revision 1.34
diff -u -r1.34 barry.spec
--- rpm/barry.spec 25 Jul 2008 03:35:54 -0000 1.34
+++ rpm/barry.spec 30 Jul 2008 21:17:04 -0000
@@ -2,7 +2,8 @@
%define with_gui 1
# Fedora 9 doesn't support opensync 0.22
-%if 0%{?fc9}
+# RHEL/CentOS do not have opensync at all (even even in rpmforge)
+%if 0%{?fc9}%{?rhel}
%define with_opensync 0
%else
%define with_opensync 1
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel