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

Revision 9073, 1.8 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1Summary:        Additional GTK support code for colord
2Name:           colord-gtk
3Version:        0.1.25
4Release:        3%{?_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
15Packager:       Takemikaduchi
16
17%description
18Additional GTK support code for colord
19
20
21%package        devel
22Summary:        Development tools for %{name}
23Summary(ja):    %{name} の開発環境
24Group:          Development/Libraries
25Requires:       %{name} = %{version}-%{release}
26Requires:       pkgconfig
27
28%description    devel
29Header files and libraries for building a extension library for the
30%{name}.
31
32
33%prep
34%setup -q
35
36
37%build
38%configure --disable-static
39make %{?_smp_mflags}
40
41
42%install
43rm -rf ${RPM_BUILD_ROOT}
44make install DESTDIR=$RPM_BUILD_ROOT
45
46find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
47
48%find_lang %{name}
49
50%post -p /sbin/ldconfig
51
52%postun -p /sbin/ldconfig
53
54
55%files -f %{name}.lang
56%defattr(-,root,root,-)
57%doc AUTHORS COPYING ChangeLog NEWS README
58%{_libdir}/libcolord-gtk.so.*
59%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
60
61%files devel
62%defattr(-,root,root,-)
63%{_includedir}/colord-1
64%{_libdir}/libcolord-gtk.so
65%{_libdir}/pkgconfig/colord-gtk.pc
66%{_datadir}/gir-1.0/ColordGtk-1.0.gir
67
68
69%changelog
70* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-3
71- rebuild with colord-1.1.7
72
73* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-2
74- rebuild with VineSeed environment
75
76* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.25-1
77- new upstream release
78
79* Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.24-1
80- new upstream release
81
82* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.23-1
83- initial build
Note: See TracBrowser for help on using the repository browser.