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

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

updated 4 packages

gjs-1.54.3-1

mozjs60-60.9.0-6

pam-1.3.1-1

polkit-0.116-1

Line 
1%define pkg_version 1.54.3
2%define pkg_release 1%{?_dist_release}
3%define mozjs mozjs60
4
5Summary:        Javascript binding for GNOME
6Summary(ja):    GNOME 向け JavaScript バインディング
7Name:           gjs
8Version:        %{pkg_version}
9Release:        %{pkg_release}
10Group:          System Environment/Libraries
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14
15License:        MPL1.1/LGPLv2+/GPLv2+
16URL:            https://wiki.gnome.org/Projects/GnomeShell
17%global         shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
18Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
19
20BuildRoot:      %{_tmppath}/%{name}-%{version}-root
21BuildRequires:  pkgconfig >= 0.14.0
22BuildRequires:  glib2-devel
23BuildRequires:  dbus-glib-devel
24BuildRequires:  gobject-introspection-devel >= 1.29.16
25BuildRequires:  cairo-devel
26BuildRequires:  %{mozjs}-devel
27BuildRequires:  readline-devel
28BuildRequires:  yelp-tools
29BuildRequires:  desktop-file-utils
30BuildRequires:  autoconf >= 2.69
31BuildRequires:  automake
32BuildRequires:  gnome-common
33
34
35%description
36GNOME 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.
37
38
39%package devel
40Summary:     Development files of the gjs library.
41Summary(ja): gjs ライブラリの開発用ファイル
42Group:       Development/Libraries
43Requires: %{name} = %{version}-%{release}
44Requires: pkgconfig
45Requires: gtk-doc
46Requires: %{mozjs}-devel
47
48%description devel
49Development files of the gjs library.
50
51
52%prep
53%setup -q
54
55
56%build
57rm -f configure
58(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
59 %configure --disable-static)
60%{__make} V=1 %{?_smp_mflags}
61
62
63%install
64%{__rm} -rf %{buildroot}
65%{__make} install DESTDIR=%{buildroot}
66
67find %{buildroot} -name '*.la' -exec rm -f {} \;
68
69
70#check
71#{__make} %{?_smp_mflags} check
72
73
74%clean
75%{__rm} -rf %{buildroot}
76
77
78%post -p /sbin/ldconfig
79
80%postun -p /sbin/ldconfig
81
82%files
83%defattr(-,root,root)
84%license COPYING
85%doc ChangeLog NEWS README
86%{_bindir}/gjs*
87%{_libdir}/lib*.so.*
88%{_libdir}/gjs/*
89
90%files devel
91%defattr(-,root,root,-)
92%{_includedir}/gjs-1.0
93%{_libdir}/lib*.so
94%{_libdir}/pkgconfig/*.pc
95%dir %{_datadir}/gjs-1.0
96%dir %{_datadir}/gjs-1.0/lsan
97%{_datadir}/gjs-1.0/lsan/lsan.supp
98%dir %{_datadir}/gjs-1.0/valgrind
99%{_datadir}/gjs-1.0/valgrind/gjs.supp
100
101
102%changelog
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.