New upstream version
This commit is contained in:
parent
fce3bc5fe0
commit
30c01d8779
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/colord-gtk-0.1.23.tar.xz
|
/colord-gtk-0.1.23.tar.xz
|
||||||
/colord-gtk-0.1.24.tar.xz
|
/colord-gtk-0.1.24.tar.xz
|
||||||
/colord-gtk-0.1.25.tar.xz
|
/colord-gtk-0.1.25.tar.xz
|
||||||
|
/colord-gtk-0.1.26.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: GTK support library for colord
|
Summary: GTK support library for colord
|
||||||
Name: colord-gtk
|
Name: colord-gtk
|
||||||
Version: 0.1.25
|
Version: 0.1.26
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.freedesktop.org/software/colord/
|
URL: http://www.freedesktop.org/software/colord/
|
||||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||||
@ -55,6 +55,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README AUTHORS NEWS COPYING
|
%doc README AUTHORS NEWS COPYING
|
||||||
|
%{_bindir}/*
|
||||||
|
%{_mandir}/man1/*.1.gz
|
||||||
%{_libdir}/libcolord-gtk.so.*
|
%{_libdir}/libcolord-gtk.so.*
|
||||||
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
||||||
|
|
||||||
@ -73,6 +75,11 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|||||||
#%dir %{_datadir}/gtk-doc/html
|
#%dir %{_datadir}/gtk-doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 02 2014 Richard Hughes <richard@hughsie.com> 0.1.26-1
|
||||||
|
- New upstream version.
|
||||||
|
- Install the cd-convert utility
|
||||||
|
- Do not link against the unused gio-unix-2.0
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.25-5
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.25-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user