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

Revision 4704, 2.9 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

Line 
1%define pkg_version 1.29.17
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.29/%{name}-%{version}.tar.xz
9License:     MPL1.1/LGPLv2+/GPLv2+
10Group:       User Interface/Desktops
11URL:         http://live.gnome.org/GnomeShell
12
13Requires(post,postun): scrollkeeper >= 0.1.4
14Requires(post,pre,preun): GConf2 >= 2.14
15BuildRequires: pkgconfig
16BuildRequires: glib2-devel
17BuildRequires: gobject-introspection-devel >= 1.29.16
18BuildRequires: cairo-devel
19BuildRequires: dbus-glib-devel
20BuildRequires: js-devel
21BuildRequires: gnome-doc-utils
22BuildRequires: desktop-file-utils
23
24BuildRoot: %{_tmppath}/%{name}-%{version}-root
25
26Vendor: Project Vine
27Distribution: Vine Linux
28Packager: Takemikaduchi
29
30
31%description
32GNOME 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.
33
34
35%package devel
36Summary:     Development files of the gjs library.
37Group:       Development/Libraries
38
39Requires: %{name} = %{version}-%{release}
40Requires: pkgconfig
41Requires: gtk-doc
42
43%description devel
44Development files of the gjs library.
45
46
47%prep
48%setup -q
49
50
51%build
52%configure --disable-static
53%{__make} %{?_smp_mflags}
54
55
56%install
57%{__rm} -rf ${RPM_BUILD_ROOT}
58%{__make} install DESTDIR=${RPM_BUILD_ROOT}
59
60%{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/*.la
61
62
63%clean
64%{__rm} -rf ${RPM_BUILD_ROOT}
65
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71%files
72%defattr(-,root,root)
73%doc COPYING ChangeLog NEWS README
74%{_bindir}/gjs*
75%{_libdir}/lib*.so.*
76%{_libdir}/gjs-1.0/*
77%{_libdir}/gjs/GjsDBus-1.0.typelib
78%{_datadir}/gjs-1.0/*
79
80%files devel
81%defattr(-,root,root,-)
82%{_includedir}/gjs-1.0
83%{_libdir}/lib*.so
84%{_libdir}/gjs/GjsDBus-1.0.gir
85%{_libdir}/pkgconfig/*.pc
86%{_datadir}/doc/*
87
88
89%changelog
90* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
91- new upstream release
92
93* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
94- new upstream release
95- change BuildRequires: js-devel instead of xulrunner-devel
96
97* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
98- new upstream release
99
100* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
101- new upstream release
102
103* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
104- new upstream release
105- remove BuildRequires: mutter-devel
106
107* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
108- rebuild with rpm-4.8.1 for pkg-config file
109
110* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
111- new upstream release
112- fix typo
113
114* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
115- initial build for Vine Linux
116
Note: See TracBrowser for help on using the repository browser.