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

RevLine 
[12546]1%define mozjs mozjs78
[521]2
[12349]3Summary:        Javascript binding for GNOME
4Summary(ja):    GNOME 向け JavaScript バインディング
5Name:           gjs
[12546]6Version:        1.66.2
[12548]7Release:        2%{?_dist_release}
[12546]8Group:          system
[12349]9Vendor:         Project Vine
10Distribution:   Vine Linux
[521]11
[12349]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
[12005]16
[12546]17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[12446]18BuildRequires:  meson
[12349]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
[521]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.
[9210]36Summary(ja): gjs ライブラリの開発用ファイル
[12546]37Group:       programming
[12446]38Requires:    %{name} = %{version}-%{release}
39Requires:    pkgconfig
40Requires:    gtk-doc
41Requires:    %{mozjs}-devel
[521]42
43%description devel
44Development files of the gjs library.
45
46
[12548]47%debug_package
[12546]48
49
[521]50%prep
51%setup -q
52
53
54%build
[12446]55%meson \
56        -Dprofiler=disabled \
57        -Dinstalled_tests=false \
58        -Dskip_dbus_tests=true \
59        -Dskip_gtk_tests=true
60%meson_build
[521]61
62
63%install
[12349]64%{__rm} -rf %{buildroot}
[12446]65%meson_install
[521]66
67
[12349]68#check
69#{__make} %{?_smp_mflags} check
70
71
[521]72%clean
[12349]73%{__rm} -rf %{buildroot}
[521]74
75
[12546]76%{ldconfig_scriptlets}
[521]77
[12446]78
[521]79%files
80%defattr(-,root,root)
[12349]81%license COPYING
82%doc ChangeLog NEWS README
[521]83%{_bindir}/gjs*
84%{_libdir}/lib*.so.*
[7633]85%{_libdir}/gjs/*
[521]86
87%files devel
88%defattr(-,root,root,-)
89%{_includedir}/gjs-1.0
90%{_libdir}/lib*.so
91%{_libdir}/pkgconfig/*.pc
[12005]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
[521]97
98
99%changelog
[12548]100* Thu Feb 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-2
101- fixed typo.
102
[12546]103* Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-1
104- new upstream release.
105
[12446]106* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.4-1
107- new upstream release.
108
[12376]109* Wed Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-2
110- rebuilt with libffi-3.3.
111
[12349]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
[12005]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
[10460]123* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
124- rebuild with gcc-5.4.0
125
[9791]126* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
127- new upstream release
128
[9478]129* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
130- new upstream release
131
[9210]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
[9073]137* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
138- new upstream release
139
[8758]140* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
141- rebuild with libffi-3.0.13
142
[8369]143* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
144- new upstream release
145
[8353]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
[8119]150* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
151- rebuild with VineSeed environment
152
[7938]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
[7633]158* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
159- new upstream release
160
[6890]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
[6078]165* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
[6011]166- new upstream release
167
[4850]168* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
169- new upstream release
170
[4812]171* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
172- new upstream release
173
[4704]174* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
175- new upstream release
176
[4616]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
[3263]181* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
182- new upstream release
183
[2219]184* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
185- new upstream release
186
[2041]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
[1886]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
[871]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
[521]199- initial build for Vine Linux
200
Note: See TracBrowser for help on using the repository browser.