123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- Summary: Additional GTK support code for colord
- Name: colord-gtk
- Version: 0.1.26
- Release: 1%{?_dist_release}
- License: LGPLv2+
- Group: Applications/System
- URL: http://gitorious.org/colord/colord-gtk
- Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
- BuildRequires: colord-devel >= 0.1.23
- BuildRequires: gtk3-devel >= 3.0.0
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Additional GTK support code for colord
- %package devel
- Summary: Development tools for %{name}
- Summary(ja): %{name} の開発環境
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Header files and libraries for building a extension library for the
- %{name}.
- %prep
- %setup -q
- %build
- %configure --disable-static
- make %{?_smp_mflags}
- %install
- rm -rf ${RPM_BUILD_ROOT}
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
- %find_lang %{name}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %license COPYING
- %doc AUTHORS ChangeLog NEWS README
- %{_bindir}/cd-convert
- %{_libdir}/libcolord-gtk.so.*
- %{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/colord-1
- %{_libdir}/libcolord-gtk.so
- %{_libdir}/pkgconfig/colord-gtk.pc
- %{_datadir}/gir-1.0/ColordGtk-1.0.gir
- %changelog
- * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.26-1
- - new upstream release.
- * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-3
- - rebuild with colord-1.1.7
- * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-2
- - rebuild with VineSeed environment
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-1
- - new upstream release
- * Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.24-1
- - new upstream release
- * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.23-1
- - initial build
|