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

Revision 8353, 3.8 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1%define pkg_version 1.40.0
2%define pkg_release 1%{?_dist_release}
3
4Summary:     Javascript binding for GNOME
5Name:        gjs
6Version:     %{pkg_version}
7Release:     %{pkg_release}
8Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.40/%{name}-%{version}.tar.xz
9
10License:     MPL1.1/LGPLv2+/GPLv2+
11Group:       User Interface/Desktops
12URL:         http://live.gnome.org/GnomeShell
13
14BuildRequires: pkgconfig
15BuildRequires: glib2-devel
16BuildRequires: dbus-glib-devel
17BuildRequires: gobject-introspection-devel >= 1.29.16
18BuildRequires: cairo-devel
19BuildRequires: mozjs24-devel
20BuildRequires: yelp-tools
21BuildRequires: desktop-file-utils
22BuildRequires: autoconf >= 2.69
23BuildRequires: automake112
24BuildRequires: gnome-common
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
54rm -f configure
55(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
56 %configure --disable-static)
57%{__make} V=1 %{?_smp_mflags}
58
59
60%install
61%{__rm} -rf ${RPM_BUILD_ROOT}
62%{__make} install DESTDIR=${RPM_BUILD_ROOT}
63
64find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
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.*
80%{_libdir}/gjs/*
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
90* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
91- new upstream release
92- change BuildRequires: mozjs24-devel instead of mozjs17-devel
93
94* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
95- rebuild with VineSeed environment
96
97* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
98- new upstream release
99- change BuildRequires: mozjs17-devel instead of js-devel
100- add BuildRequires: autoconf, automake112
101
102* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
103- new upstream release
104
105* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
106- new upstream release
107- change BuildRequires: yelp-tools instead of gnome-doc-utils
108
109* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
110- new upstream release
111
112* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
113- new upstream release
114
115* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
116- new upstream release
117
118* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
119- new upstream release
120
121* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
122- new upstream release
123- change BuildRequires: js-devel instead of xulrunner-devel
124
125* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
126- new upstream release
127
128* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
129- new upstream release
130
131* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
132- new upstream release
133- remove BuildRequires: mutter-devel
134
135* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
136- rebuild with rpm-4.8.1 for pkg-config file
137
138* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
139- new upstream release
140- fix typo
141
142* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
143- initial build for Vine Linux
144
Note: See TracBrowser for help on using the repository browser.