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

Revision 6890, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1%define pkg_version 1.34.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.34/%{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: yelp-tools
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}/gjs/girepository-1.0/GjsPrivate-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
88
89%changelog
90* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
91- new upstream release
92- change BuildRequires: yelp-tools instead of gnome-doc-utils
93
94* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
95- new upstream release
96
97* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
98- new upstream release
99
100* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
101- new upstream release
102
103* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
104- new upstream release
105
106* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
107- new upstream release
108- change BuildRequires: js-devel instead of xulrunner-devel
109
110* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
111- new upstream release
112
113* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
114- new upstream release
115
116* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
117- new upstream release
118- remove BuildRequires: mutter-devel
119
120* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
121- rebuild with rpm-4.8.1 for pkg-config file
122
123* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
124- new upstream release
125- fix typo
126
127* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
128- initial build for Vine Linux
129
Note: See TracBrowser for help on using the repository browser.