0.30
This commit is contained in:
parent
2194d9210c
commit
a9d23b5bfe
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libcanberra-0.28.tar.gz
|
||||
/libcanberra-0.*/
|
||||
/libcanberra-0.29.tar.xz
|
||||
/libcanberra-0.30.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libcanberra
|
||||
Version: 0.29
|
||||
Release: 6%{?dist}
|
||||
Version: 0.30
|
||||
Release: 1%{?dist}
|
||||
Summary: Portable Sound Event Library
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.xz
|
||||
@ -30,9 +30,9 @@ A small and lightweight implementation of the XDG Sound Theme Specification
|
||||
%package gtk2
|
||||
Summary: Gtk+ 2.x Bindings for libcanberra
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# Some other stuff is included in the gtk3 package, so always pull that in.
|
||||
Requires: %{name}-gtk3 = %{version}-%{release}
|
||||
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gtk2
|
||||
Gtk+ 2.x bindings for libcanberra
|
||||
@ -40,7 +40,7 @@ Gtk+ 2.x bindings for libcanberra
|
||||
%package gtk3
|
||||
Summary: Gtk+ 3.x Bindings for libcanberra
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gtk3
|
||||
Gtk+ 3.x bindings for libcanberra
|
||||
@ -48,7 +48,7 @@ Gtk+ 3.x bindings for libcanberra
|
||||
%package devel
|
||||
Summary: Development Files for libcanberra Client Development
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: gtk2-devel
|
||||
|
||||
%description devel
|
||||
@ -138,6 +138,10 @@ rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README
|
||||
%{_datadir}/vala/vapi/libcanberra.vapi
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2012 Matthias Clasen <mclasen@redhat.com> - 0.30-1
|
||||
- Update to 0.30
|
||||
- Add %%{_isa} as required to fix multilib issues
|
||||
|
||||
* Mon Sep 24 2012 Bastien Nocera <bnocera@redhat.com> 0.29-6
|
||||
- Disable the GStreamer backend, it's not used in Fedora
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user