source: projects/specs/trunk/g/gnome-color-manager/gnome-color-manager-vl.spec @ 8355

Revision 8355, 7.7 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Summary:   Color management tools for GNOME
4Name:      gnome-color-manager
5Version:   3.12.1
6Release:   1%{?_dist_release}
7License:   GPLv2+
8Group:     Applications/System
9URL:       http://projects.gnome.org/gnome-color-manager/
10Source0:   http://download.gnome.org/sources/gnome-color-manager/3.12/%{name}-%{version}.tar.xz
11
12Requires:  gnome-icon-theme
13Requires:  shared-mime-info
14Requires:  shared-color-profiles
15
16BuildRequires: gtk3-devel >= 3.0.0
17BuildRequires: gnome-doc-utils >= 0.3.2
18BuildRequires: desktop-file-utils
19BuildRequires: gettext
20BuildRequires: libtool
21BuildRequires: vte3-devel
22BuildRequires: gnome-doc-utils
23BuildRequires: unique3-devel >= 3.0.0
24BuildRequires: intltool
25BuildRequires: libgudev1-devel
26BuildRequires: dbus-glib-devel >= 0.73
27BuildRequires: libXxf86vm-devel
28BuildRequires: libXrandr-devel
29BuildRequires: gnome-desktop3-devel
30BuildRequires: cups-devel
31BuildRequires: sane-devel
32BuildRequires: libtiff-devel
33BuildRequires: libcanberra-gtk3-devel
34BuildRequires: libnotify-devel
35BuildRequires: lcms2-devel
36BuildRequires: gnome-settings-daemon-devel
37BuildRequires: libusb1-devel
38BuildRequires: control-center-devel
39BuildRequires: exiv2-devel
40BuildRequires: colord-gtk-devel
41BuildRequires: clutter-gtk-devel
42BuildRequires: libmash-devel
43BuildRequires: gnome-common
44BuildRequires: yelp-tools
45
46Obsoletes: %{name}-libs < 3.1.0
47Obsoletes: %{name}-devel < 3.1.0
48
49Vendor: Project Vine
50Distribution: Vine Linux
51Packager: Takemikaduchi
52
53%description
54gnome-color-manager is a session framework that makes it easy to manage, install
55and generate color profiles in the GNOME desktop.
56
57
58%prep
59%setup -q
60
61%build
62%configure --disable-static
63make %{?_smp_mflags}
64
65%install
66make install DESTDIR=$RPM_BUILD_ROOT
67
68for i in gcm-import ; do
69  desktop-file-install --delete-original                                \
70    --dir=$RPM_BUILD_ROOT%{_datadir}/applications/                      \
71    $RPM_BUILD_ROOT%{_datadir}/applications/$i.desktop
72done
73
74rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
75rm -f $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.{la,a}
76rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/*.{la,a}
77
78%find_lang %name --with-gnome
79
80%post
81touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
82update-desktop-database %{_datadir}/applications &> /dev/null || :
83update-mime-database %{_datadir}/mime &> /dev/null || :
84
85%postun
86if [ $1 -eq 0 ]; then
87    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
88    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
89fi
90update-desktop-database %{_datadir}/applications &> /dev/null || :
91update-mime-database %{_datadir}/mime &> /dev/null || :
92glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
93
94%posttrans
95gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
96glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
97
98%files -f %{name}.lang
99%defattr(-,root,root,-)
100%doc AUTHORS COPYING NEWS README
101%{_bindir}/gcm-*
102%{_libexecdir}/gcm-helper-exiv
103%{_datadir}/applications/gcm-*.desktop
104%dir %{_datadir}/%{name}
105%{_datadir}/%{name}/figures/*.png
106%{_datadir}/%{name}/icons/*.svg
107%{_datadir}/%{name}/targets/*.png
108%{_datadir}/%{name}/ti1
109%{_datadir}/appdata/gcm-viewer.appdata.xml
110%{_datadir}/icons/hicolor/*/*/*.png
111%{_datadir}/icons/hicolor/scalable/*/*.svg*
112%{_datadir}/man/man1/*.1.gz
113
114
115%changelog
116* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
117- new upstream release
118
119* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
120- new upstream release
121
122* Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
123- rebuild with exiv2-0.24
124
125* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
126- new upstream release
127
128* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
129- new upstream release
130
131* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
132- new upstream release
133
134* Fri Jan 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
135- new upstream release
136
137* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
138- new upstream release
139- change BuildRequires: colord-gtk-devel instead of colord-devel
140- add BuildRequires: yelp-tools
141
142* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
143- rebuild with exiv2-0.23
144
145* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
146- new upstream release
147
148* Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-2
149- rebuild with exiv2-0.22
150
151* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
152- new upstream release
153
154* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
155- new upstream release
156
157* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
158- new upstream release
159
160* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
161- new upstream release
162
163* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
164- new upstream release
165- add BuildRequires: clutter-gtk-devel, libmash-devel, gnome-common
166
167* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
168- new upstream release
169
170* Wed Aug 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-2
171- rebuild with exiv2-0.21.1
172
173* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
174- new upstream release
175- change BuildRequires: gtk3-devel instead of gtk2-devel
176- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
177- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
178- change BuildRequires: unique3-devel instead of unique-devel
179- change BuildRequires: vte3-devel instead of vte-devel
180- add BuildRequires: lcms2-devel, gnome-settings-daemon-devel, libusb1-devel, control-center-devel, exiv2-devel, colord-devel
181- remove -libs and -devel sub package
182
183* Mon Oct 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
184- new upstream release
185
186* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
187- new upstream release
188
189* Sat May 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
190- Initial build for Vine Linux
191
192
193* Fri Apr  2 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-4
194- BR GConf to make the macros work
195- Modernize icon cache handling
196
197* Wed Mar 31 2010 Richard Hughes <richard@hughsie.com> 2.30.0-3
198- Fix up a scriptlet problem.
199- Resolves: #578611
200
201* Mon Mar 29 2010 Richard Hughes <richard@hughsie.com> 2.30.0-2
202- Add libnotify BR.
203
204* Mon Mar 29 2010 Richard Hughes <richard@hughsie.com> 2.30.0-1
205- New upstream release.
206
207* Tue Mar 09 2010 Richard Hughes <richard@hughsie.com> 2.29.4-2
208- Update to the latest version of the Fedora Packaging Guidelines
209- Remove the custom BuildRoot
210- Do not clean the buildroot before install
211- Use the gconf_schema defines for the GConf schemas
212- Remove some over-zealous Requires that are already picked up by rpm.
213- Resolves #571658
214
215* Mon Mar 01 2010 Richard Hughes <richard@hughsie.com> 2.29.4-1
216- New upstream release.
217
218* Mon Feb 22 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100222
219- Another new snapshot from upstream with lots of bugs fixed from the Fedora
220  test day.
221
222* Thu Feb 18 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100218
223- Another new snapshot from upstream for the Fedora test day.
224
225* Wed Feb 17 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100217
226- New snapshot from upstream for the Fedora test day.
227
228* Mon Feb 01 2010 Richard Hughes <richard@hughsie.com> 2.29.3-1
229- New upstream release.
230
231* Mon Jan 18 2010 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
232- Rebuild against new gnome-desktop
233
234* Mon Jan 04 2010 Richard Hughes <richard@hughsie.com> 2.29.2-2
235- Rebuild, hopefully koji has now a working glibc.
236
237* Mon Jan 04 2010 Richard Hughes <richard@hughsie.com> 2.29.2-1
238- New upstream release.
239
240* Fri Dec 04 2009 Richard Hughes <richard@hughsie.com> 2.29.1-1
241- Initial spec for review.
242
Note: See TracBrowser for help on using the repository browser.