source: projects/specs/trunk/g/glib-networking/glib-networking-vl.spec @ 6201

Revision 6201, 2.4 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

Line 
1Name:           glib-networking
2Version:        2.32.3
3Release:        1%{?_dist_release}
4Summary:        Networking support for GLib
5
6Group:          Development/Libraries
7License:        LGPLv2+
8URL:            http://www.gnome.org
9Source:         http://download.gnome.org/sources/glib-networking/2.32/%{name}-%{version}.tar.xz
10
11BuildRequires:  glib2-devel
12BuildRequires:  libproxy-devel
13BuildRequires:  gnutls-devel
14BuildRequires:  intltool
15BuildRequires:  gsettings-desktop-schemas-devel
16# need to build ca-bundle.crt
17BuildRequires:  openssl
18Requires:       openssl
19
20Vendor: Project Vine
21Distribution: Vine Linux
22Packager: Takemikaduchi
23
24%description
25This package contains modules that extend the networking support in GIO.
26In particular, it contains a libproxy-based GProxyResolver implementation
27and a gnutls-based GTlsConnection implementation.
28
29%prep
30%setup -q
31
32
33%build
34%configure \
35        --with-libproxy \
36        --with-ca-certificates=%{_datadir}/ssl/certs/ca-bundle.crt
37
38make %{?_smp_mflags} V=1
39
40
41%install
42make install DESTDIR=$RPM_BUILD_ROOT
43
44rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.a
45rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
46
47%find_lang %{name}
48
49%post
50gio-querymodules %{_libdir}/gio/modules
51
52%postun
53gio-querymodules %{_libdir}/gio/modules
54
55%files -f %{name}.lang
56%defattr(-,root,root,-)
57%doc COPYING NEWS README
58%{_libdir}/gio/modules/libgiolibproxy.so
59%{_libdir}/gio/modules/libgiognomeproxy.so
60%{_libdir}/gio/modules/libgiognutls.so
61%{_libexecdir}/glib-pacrunner
62%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
63
64
65%changelog
66* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
67- new upstream release
68
69* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
70- new upstream release
71
72* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
73- new upstream release
74
75* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
76- new upstream release
77
78* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
79- new upstream release
80
81* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.92-1
82- new upstream release
83
84* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.18-1
85- new upstream release
86- add BuildRequires: gsettings-desktop-schemas
87
88* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.15-1
89- new upstream release
90
91* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.9-1
92- initial build for Vine Linux
93
Note: See TracBrowser for help on using the repository browser.