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

Revision 7633, 7.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

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.8.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.8/%{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}/icons/hicolor/*/*/*.png
110%{_datadir}/icons/hicolor/scalable/*/*.svg*
111%{_datadir}/man/man1/*.1.gz
112
113
114%changelog
115* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
116- new upstream release
117
118* Fri Jan 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
119- new upstream release
120
121* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
122- new upstream release
123- change BuildRequires: colord-gtk-devel instead of colord-devel
124- add BuildRequires: yelp-tools
125
126* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-2
127- rebuild with exiv2-0.23
128
129* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
130- new upstream release
131
132* Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-2
133- rebuild with exiv2-0.22
134
135* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
136- new upstream release
137
138* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
139- new upstream release
140
141* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
142- new upstream release
143
144* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
145- new upstream release
146
147* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
148- new upstream release
149- add BuildRequires: clutter-gtk-devel, libmash-devel, gnome-common
150
151* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
152- new upstream release
153
154* Wed Aug 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-2
155- rebuild with exiv2-0.21.1
156
157* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
158- new upstream release
159- change BuildRequires: gtk3-devel instead of gtk2-devel
160- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
161- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
162- change BuildRequires: unique3-devel instead of unique-devel
163- change BuildRequires: vte3-devel instead of vte-devel
164- add BuildRequires: lcms2-devel, gnome-settings-daemon-devel, libusb1-devel, control-center-devel, exiv2-devel, colord-devel
165- remove -libs and -devel sub package
166
167* Mon Oct 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
168- new upstream release
169
170* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
171- new upstream release
172
173* Sat May 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
174- Initial build for Vine Linux
175
176
177* Fri Apr  2 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-4
178- BR GConf to make the macros work
179- Modernize icon cache handling
180
181* Wed Mar 31 2010 Richard Hughes <richard@hughsie.com> 2.30.0-3
182- Fix up a scriptlet problem.
183- Resolves: #578611
184
185* Mon Mar 29 2010 Richard Hughes <richard@hughsie.com> 2.30.0-2
186- Add libnotify BR.
187
188* Mon Mar 29 2010 Richard Hughes <richard@hughsie.com> 2.30.0-1
189- New upstream release.
190
191* Tue Mar 09 2010 Richard Hughes <richard@hughsie.com> 2.29.4-2
192- Update to the latest version of the Fedora Packaging Guidelines
193- Remove the custom BuildRoot
194- Do not clean the buildroot before install
195- Use the gconf_schema defines for the GConf schemas
196- Remove some over-zealous Requires that are already picked up by rpm.
197- Resolves #571658
198
199* Mon Mar 01 2010 Richard Hughes <richard@hughsie.com> 2.29.4-1
200- New upstream release.
201
202* Mon Feb 22 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100222
203- Another new snapshot from upstream with lots of bugs fixed from the Fedora
204  test day.
205
206* Thu Feb 18 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100218
207- Another new snapshot from upstream for the Fedora test day.
208
209* Wed Feb 17 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100217
210- New snapshot from upstream for the Fedora test day.
211
212* Mon Feb 01 2010 Richard Hughes <richard@hughsie.com> 2.29.3-1
213- New upstream release.
214
215* Mon Jan 18 2010 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
216- Rebuild against new gnome-desktop
217
218* Mon Jan 04 2010 Richard Hughes <richard@hughsie.com> 2.29.2-2
219- Rebuild, hopefully koji has now a working glibc.
220
221* Mon Jan 04 2010 Richard Hughes <richard@hughsie.com> 2.29.2-1
222- New upstream release.
223
224* Fri Dec 04 2009 Richard Hughes <richard@hughsie.com> 2.29.1-1
225- Initial spec for review.
226
Note: See TracBrowser for help on using the repository browser.