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'

RevLine 
[12005]1%define pkg_version 1.53.4
[10460]2%define pkg_release 2%{?_dist_release}
[12005]3%define mozjs mozjs52
[521]4
5Summary:     Javascript binding for GNOME
[9210]6Summary(ja): GNOME 向け JavaScript バインディング
[521]7Name:        gjs
8Version:     %{pkg_version}
9Release:     %{pkg_release}
[9791]10Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.44/%{name}-%{version}.tar.xz
[4812]11
[521]12License:     MPL1.1/LGPLv2+/GPLv2+
[9210]13Group:       System Environment/Libraries
[521]14URL:         http://live.gnome.org/GnomeShell
15
[12005]16Patch0:      fix-override.patch
17
[9210]18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19BuildRequires: pkgconfig >= 0.14.0
[4704]20BuildRequires: glib2-devel
[6078]21BuildRequires: dbus-glib-devel
[4704]22BuildRequires: gobject-introspection-devel >= 1.29.16
23BuildRequires: cairo-devel
[12005]24BuildRequires: %{mozjs}-devel
[6890]25BuildRequires: yelp-tools
[521]26BuildRequires: desktop-file-utils
[7938]27BuildRequires: autoconf >= 2.69
[9210]28BuildRequires: automake
[6078]29BuildRequires: gnome-common
[521]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.
[9210]41Summary(ja): gjs ライブラリの開発用ファイル
[521]42Group:       Development/Libraries
43Requires: %{name} = %{version}-%{release}
44Requires: pkgconfig
45Requires: gtk-doc
[12005]46Requires: %{mozjs}-devel
[521]47
48%description devel
49Development files of the gjs library.
50
51
52%prep
53%setup -q
[12005]54%patch0 -p1
[521]55
56
57%build
[6078]58rm -f configure
59(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
60 %configure --disable-static)
61%{__make} V=1 %{?_smp_mflags}
[521]62
63
64%install
65%{__rm} -rf ${RPM_BUILD_ROOT}
66%{__make} install DESTDIR=${RPM_BUILD_ROOT}
67
[6078]68find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[521]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.*
[7633]84%{_libdir}/gjs/*
[521]85
86%files devel
87%defattr(-,root,root,-)
88%{_includedir}/gjs-1.0
89%{_libdir}/lib*.so
90%{_libdir}/pkgconfig/*.pc
[12005]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
[521]96
97
98%changelog
[12005]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
[10460]106* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
107- rebuild with gcc-5.4.0
108
[9791]109* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
110- new upstream release
111
[9478]112* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
113- new upstream release
114
[9210]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
[9073]120* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
121- new upstream release
122
[8758]123* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
124- rebuild with libffi-3.0.13
125
[8369]126* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
127- new upstream release
128
[8353]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
[8119]133* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
134- rebuild with VineSeed environment
135
[7938]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
[7633]141* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
142- new upstream release
143
[6890]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
[6078]148* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
[6011]149- new upstream release
150
[4850]151* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
152- new upstream release
153
[4812]154* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
155- new upstream release
156
[4704]157* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
158- new upstream release
159
[4616]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
[3263]164* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
165- new upstream release
166
[2219]167* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
168- new upstream release
169
[2041]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
[1886]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
[871]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
[521]182- initial build for Vine Linux
183
Note: See TracBrowser for help on using the repository browser.