diff --git a/.gitignore b/.gitignore index ef70414..bcebfa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /colord-0.1.0.tar.bz2 /colord-0.1.1.tar.bz2 +/colord-0.1.3.tar.bz2 diff --git a/colord.spec b/colord.spec index 7341c43..7f9266c 100644 --- a/colord.spec +++ b/colord.spec @@ -1,8 +1,8 @@ Summary: Color daemon Name: colord -Version: 0.1.1 -Release: 3%{?dist} -License: GPLv2+ +Version: 0.1.3 +Release: 1%{?dist} +License: GPLv2+ and LGPLv2+ URL: http://gitorious.org/colord Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2 @@ -33,9 +33,14 @@ Files for development with %{name}. %build %configure \ --disable-static \ + --disable-rpath \ --disable-gui \ + --disable-examples \ --disable-dependency-tracking +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make %{?_smp_mflags} %install @@ -72,6 +77,9 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %{_libdir}/pkgconfig/colord.pc %changelog +* Mon Feb 28 2011 Richard Hughes 0.1.3-1 +- New upstream version. + * Tue Feb 08 2011 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 64f7d6f..3b27db4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad9262e7a637f18935ee2177c2d2ab0f colord-0.1.1.tar.bz2 +de7789a9dd0d3d92fd24ed7325fccb66 colord-0.1.3.tar.bz2