New upstream version.
This commit is contained in:
parent
f6d8f7aa8d
commit
b1cc794c69
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/colord-0.1.0.tar.bz2
|
||||
/colord-0.1.1.tar.bz2
|
||||
/colord-0.1.3.tar.bz2
|
||||
|
14
colord.spec
14
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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user