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

Revision 9791, 4.6 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

RevLine 
[9791]1%define pkg_version 1.44.0
[9478]2%define pkg_release 1%{?_dist_release}
[521]3
4Summary:     Javascript binding for GNOME
[9210]5Summary(ja): GNOME 向け JavaScript バインディング
[521]6Name:        gjs
7Version:     %{pkg_version}
8Release:     %{pkg_release}
[9791]9Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.44/%{name}-%{version}.tar.xz
[4812]10
[521]11License:     MPL1.1/LGPLv2+/GPLv2+
[9210]12Group:       System Environment/Libraries
[521]13URL:         http://live.gnome.org/GnomeShell
14
[9210]15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: pkgconfig >= 0.14.0
[4704]17BuildRequires: glib2-devel
[6078]18BuildRequires: dbus-glib-devel
[4704]19BuildRequires: gobject-introspection-devel >= 1.29.16
20BuildRequires: cairo-devel
[8353]21BuildRequires: mozjs24-devel
[6890]22BuildRequires: yelp-tools
[521]23BuildRequires: desktop-file-utils
[7938]24BuildRequires: autoconf >= 2.69
[9210]25BuildRequires: automake
[6078]26BuildRequires: gnome-common
[521]27
28Vendor: Project Vine
29Distribution: Vine Linux
30Packager: Takemikaduchi
31
32
33%description
34GNOME 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.
35
36
37%package devel
38Summary:     Development files of the gjs library.
[9210]39Summary(ja): gjs ライブラリの開発用ファイル
[521]40Group:       Development/Libraries
41Requires: %{name} = %{version}-%{release}
42Requires: pkgconfig
43Requires: gtk-doc
44
45%description devel
46Development files of the gjs library.
47
48
49%prep
50%setup -q
51
52
53%build
[6078]54rm -f configure
55(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
56 %configure --disable-static)
57%{__make} V=1 %{?_smp_mflags}
[521]58
59
60%install
61%{__rm} -rf ${RPM_BUILD_ROOT}
62%{__make} install DESTDIR=${RPM_BUILD_ROOT}
63
[6078]64find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[521]65
66
67%clean
68%{__rm} -rf ${RPM_BUILD_ROOT}
69
70
71%post -p /sbin/ldconfig
72
73%postun -p /sbin/ldconfig
74
75%files
76%defattr(-,root,root)
77%doc COPYING ChangeLog NEWS README
78%{_bindir}/gjs*
79%{_libdir}/lib*.so.*
[7633]80%{_libdir}/gjs/*
[521]81
82%files devel
83%defattr(-,root,root,-)
84%{_includedir}/gjs-1.0
85%{_libdir}/lib*.so
86%{_libdir}/pkgconfig/*.pc
87
88
89%changelog
[9791]90* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
91- new upstream release
92
[9478]93* Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
94- new upstream release
95
[9210]96* Thu Jan  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
97- moved to System Environment/Libraries Group
98- added Japanese summary
99- changed BR: automake instead of automake112
100
[9073]101* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
102- new upstream release
103
[8758]104* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
105- rebuild with libffi-3.0.13
106
[8369]107* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
108- new upstream release
109
[8353]110* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
111- new upstream release
112- change BuildRequires: mozjs24-devel instead of mozjs17-devel
113
[8119]114* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
115- rebuild with VineSeed environment
116
[7938]117* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
118- new upstream release
119- change BuildRequires: mozjs17-devel instead of js-devel
120- add BuildRequires: autoconf, automake112
121
[7633]122* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
123- new upstream release
124
[6890]125* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
126- new upstream release
127- change BuildRequires: yelp-tools instead of gnome-doc-utils
128
[6078]129* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
[6011]130- new upstream release
131
[4850]132* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
133- new upstream release
134
[4812]135* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
136- new upstream release
137
[4704]138* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
139- new upstream release
140
[4616]141* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
142- new upstream release
143- change BuildRequires: js-devel instead of xulrunner-devel
144
[3263]145* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
146- new upstream release
147
[2219]148* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
149- new upstream release
150
[2041]151* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
152- new upstream release
153- remove BuildRequires: mutter-devel
154
[1886]155* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
156- rebuild with rpm-4.8.1 for pkg-config file
157
[871]158* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
159- new upstream release
160- fix typo
161
162* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
[521]163- initial build for Vine Linux
164
Note: See TracBrowser for help on using the repository browser.