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

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

GNOME-3.6.0 & Cinnamon-1.6.1

RevLine 
[4616]1Name:           glib-networking
[6890]2Version:        2.34.0
[4616]3Release:        1%{?_dist_release}
4Summary:        Networking support for GLib
5
6Group:          Development/Libraries
7License:        LGPLv2+
8URL:            http://www.gnome.org
[6890]9Source:         http://download.gnome.org/sources/glib-networking/2.34/%{name}-%{version}.tar.xz
[4616]10
11BuildRequires:  glib2-devel
12BuildRequires:  libproxy-devel
13BuildRequires:  gnutls-devel
14BuildRequires:  intltool
[6078]15BuildRequires:  gsettings-desktop-schemas-devel
[6890]16BuildRequires:  ca-certificates
[4616]17
[6890]18Requires:  ca-certificates
19
[4616]20Vendor: Project Vine
21Distribution: Vine Linux
[6011]22Packager: Takemikaduchi
[4616]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 \
[6890]35        --with-libproxy
[4616]36
[6890]37make %{?_smp_mflags}
[4616]38
39
40%install
41make install DESTDIR=$RPM_BUILD_ROOT
42
43rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.a
44rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
45
46%find_lang %{name}
47
48%post
49gio-querymodules %{_libdir}/gio/modules
50
51%postun
52gio-querymodules %{_libdir}/gio/modules
53
54%files -f %{name}.lang
55%defattr(-,root,root,-)
56%doc COPYING NEWS README
57%{_libdir}/gio/modules/libgiolibproxy.so
[4704]58%{_libdir}/gio/modules/libgiognomeproxy.so
[4616]59%{_libdir}/gio/modules/libgiognutls.so
60%{_libexecdir}/glib-pacrunner
61%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
62
63
64%changelog
[6890]65* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.0-1
66- new upstream release
67- change BuildRequires: ca-certificates instead of openssl
68
[6201]69* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
70- new upstream release
71
[6078]72* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
[6011]73- new upstream release
74
[5402]75* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
76- new upstream release
77
[5038]78* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
79- new upstream release
80
[4850]81* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
82- new upstream release
83
[4812]84* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.92-1
85- new upstream release
86
[4704]87* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.18-1
88- new upstream release
89- add BuildRequires: gsettings-desktop-schemas
90
[4650]91* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.15-1
92- new upstream release
93
[4616]94* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.9-1
95- initial build for Vine Linux
96
Note: See TracBrowser for help on using the repository browser.