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

RevLine 
[2089]1# Basic Information
2Name:           dconf
[9475]3Version:        0.24.0
[9073]4Release:        1%{?_dist_release}
[2089]5License:        LGPL
6Group:          System Environment/Base
[9475]7Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.24/%{name}-%{version}.tar.xz
[2089]8BuildRoot:      %{_tmppath}/%{name}-%{version}-root
9
10Vendor:         Project Vine
11Distribution:   Vine Linux
[8119]12Packager:       yasumichi, Takemiakduchi
[2089]13
14Summary:        dconf is a low-level configuration system.
15Summary(ja):    dconfは、低レベル設定システムです。
16
17# Dependency
[8562]18Requires:       dbus
[2089]19
20BuildRequires:  glib2-devel
21BuildRequires:  libxml2-devel
[4616]22BuildRequires:  dbus-devel
[6890]23BuildRequires:  libxslt-devel
[8562]24BuildRequires:  vala-devel
[6890]25BuildRequires:  docbook-style-xsl
[2089]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
[9475]36%package    devel
[2089]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
[4616]43Requires:       dbus-devel
[2089]44
45%description devel
46This package contains the headers that programmers will need to develop
47applications which will use %{name}.
48
[8562]49
[9475]50%package      docs
51Summary:      Documentation for %{name}
52Summary(ja):  %{name} 用のドキュメント
53Group:        Documentation
54BuildArch:    noarch
[8562]55
[9475]56%description  docs
57This package contains documentation for %{name}.
[8562]58
[9475]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
[2089]71%prep
72%setup -q
73
74%build
75%configure
[6890]76%{__make} %{?_smp_mflags}
[2089]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
[6011]87%post
[8584]88gio-querymodules %{_libdir}/gio/modules
89
[4616]90%postun
[6011]91if [ $1 -eq 0 ] ; then
[8584]92    gio-querymodules %{_libdir}/gio/modules
93fi
94
[4616]95
[9475]96%files
97%defattr(-,root,root,-)
[2089]98%doc COPYING NEWS
99%{_bindir}/dconf
100%{_libdir}/gio/modules/libdconfsettings.so
[4616]101%{_libdir}/libdconf*.so.*
[2089]102%{_libexecdir}/dconf-service
[6890]103%{_datadir}/bash-completion/completions/dconf
[2089]104%{_datadir}/dbus-1/services/ca.desrt.dconf.service
[8562]105%{_mandir}/man1/dconf.1.gz
106%{_mandir}/man1/dconf-service.1.gz
[6890]107%{_mandir}/man7/dconf.7.gz
[2089]108
109%files devel
[9475]110%defattr(-,root,root,-)
[2089]111%{_includedir}/dconf/
[4616]112%{_includedir}/dconf-dbus-1/
113%{_libdir}/libdconf*.so
114%{_libdir}/pkgconfig/*.pc
[9475]115
116%files docs
117%defattr(-,root,root,-)
[2089]118%{_datadir}/gtk-doc/html/dconf/
[9475]119
120%files vala
121%defattr(-,root,root,-)
[2089]122%{_datadir}/vala/vapi/dconf.deps
123%{_datadir}/vala/vapi/dconf.vapi
124
[8562]125
[2089]126%changelog
[9475]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
[9073]132* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.0-1
133- new upstream release
134
[8584]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
[8562]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
[8353]144* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
145- new upstream release
146
[8119]147* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-2
148- rebuild with VineSeed environment
149
[7938]150* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-1
151- new upstream release
152
[7756]153* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.1-1
154- new upstream release
155
[7633]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
[7062]160* Fri Nov 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14.1-1
161- new upstream release
162
[6890]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
[6141]167* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.1-1
168- new upstream release
169
[6011]170* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.0-1
171- new upstream release
172
[4850]173* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
174- new upstream release
175
[4812]176* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
177- new upstream release
178
[4616]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
[2090]184* Sun Oct 17 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.1-1
[2089]185- new package.
186
Note: See TracBrowser for help on using the repository browser.