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

Revision 12376, 5.4 KB checked in by tomop, 4 years ago (diff)

updated 19 packages

g-wrap-1.9.15-2

gjs-1.54.3-2

glib2-2.64.2-2

gobject-introspection-1.64.1-1

guile-2.2.7-1

guile20-2.0.14-5

hardinfo-0.5.1-4

llvm-10.0.0-2

libffi-3.3-1

libffi321-3.2.1-1

p11-kit-0.23.20-2

pycairo-1.18.2-1

pygobject-2.28.6-7

pygobject3-3.34.0-1

python-cffi-1.14.0-1

python-2.7.17-1

python3-3.5.9-1

ruby-2.6.6-2

uim-1.8.8-3

Line 
1%define mozjs mozjs60
2
3Summary:        Javascript binding for GNOME
4Summary(ja):    GNOME 向け JavaScript バインディング
5Name:           gjs
6Version:        1.54.3
7Release:        2%{?_dist_release}
8Group:          System Environment/Libraries
9Vendor:         Project Vine
10Distribution:   Vine Linux
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13License:        MPL1.1/LGPLv2+/GPLv2+
14URL:            https://wiki.gnome.org/Projects/GnomeShell
15%global         shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
16Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
17
18BuildRequires:  pkgconfig >= 0.14.0
19BuildRequires:  glib2-devel
20BuildRequires:  dbus-glib-devel
21BuildRequires:  gobject-introspection-devel >= 1.29.16
22BuildRequires:  cairo-devel
23BuildRequires:  %{mozjs}-devel
24BuildRequires:  readline-devel
25BuildRequires:  yelp-tools
26BuildRequires:  desktop-file-utils
27BuildRequires:  autoconf >= 2.69
28BuildRequires:  automake
29BuildRequires:  gnome-common
30
31
32%description
33GNOME 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.
34
35
36%package devel
37Summary:     Development files of the gjs library.
38Summary(ja): gjs ライブラリの開発用ファイル
39Group:       Development/Libraries
40Requires: %{name} = %{version}-%{release}
41Requires: pkgconfig
42Requires: gtk-doc
43Requires: %{mozjs}-devel
44
45%description devel
46Development files of the gjs library.
47
48
49%prep
50%setup -q
51
52
53%build
54rm -f configure
55(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
56 %configure --disable-static)
57%{__make} V=1 %{?_smp_mflags}
58
59
60%install
61%{__rm} -rf %{buildroot}
62%{__make} install DESTDIR=%{buildroot}
63
64find %{buildroot} -name '*.la' -exec rm -f {} \;
65
66
67#check
68#{__make} %{?_smp_mflags} check
69
70
71%clean
72%{__rm} -rf %{buildroot}
73
74
75%post -p /sbin/ldconfig
76
77%postun -p /sbin/ldconfig
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 Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-2
101- rebuilt with libffi-3.3.
102
103* Tue Mar 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-1
104- new upstream release.
105- dropped Patch0: fixed in upstream.
106
107* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-2
108- added Patch0.
109- added "R:mozjs52-devel" to gjs-devel.
110
111* Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-1
112- new upstream release.
113
114* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
115- rebuild with gcc-5.4.0
116
117* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
118- new upstream release
119
120* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
121- new upstream release
122
123* Thu Jan  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
124- moved to System Environment/Libraries Group
125- added Japanese summary
126- changed BR: automake instead of automake112
127
128* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
129- new upstream release
130
131* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
132- rebuild with libffi-3.0.13
133
134* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
135- new upstream release
136
137* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
138- new upstream release
139- change BuildRequires: mozjs24-devel instead of mozjs17-devel
140
141* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
142- rebuild with VineSeed environment
143
144* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
145- new upstream release
146- change BuildRequires: mozjs17-devel instead of js-devel
147- add BuildRequires: autoconf, automake112
148
149* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
150- new upstream release
151
152* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
153- new upstream release
154- change BuildRequires: yelp-tools instead of gnome-doc-utils
155
156* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
157- new upstream release
158
159* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
160- new upstream release
161
162* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
163- new upstream release
164
165* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
166- new upstream release
167
168* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
169- new upstream release
170- change BuildRequires: js-devel instead of xulrunner-devel
171
172* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
173- new upstream release
174
175* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
176- new upstream release
177
178* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
179- new upstream release
180- remove BuildRequires: mutter-devel
181
182* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
183- rebuild with rpm-4.8.1 for pkg-config file
184
185* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
186- new upstream release
187- fix typo
188
189* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
190- initial build for Vine Linux
191
Note: See TracBrowser for help on using the repository browser.