new upstream release
This commit is contained in:
parent
bbb4e725b6
commit
03126541b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ libcanberra-*.src.rpm
|
||||
/libcanberra-0.26.tar.gz
|
||||
/libcanberra-0.27.tar.gz
|
||||
x86_64
|
||||
/libcanberra-0.28.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libcanberra
|
||||
Version: 0.27
|
||||
Version: 0.28
|
||||
Release: 1%{?dist}
|
||||
Summary: Portable Sound Event Library
|
||||
Group: System Environment/Libraries
|
||||
@ -37,6 +37,9 @@ Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# GConf and other stuff is included in the gtk3 package, so always pull that in.
|
||||
Requires: %{name}-gtk3 = %{version}-%{release}
|
||||
Requires(pre): GConf2
|
||||
Requires(preun): GConf2
|
||||
Requires(post): GConf2
|
||||
|
||||
%description gtk2
|
||||
Gtk+ 2.x bindings for libcanberra
|
||||
@ -45,9 +48,7 @@ Gtk+ 2.x bindings for libcanberra
|
||||
Summary: Gtk+ 3.x Bindings for libcanberra
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): GConf2
|
||||
Requires(preun): GConf2
|
||||
Requires(post): GConf2
|
||||
Requires: gnome-settings-daemon
|
||||
|
||||
%description gtk3
|
||||
Gtk+ 3.x bindings for libcanberra
|
||||
@ -77,21 +78,21 @@ fi
|
||||
/sbin/ldconfig
|
||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||
|
||||
%pre gtk2 -p /sbin/ldconfig
|
||||
%post gtk2 -p /sbin/ldconfig
|
||||
%preun gtk2 -p /sbin/ldconfig
|
||||
%postun gtk2 -p /sbin/ldconfig
|
||||
|
||||
%pre gtk3
|
||||
%pre gtk2
|
||||
%gconf_schema_prepare libcanberra
|
||||
|
||||
%post gtk3
|
||||
%post gtk2
|
||||
/sbin/ldconfig
|
||||
%gconf_schema_upgrade libcanberra
|
||||
|
||||
%preun gtk3
|
||||
%preun gtk2
|
||||
%gconf_schema_remove libcanberra
|
||||
|
||||
%postun gtk2 -p /sbin/ldconfig
|
||||
|
||||
%pre gtk3 -p /sbin/ldconfig
|
||||
%post gtk3 -p /sbin/ldconfig
|
||||
%preun gtk3 -p /sbin/ldconfig
|
||||
%postun gtk3 -p /sbin/ldconfig
|
||||
|
||||
%prep
|
||||
@ -126,6 +127,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcanberra-gtk.so.*
|
||||
%{_libdir}/gtk-2.0/modules/libcanberra-gtk-module.so
|
||||
%{_sysconfdir}/gconf/schemas/libcanberra.schemas
|
||||
|
||||
%files gtk3
|
||||
%defattr(-,root,root)
|
||||
@ -140,7 +142,7 @@ rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README
|
||||
%dir %{_datadir}/gdm/autostart/
|
||||
%dir %{_datadir}/gdm/autostart/LoginWindow/
|
||||
%{_datadir}/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop
|
||||
%{_sysconfdir}/gconf/schemas/libcanberra.schemas
|
||||
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -160,6 +162,9 @@ rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README
|
||||
%{_datadir}/vala/vapi/libcanberra.vapi
|
||||
|
||||
%changelog
|
||||
* Fri Feb 25 2011 Lennart Poettering <lpoetter@redhat.com> - 0.28-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Feb 18 2011 Lennart Poettering <lpoetter@redhat.com> - 0.27-1
|
||||
- New upstream Release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user