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

Revision 12005, 5.1 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1%define pkg_version 1.53.4
2%define pkg_release 2%{?_dist_release}
3%define mozjs mozjs52
4
5Summary:     Javascript binding for GNOME
6Summary(ja): GNOME 向け JavaScript バインディング
7Name:        gjs
8Version:     %{pkg_version}
9Release:     %{pkg_release}
10Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.44/%{name}-%{version}.tar.xz
11
12License:     MPL1.1/LGPLv2+/GPLv2+
13Group:       System Environment/Libraries
14URL:         http://live.gnome.org/GnomeShell
15
16Patch0:      fix-override.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
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: yelp-tools
26BuildRequires: desktop-file-utils
27BuildRequires: autoconf >= 2.69
28BuildRequires: automake
29BuildRequires: gnome-common
30
31Vendor: Project Vine
32Distribution: Vine Linux
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%patch0 -p1
55
56
57%build
58rm -f configure
59(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
60 %configure --disable-static)
61%{__make} V=1 %{?_smp_mflags}
62
63
64%install
65%{__rm} -rf ${RPM_BUILD_ROOT}
66%{__make} install DESTDIR=${RPM_BUILD_ROOT}
67
68find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
69
70
71%clean
72%{__rm} -rf ${RPM_BUILD_ROOT}
73
74
75%post -p /sbin/ldconfig
76
77%postun -p /sbin/ldconfig
78
79%files
80%defattr(-,root,root)
81%doc COPYING ChangeLog NEWS README
82%{_bindir}/gjs*
83%{_libdir}/lib*.so.*
84%{_libdir}/gjs/*
85
86%files devel
87%defattr(-,root,root,-)
88%{_includedir}/gjs-1.0
89%{_libdir}/lib*.so
90%{_libdir}/pkgconfig/*.pc
91%dir %{_datadir}/gjs-1.0
92%dir %{_datadir}/gjs-1.0/lsan
93%{_datadir}/gjs-1.0/lsan/lsan.supp
94%dir %{_datadir}/gjs-1.0/valgrind
95%{_datadir}/gjs-1.0/valgrind/gjs.supp
96
97
98%changelog
99* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-2
100- added Patch0.
101- added "R:mozjs52-devel" to gjs-devel.
102
103* Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-1
104- new upstream release.
105
106* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
107- rebuild with gcc-5.4.0
108
109* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
110- new upstream release
111
112* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
113- new upstream release
114
115* Thu Jan  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
116- moved to System Environment/Libraries Group
117- added Japanese summary
118- changed BR: automake instead of automake112
119
120* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
121- new upstream release
122
123* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
124- rebuild with libffi-3.0.13
125
126* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
127- new upstream release
128
129* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
130- new upstream release
131- change BuildRequires: mozjs24-devel instead of mozjs17-devel
132
133* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
134- rebuild with VineSeed environment
135
136* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
137- new upstream release
138- change BuildRequires: mozjs17-devel instead of js-devel
139- add BuildRequires: autoconf, automake112
140
141* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
142- new upstream release
143
144* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
145- new upstream release
146- change BuildRequires: yelp-tools instead of gnome-doc-utils
147
148* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
149- new upstream release
150
151* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
152- new upstream release
153
154* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
155- new upstream release
156
157* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
158- new upstream release
159
160* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
161- new upstream release
162- change BuildRequires: js-devel instead of xulrunner-devel
163
164* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
165- new upstream release
166
167* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
168- new upstream release
169
170* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
171- new upstream release
172- remove BuildRequires: mutter-devel
173
174* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
175- rebuild with rpm-4.8.1 for pkg-config file
176
177* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
178- new upstream release
179- fix typo
180
181* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
182- initial build for Vine Linux
183
Note: See TracBrowser for help on using the repository browser.