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

Revision 8119, 3.7 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

RevLine 
[7938]1%define pkg_version 1.38.1
[8119]2%define pkg_release 2%{?_dist_release}
[521]3
4Summary:     Javascript binding for GNOME
5Name:        gjs
6Version:     %{pkg_version}
7Release:     %{pkg_release}
[7938]8Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.38/%{name}-%{version}.tar.xz
[4812]9
[521]10License:     MPL1.1/LGPLv2+/GPLv2+
11Group:       User Interface/Desktops
12URL:         http://live.gnome.org/GnomeShell
13
14BuildRequires: pkgconfig
[4704]15BuildRequires: glib2-devel
[6078]16BuildRequires: dbus-glib-devel
[4704]17BuildRequires: gobject-introspection-devel >= 1.29.16
18BuildRequires: cairo-devel
[7938]19BuildRequires: mozjs17-devel
[6890]20BuildRequires: yelp-tools
[521]21BuildRequires: desktop-file-utils
[7938]22BuildRequires: autoconf >= 2.69
23BuildRequires: automake112
[6078]24BuildRequires: gnome-common
[521]25
26BuildRoot: %{_tmppath}/%{name}-%{version}-root
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.
39Group:       Development/Libraries
40
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.*
[6890]80%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
[7633]81%{_libdir}/gjs/*
[521]82%{_datadir}/gjs-1.0/*
83
84%files devel
85%defattr(-,root,root,-)
86%{_includedir}/gjs-1.0
87%{_libdir}/lib*.so
88%{_libdir}/pkgconfig/*.pc
89
90
91%changelog
[8119]92* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
93- rebuild with VineSeed environment
94
[7938]95* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
96- new upstream release
97- change BuildRequires: mozjs17-devel instead of js-devel
98- add BuildRequires: autoconf, automake112
99
[7633]100* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
101- new upstream release
102
[6890]103* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
104- new upstream release
105- change BuildRequires: yelp-tools instead of gnome-doc-utils
106
[6078]107* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
[6011]108- new upstream release
109
[4850]110* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
111- new upstream release
112
[4812]113* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
114- new upstream release
115
[4704]116* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
117- new upstream release
118
[4616]119* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
120- new upstream release
121- change BuildRequires: js-devel instead of xulrunner-devel
122
[3263]123* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
124- new upstream release
125
[2219]126* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
127- new upstream release
128
[2041]129* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
130- new upstream release
131- remove BuildRequires: mutter-devel
132
[1886]133* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
134- rebuild with rpm-4.8.1 for pkg-config file
135
[871]136* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
137- new upstream release
138- fix typo
139
140* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
[521]141- initial build for Vine Linux
142
Note: See TracBrowser for help on using the repository browser.