source: projects/specs/trunk/c/colord-gtk/colord-gtk-vl.spec @ 12005

Revision 12005, 1.9 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1Summary:        Additional GTK support code for colord
2Name:           colord-gtk
3Version:        0.1.26
4Release:        1%{?_dist_release}
5License:        LGPLv2+
6Group:          Applications/System
7URL:            http://gitorious.org/colord/colord-gtk
8Source0:        http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
9
10BuildRequires:  colord-devel >= 0.1.23
11BuildRequires:  gtk3-devel >= 3.0.0
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15
16%description
17Additional GTK support code for colord
18
19
20%package        devel
21Summary:        Development tools for %{name}
22Summary(ja):    %{name} の開発環境
23Group:          Development/Libraries
24Requires:       %{name} = %{version}-%{release}
25Requires:       pkgconfig
26
27%description    devel
28Header files and libraries for building a extension library for the
29%{name}.
30
31
32%prep
33%setup -q
34
35
36%build
37%configure --disable-static
38make %{?_smp_mflags}
39
40
41%install
42rm -rf ${RPM_BUILD_ROOT}
43make install DESTDIR=$RPM_BUILD_ROOT
44
45find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
46
47%find_lang %{name}
48
49%post -p /sbin/ldconfig
50
51%postun -p /sbin/ldconfig
52
53
54%files -f %{name}.lang
55%defattr(-,root,root,-)
56%license COPYING
57%doc AUTHORS ChangeLog NEWS README
58%{_bindir}/cd-convert
59%{_libdir}/libcolord-gtk.so.*
60%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
61
62%files devel
63%defattr(-,root,root,-)
64%{_includedir}/colord-1
65%{_libdir}/libcolord-gtk.so
66%{_libdir}/pkgconfig/colord-gtk.pc
67%{_datadir}/gir-1.0/ColordGtk-1.0.gir
68
69
70%changelog
71* Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.26-1
72- new upstream release.
73
74* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-3
75- rebuild with colord-1.1.7
76
77* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-2
78- rebuild with VineSeed environment
79
80* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-1
81- new upstream release
82
83* Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.24-1
84- new upstream release
85
86* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.23-1
87- initial build
Note: See TracBrowser for help on using the repository browser.