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

RevLine 
[6890]1%define pkg_version 1.34.0
[2041]2%define pkg_release 1%{?_dist_release}
[521]3
4Summary:     Javascript binding for GNOME
5Name:        gjs
6Version:     %{pkg_version}
7Release:     %{pkg_release}
[6890]8Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.34/%{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
[4616]19BuildRequires: js-devel
[6890]20BuildRequires: yelp-tools
[521]21BuildRequires: desktop-file-utils
[6078]22BuildRequires: gnome-common
[521]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
[6078]52rm -f configure
53(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
54 %configure --disable-static)
55%{__make} V=1 %{?_smp_mflags}
[521]56
57
58%install
59%{__rm} -rf ${RPM_BUILD_ROOT}
60%{__make} install DESTDIR=${RPM_BUILD_ROOT}
61
[6078]62find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[521]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.*
[6890]78%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
[521]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
[6890]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
[6078]94* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
[6011]95- new upstream release
96
[4850]97* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
98- new upstream release
99
[4812]100* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
101- new upstream release
102
[4704]103* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
104- new upstream release
105
[4616]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
[3263]110* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
111- new upstream release
112
[2219]113* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
114- new upstream release
115
[2041]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
[1886]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
[871]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
[521]128- initial build for Vine Linux
129
Note: See TracBrowser for help on using the repository browser.