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

Revision 7633, 3.4 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

RevLine 
[7633]1%define pkg_version 1.36.1
[2041]2%define pkg_release 1%{?_dist_release}
[521]3
4Summary:     Javascript binding for GNOME
5Name:        gjs
6Version:     %{pkg_version}
7Release:     %{pkg_release}
[7633]8Source0:     http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.36/%{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
[7633]79%{_libdir}/gjs/*
[521]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
[7633]90* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
91- new upstream release
92
[6890]93* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
94- new upstream release
95- change BuildRequires: yelp-tools instead of gnome-doc-utils
96
[6078]97* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
[6011]98- new upstream release
99
[4850]100* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
101- new upstream release
102
[4812]103* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
104- new upstream release
105
[4704]106* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
107- new upstream release
108
[4616]109* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
110- new upstream release
111- change BuildRequires: js-devel instead of xulrunner-devel
112
[3263]113* Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
114- new upstream release
115
[2219]116* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
117- new upstream release
118
[2041]119* Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
120- new upstream release
121- remove BuildRequires: mutter-devel
122
[1886]123* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
124- rebuild with rpm-4.8.1 for pkg-config file
125
[871]126* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
127- new upstream release
128- fix typo
129
130* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
[521]131- initial build for Vine Linux
132
Note: See TracBrowser for help on using the repository browser.