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

Revision 12546, 5.4 KB checked in by tomop, 3 years ago (diff)

updated 28 packages

autoconf-2.71-1

automake-1.16.3-1

bison-3.7.5-1

e2fsprogs-1.46.1-1

findutils-4.8.0-1

galera-26.4.7-1

gawk-5.1.0-1

gdbm-1.19-1

gjs-1.66.2-1

gnome-initial-setup-3.36.4-2

grep-3.6-1

help2man-1.48.1-1

ipvsadm-1.31-1

less-563-1

libidn-1.36-1

make-4.3-1

mariadb-10.5.9-1

mozjs78-78.7.0-1

mpfr-4.1.0-1

nettle-3.7.1-1

parted-3.4-1

pcre2-10.36-1

polkit-0.118-1

strongswan-5.9.1-1

tar-1.34-1

trousers-0.3.15-1

wget-1.21-1

wireshark-3.4.3-1

Line 
1%define mozjs mozjs78
2
3Summary:        Javascript binding for GNOME
4Summary(ja):    GNOME 向け JavaScript バインディング
5Name:           gjs
6Version:        1.66.2
7Release:        1%{?_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_packate
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* Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-1
101- new upstream release.
102
103* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.4-1
104- new upstream release.
105
106* Wed Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-2
107- rebuilt with libffi-3.3.
108
109* Tue Mar 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-1
110- new upstream release.
111- dropped Patch0: fixed in upstream.
112
113* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-2
114- added Patch0.
115- added "R:mozjs52-devel" to gjs-devel.
116
117* Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-1
118- new upstream release.
119
120* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
121- rebuild with gcc-5.4.0
122
123* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
124- new upstream release
125
126* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
127- new upstream release
128
129* Thu Jan  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
130- moved to System Environment/Libraries Group
131- added Japanese summary
132- changed BR: automake instead of automake112
133
134* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
135- new upstream release
136
137* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
138- rebuild with libffi-3.0.13
139
140* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
141- new upstream release
142
143* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
144- new upstream release
145- change BuildRequires: mozjs24-devel instead of mozjs17-devel
146
147* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
148- rebuild with VineSeed environment
149
150* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
151- new upstream release
152- change BuildRequires: mozjs17-devel instead of js-devel
153- add BuildRequires: autoconf, automake112
154
155* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
156- new upstream release
157
158* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
159- new upstream release
160- change BuildRequires: yelp-tools instead of gnome-doc-utils
161
162* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
163- new upstream release
164
165* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
166- new upstream release
167
168* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
169- new upstream release
170
171* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
172- new upstream release
173
174* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
175- new upstream release
176- change BuildRequires: js-devel instead of xulrunner-devel
177
178* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
179- new upstream release
180
181* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
182- new upstream release
183
184* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
185- new upstream release
186- remove BuildRequires: mutter-devel
187
188* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
189- rebuild with rpm-4.8.1 for pkg-config file
190
191* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
192- new upstream release
193- fix typo
194
195* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
196- initial build for Vine Linux
197
Note: See TracBrowser for help on using the repository browser.