source: projects/specs/trunk/j/json-glib/json-glib-vl.spec @ 7938

Revision 7938, 4.3 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1%define glib_ver 2.38.0
2
3Name:           json-glib
4Version:        0.16.2
5Release:        1%{?_dist_release}
6Summary:        Library for JavaScript Object Notation format
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://live.gnome.org/JsonGlib
11#VCS:           git:git://git.gnome.org/json-glib
12Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.16/%{name}-%{version}.tar.xz
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15BuildRequires:  glib2-devel >= %{glib_ver}
16BuildRequires:  gobject-introspection-devel
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22%{name} is a library providing serialization and deserialization support
23for the JavaScript Object Notation (JSON) format.
24
25
26%package devel
27Summary:        Development files for %{name}
28Group:          Development/Libraries
29Requires:       %{name} = %{version}-%{release}
30Requires:       glib2-devel >= %{glib_ver}
31Requires:       gtk-doc
32Requires:       pkgconfig
33
34
35%description devel
36The %{name}-devel package contains libraries and header files for
37developing applications that use %{name}.
38
39
40%prep
41%setup -q
42
43
44%build
45%configure --enable-static=no
46make %{?_smp_mflags} V=1
47
48
49%install
50rm -rf $RPM_BUILD_ROOT
51make install DESTDIR=$RPM_BUILD_ROOT
52find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
53
54# Copy the files from the tarball to avoid the IDs generated by gtk-doc being
55# different on different builds
56mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
57cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
58
59%find_lang %{name}-1.0
60
61%check
62# make check
63
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68
69%post -p /sbin/ldconfig
70
71
72%postun -p /sbin/ldconfig
73
74
75%files -f %{name}-1.0.lang
76%defattr(-,root,root,-)
77%doc COPYING NEWS
78%{_libdir}/lib%{name}*.so.*
79%{_libdir}/girepository-1.0/Json-1.0.typelib
80
81%files devel
82%defattr(-,root,root,-)
83%{_libdir}/lib%{name}*.so
84%{_libdir}/pkgconfig/%{name}-1.0.pc
85%{_includedir}/%{name}-1.0/
86%{_datadir}/gtk-doc/html/%{name}/
87%{_datadir}/gir-1.0/Json-1.0.gir
88
89
90%changelog
91* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.2-1
92- new upstream release
93
94* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.0-1
95- new upstream release
96
97* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.15.2-1
98- new upstream release
99
100* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.14.2-1
101- update to 0.14.2
102
103* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.14.0-1
104- new upstream release
105
106* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.13.4-1
107- new upstream release
108
109* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.4-1
110- new upstream release
111
112* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.2-1
113- new upstream release
114
115* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.0-1
116- initial build for Vine Linux
117
118
119* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-3
120- Rebuild with new gobject-introspection
121
122* Thu Jul  1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.10.4-2
123- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
124  for introspection file
125
126* Fri Mar 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.10.4-1
127- Update to 0.10.4.
128
129* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-3
130- Require the gobject-introspection-devel package, not the library
131
132* Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2
133- Enable gobject-introspection support
134
135* Tue Dec 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.0-1
136- Update to 0.10.0.
137
138* Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.2-1
139- Update to 0.8.2.
140
141* Tue Sep 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.0-1
142- Update to 0.8.0.
143- Update source url.
144
145* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-4
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
147
148* Thu Feb 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-3
149- Disable tests for now.
150
151* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
152- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
153
154* Sat May 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-1
155- Update to 0.6.2.
156- Enable tests.
157
158* Mon May 19 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
159- Update 0.6.0.
160- Disable tests for now.
161- Add requires on gtk-doc.
162
163* Sun Apr 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.4.0-1
164- Initial Fedora spec.
165
Note: See TracBrowser for help on using the repository browser.