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

Revision 12446, 7.5 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

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