Update to 1.4.20; closes #806082
- Ensure /var/lib/dbus exists; this seems to have been dropped from upstream build rules. - Adapt to documentation actually being installed
This commit is contained in:
parent
23e9e81099
commit
5a877a05f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
dbus-1.3.2.885483.tar.gz
|
dbus-1.3.2.885483.tar.gz
|
||||||
/dbus-1.4.0.tar.gz
|
/dbus-1.4.0.tar.gz
|
||||||
/dbus-1.4.10.tar.gz
|
/dbus-1.4.10.tar.gz
|
||||||
|
/dbus-1.4.20.tar.gz
|
||||||
|
13
dbus.spec
13
dbus.spec
@ -9,8 +9,8 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.4.10
|
Version: 1.4.20
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
#VCS: git:git://git.freedesktop.org/git/dbus/dbus
|
#VCS: git:git://git.freedesktop.org/git/dbus/dbus
|
||||||
Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
|
||||||
@ -138,6 +138,7 @@ ln -s dbus.service %{buildroot}/lib/systemd/system/messagebus.service
|
|||||||
# Delete the old legacy sysv init script
|
# Delete the old legacy sysv init script
|
||||||
rm -rf %{buildroot}%{_initrddir}
|
rm -rf %{buildroot}%{_initrddir}
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}/var/lib/dbus
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -214,7 +215,7 @@ fi
|
|||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
|
%doc doc/introspect.dtd doc/introspect.xsl doc/system-activation.txt
|
||||||
%doc %{_datadir}/doc/dbus/api
|
%doc %{_datadir}/doc/dbus
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -226,6 +227,12 @@ fi
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 13 2012 Colin Walters <walters@verbum.org>
|
||||||
|
- Update to 1.4.20; closes #806082
|
||||||
|
- Ensure /var/lib/dbus exists; this seems to have been
|
||||||
|
dropped from upstream build rules.
|
||||||
|
- Adapt to documentation actually being installed
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.10-4
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.10-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user