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

Revision 6078, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1%define pkg_version 1.32.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.32/%{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: js-devel
20BuildRequires: gnome-doc-utils
21BuildRequires: desktop-file-utils
22BuildRequires: gnome-common
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
52rm -f configure
53(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
54 %configure --disable-static)
55%{__make} V=1 %{?_smp_mflags}
56
57
58%install
59%{__rm} -rf ${RPM_BUILD_ROOT}
60%{__make} install DESTDIR=${RPM_BUILD_ROOT}
61
62find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
63
64
65%clean
66%{__rm} -rf ${RPM_BUILD_ROOT}
67
68
69%post -p /sbin/ldconfig
70
71%postun -p /sbin/ldconfig
72
73%files
74%defattr(-,root,root)
75%doc COPYING ChangeLog NEWS README
76%{_bindir}/gjs*
77%{_libdir}/lib*.so.*
78%{_libdir}/girepository-1.0/GjsDBus-1.0.typelib
79%{_libdir}/gjs-1.0/*
80%{_datadir}/gjs-1.0/*
81
82%files devel
83%defattr(-,root,root,-)
84%{_includedir}/gjs-1.0
85%{_libdir}/lib*.so
86%{_libdir}/pkgconfig/*.pc
87%{_datadir}/gir-1.0/GjsDBus-1.0.gir
88
89
90%changelog
91* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
92- new upstream release
93
94* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
95- new upstream release
96
97* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
98- new upstream release
99
100* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
101- new upstream release
102
103* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
104- new upstream release
105- change BuildRequires: js-devel instead of xulrunner-devel
106
107* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
108- new upstream release
109
110* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
111- new upstream release
112
113* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
114- new upstream release
115- remove BuildRequires: mutter-devel
116
117* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
118- rebuild with rpm-4.8.1 for pkg-config file
119
120* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
121- new upstream release
122- fix typo
123
124* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
125- initial build for Vine Linux
126
Note: See TracBrowser for help on using the repository browser.