source: projects/specs/trunk/g/gjs/gjs-vl.spec @ 12548

Revision 12548, 5.5 KB checked in by tomop, 3 years ago (diff)

updated 4 packages

gjs-1.66.2-2

libgnomekbd-3.26.1-1

readline-8.1-1

sqlite3-3.34.1-1

Line 
1%define mozjs mozjs78
2
3Summary:        Javascript binding for GNOME
4Summary(ja):    GNOME 向け JavaScript バインディング
5Name:           gjs
6Version:        1.66.2
7Release:        2%{?_dist_release}
8Group:          system
9Vendor:         Project Vine
10Distribution:   Vine Linux
11
12License:        MPL1.1/LGPLv2+/GPLv2+
13URL:            https://wiki.gnome.org/Projects/GnomeShell
14%global         shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
15Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18BuildRequires:  meson
19BuildRequires:  pkgconfig >= 0.14.0
20BuildRequires:  glib2-devel
21BuildRequires:  dbus-glib-devel
22BuildRequires:  gobject-introspection-devel >= 1.29.16
23BuildRequires:  cairo-devel
24BuildRequires:  %{mozjs}-devel
25BuildRequires:  readline-devel
26BuildRequires:  yelp-tools
27BuildRequires:  desktop-file-utils
28BuildRequires:  gnome-common
29
30%description
31GNOME Shell is the defining technology of the GNOME 3 desktop user experience. It provides core interface functions like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience.
32
33
34%package devel
35Summary:     Development files of the gjs library.
36Summary(ja): gjs ライブラリの開発用ファイル
37Group:       programming
38Requires:    %{name} = %{version}-%{release}
39Requires:    pkgconfig
40Requires:    gtk-doc
41Requires:    %{mozjs}-devel
42
43%description devel
44Development files of the gjs library.
45
46
47%debug_package
48
49
50%prep
51%setup -q
52
53
54%build
55%meson \
56        -Dprofiler=disabled \
57        -Dinstalled_tests=false \
58        -Dskip_dbus_tests=true \
59        -Dskip_gtk_tests=true
60%meson_build
61
62
63%install
64%{__rm} -rf %{buildroot}
65%meson_install
66
67
68#check
69#{__make} %{?_smp_mflags} check
70
71
72%clean
73%{__rm} -rf %{buildroot}
74
75
76%{ldconfig_scriptlets}
77
78
79%files
80%defattr(-,root,root)
81%license COPYING
82%doc ChangeLog NEWS README
83%{_bindir}/gjs*
84%{_libdir}/lib*.so.*
85%{_libdir}/gjs/*
86
87%files devel
88%defattr(-,root,root,-)
89%{_includedir}/gjs-1.0
90%{_libdir}/lib*.so
91%{_libdir}/pkgconfig/*.pc
92%dir %{_datadir}/gjs-1.0
93%dir %{_datadir}/gjs-1.0/lsan
94%{_datadir}/gjs-1.0/lsan/lsan.supp
95%dir %{_datadir}/gjs-1.0/valgrind
96%{_datadir}/gjs-1.0/valgrind/gjs.supp
97
98
99%changelog
100* Thu Feb 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-2
101- fixed typo.
102
103* Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-1
104- new upstream release.
105
106* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.4-1
107- new upstream release.
108
109* Wed Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-2
110- rebuilt with libffi-3.3.
111
112* Tue Mar 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-1
113- new upstream release.
114- dropped Patch0: fixed in upstream.
115
116* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-2
117- added Patch0.
118- added "R:mozjs52-devel" to gjs-devel.
119
120* Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-1
121- new upstream release.
122
123* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
124- rebuild with gcc-5.4.0
125
126* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
127- new upstream release
128
129* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
130- new upstream release
131
132* Thu Jan  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
133- moved to System Environment/Libraries Group
134- added Japanese summary
135- changed BR: automake instead of automake112
136
137* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
138- new upstream release
139
140* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
141- rebuild with libffi-3.0.13
142
143* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
144- new upstream release
145
146* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
147- new upstream release
148- change BuildRequires: mozjs24-devel instead of mozjs17-devel
149
150* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
151- rebuild with VineSeed environment
152
153* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
154- new upstream release
155- change BuildRequires: mozjs17-devel instead of js-devel
156- add BuildRequires: autoconf, automake112
157
158* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
159- new upstream release
160
161* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
162- new upstream release
163- change BuildRequires: yelp-tools instead of gnome-doc-utils
164
165* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
166- new upstream release
167
168* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
169- new upstream release
170
171* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
172- new upstream release
173
174* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
175- new upstream release
176
177* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
178- new upstream release
179- change BuildRequires: js-devel instead of xulrunner-devel
180
181* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
182- new upstream release
183
184* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
185- new upstream release
186
187* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
188- new upstream release
189- remove BuildRequires: mutter-devel
190
191* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
192- rebuild with rpm-4.8.1 for pkg-config file
193
194* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
195- new upstream release
196- fix typo
197
198* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
199- initial build for Vine Linux
200
Note: See TracBrowser for help on using the repository browser.