New upstream version.

This commit is contained in:
Richard Hughes 2011-02-28 13:17:03 +00:00
parent f6d8f7aa8d
commit b1cc794c69
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/colord-0.1.0.tar.bz2 /colord-0.1.0.tar.bz2
/colord-0.1.1.tar.bz2 /colord-0.1.1.tar.bz2
/colord-0.1.3.tar.bz2

View File

@ -1,8 +1,8 @@
Summary: Color daemon Summary: Color daemon
Name: colord Name: colord
Version: 0.1.1 Version: 0.1.3
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+ and LGPLv2+
URL: http://gitorious.org/colord URL: http://gitorious.org/colord
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2 Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2
@ -33,9 +33,14 @@ Files for development with %{name}.
%build %build
%configure \ %configure \
--disable-static \ --disable-static \
--disable-rpath \
--disable-gui \ --disable-gui \
--disable-examples \
--disable-dependency-tracking --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} make %{?_smp_mflags}
%install %install
@ -72,6 +77,9 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
%{_libdir}/pkgconfig/colord.pc %{_libdir}/pkgconfig/colord.pc
%changelog %changelog
* Mon Feb 28 2011 Richard Hughes <richard@hughsie.com> 0.1.3-1
- New upstream version.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
ad9262e7a637f18935ee2177c2d2ab0f colord-0.1.1.tar.bz2 de7789a9dd0d3d92fd24ed7325fccb66 colord-0.1.3.tar.bz2