]> git.pld-linux.org Git - packages/dconf.git/commitdiff
- updated to 0.7.4 auto/th/dconf-0_7_4-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 6 May 2011 17:09:38 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dconf.spec -> 1.12

dconf.spec

index 70a86ca2e85a402b9f7f2ceed985c2bcb070dc09..933666b0b246885e0e96e10f28edcaf3330e9265 100644 (file)
@@ -4,12 +4,12 @@
 #
 Summary:       Low-level configuration system
 Name:          dconf
-Version:       0.7.3
-Release:       2
+Version:       0.7.4
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/dconf/0.7/%{name}-%{version}.tar.bz2
-# Source0-md5: f541db70d0623d109b1866c732f1a51c
+# Source0-md5: 20d74109ff72ae16fcca3f5adf3d6885
 URL:           http://live.gnome.org/dconf
 BuildRequires: autoconf
 BuildRequires: automake >= 1:1.11
@@ -67,6 +67,18 @@ API documentation for dconf library.
 %description apidocs -l pl.UTF-8
 Dokumentacja API biblioteki dconf.
 
+%package -n bash-completion-dconf
+Summary:       bash-completion for dconf
+Summary(pl.UTF-8):     Bashowe uzupełnianie nazw dla dconf
+Group:         Applications/Shells
+Requires:      bash-completion
+
+%description -n bash-completion-dconf
+bash-completion for dconf.
+
+%description -n bash-completion-dconf -l pl.UTF-8
+Bashowe uzupełnianie nazw dla dconf.
+
 %prep
 %setup -q
 
@@ -146,3 +158,7 @@ exit 0
 %defattr(644,root,root,755)
 %{_gtkdocdir}/dconf
 %endif
+
+%files -n bash-completion-dconf
+%defattr(644,root,root,755)
+%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
This page took 0.071138 seconds and 4 git commands to generate.