source: projects/specs/trunk/d/dconf/dconf-vl.spec @ 9475

Revision 9475, 4.8 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

Line 
1# Basic Information
2Name:           dconf
3Version:        0.24.0
4Release:        1%{?_dist_release}
5License:        LGPL
6Group:          System Environment/Base
7Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.24/%{name}-%{version}.tar.xz
8BuildRoot:      %{_tmppath}/%{name}-%{version}-root
9
10Vendor:         Project Vine
11Distribution:   Vine Linux
12Packager:       yasumichi, Takemiakduchi
13
14Summary:        dconf is a low-level configuration system.
15Summary(ja):    dconfは、低レベル設定システムです。
16
17# Dependency
18Requires:       dbus
19
20BuildRequires:  glib2-devel
21BuildRequires:  libxml2-devel
22BuildRequires:  dbus-devel
23BuildRequires:  libxslt-devel
24BuildRequires:  vala-devel
25BuildRequires:  docbook-style-xsl
26
27%description
28dconf is a low-level configuration system. Its main purpose is to provide
29a backend to GSettings on platforms that don't already have configuration
30storage systems.
31
32%description -l ja
33dconfは、低レベル設定システムです。その主要な目的は、まだ設定保存システムを
34有していないプラットフォーム上にGSettingsのバックエンドを提供することです。
35
36%package    devel
37Summary:        Headers for developing programs that will use %{name}
38Summary(ja):    %{name} の開発用ファイル
39Group:          Development/Libraries
40Requires:       %{name} = %{version}-%{release}
41Requires:       glib2-devel
42Requires:       libxml2-devel
43Requires:       dbus-devel
44
45%description devel
46This package contains the headers that programmers will need to develop
47applications which will use %{name}.
48
49
50%package      docs
51Summary:      Documentation for %{name}
52Summary(ja):  %{name} 用のドキュメント
53Group:        Documentation
54BuildArch:    noarch
55
56%description  docs
57This package contains documentation for %{name}.
58
59
60%package      vala
61Summary:      Vala bindings for %{name}
62Summary(ja):  %{name} の Vala バインディング
63Group:        Development/Libraries
64Requires:     %{name} = %{version}-%{release}
65Requires:     vala
66
67%description  vala
68Vala bindings for %{name}.
69
70
71%prep
72%setup -q
73
74%build
75%configure
76%{__make} %{?_smp_mflags}
77
78%install
79%{__rm} -rf ${RPM_BUILD_ROOT}
80%{__make} install DESTDIR=${RPM_BUILD_ROOT}
81
82
83%clean
84%{__rm} -rf ${RPM_BUILD_ROOT}
85
86
87%post
88gio-querymodules %{_libdir}/gio/modules
89
90%postun
91if [ $1 -eq 0 ] ; then
92    gio-querymodules %{_libdir}/gio/modules
93fi
94
95
96%files
97%defattr(-,root,root,-)
98%doc COPYING NEWS
99%{_bindir}/dconf
100%{_libdir}/gio/modules/libdconfsettings.so
101%{_libdir}/libdconf*.so.*
102%{_libexecdir}/dconf-service
103%{_datadir}/bash-completion/completions/dconf
104%{_datadir}/dbus-1/services/ca.desrt.dconf.service
105%{_mandir}/man1/dconf.1.gz
106%{_mandir}/man1/dconf-service.1.gz
107%{_mandir}/man7/dconf.7.gz
108
109%files devel
110%defattr(-,root,root,-)
111%{_includedir}/dconf/
112%{_includedir}/dconf-dbus-1/
113%{_libdir}/libdconf*.so
114%{_libdir}/pkgconfig/*.pc
115
116%files docs
117%defattr(-,root,root,-)
118%{_datadir}/gtk-doc/html/dconf/
119
120%files vala
121%defattr(-,root,root,-)
122%{_datadir}/vala/vapi/dconf.deps
123%{_datadir}/vala/vapi/dconf.vapi
124
125
126%changelog
127* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.0-1
128- new upstream release
129- remove dconf-editor subpackage
130- create %%{name}-docs,vala subpackages
131
132* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.0-1
133- new upstream release
134
135* Wed Jun 18 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.20.0-3
136- move some post/postun scripts to dconf-editor:
137  - glib-compile-schemas, gtk-update-icon-cache, update-desktop-database
138
139* Mon Jun 16 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.20.0-2
140- split dconf-editor to subpackage.
141- drop libgee dependency(R,BR)
142- remove unneeded dependency(Requires)
143
144* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
145- new upstream release
146
147* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-2
148- rebuild with VineSeed environment
149
150* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-1
151- new upstream release
152
153* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
154- new upstream release
155
156* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
157- new upstream release
158- add BuildRequires: vala
159
160* Fri Nov 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
161- new upstream release
162
163* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.0-1
164- new upstream release
165- add BuildRequires: libxslt-devel, docbook-style-xsl
166
167* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1
168- new upstream release
169
170* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
171- new upstream release
172
173* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
174- new upstream release
175
176* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
177- new upstream release
178
179* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
180- new upstream release
181- add BuildRequires: dbus-devel
182- change BuildRequires: gtk3-devel instead of gtk2-devel
183
184* Sun Oct 17 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
185- new package.
186
Note: See TracBrowser for help on using the repository browser.