0.5.1
This commit is contained in:
parent
e60f9f5ebe
commit
49c9e38fa1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
dconf-0.4.2.tar.bz2
|
||||
dconf-0.5.tar.bz2
|
||||
/dconf-0.5.1.tar.bz2
|
||||
|
15
dconf.spec
15
dconf.spec
@ -1,8 +1,8 @@
|
||||
%define glib2_version 2.25.12
|
||||
|
||||
Name: dconf
|
||||
Version: 0.5
|
||||
Release: 3
|
||||
Version: 0.5.1
|
||||
Release: 1
|
||||
Summary: A configuration system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -61,13 +61,6 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# fix up shared lib symlinks to ldconfigs liking
|
||||
(cd $RPM_BUILD_ROOT%{_libdir}
|
||||
mv libdconf.so.0 libdconf.so.0.0.0
|
||||
rm libdconf.so
|
||||
ln -s libdconf.so.0.0.0 libdconf.so.0
|
||||
ln -s libdconf.so.0.0.0 libdconf.so
|
||||
)
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -103,8 +96,8 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_bindir}/dconf-editor
|
||||
|
||||
%changelog
|
||||
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5-3
|
||||
- Rebuild against new gobject-introspection
|
||||
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
|
||||
- Update to 0.5.1
|
||||
|
||||
* Thu Aug 5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5-2
|
||||
- Fix up shared library symlinks (#621733)
|
||||
|
Loading…
Reference in New Issue
Block a user