Various minor .spec file fixes
This commit is contained in:
parent
c08c291008
commit
ef40eeae56
@ -1,6 +1,6 @@
|
|||||||
Name: libcanberra
|
Name: libcanberra
|
||||||
Version: 0.29
|
Version: 0.29
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Portable Sound Event Library
|
Summary: Portable Sound Event Library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.xz
|
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.xz
|
||||||
@ -20,7 +20,6 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
Requires: sound-theme-freedesktop
|
Requires: sound-theme-freedesktop
|
||||||
Requires: pulseaudio-libs >= 0.9.15
|
Requires: pulseaudio-libs >= 0.9.15
|
||||||
Requires: systemd-units
|
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -82,7 +81,7 @@ fi
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-pulse --enable-alsa --enable-null --enable-gstreamer --disable-oss --with-builtin=dso
|
%configure --disable-static --enable-pulse --enable-alsa --enable-null --enable-gstreamer --disable-oss --with-builtin=dso --with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -146,6 +145,9 @@ rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README
|
|||||||
%{_datadir}/vala/vapi/libcanberra.vapi
|
%{_datadir}/vala/vapi/libcanberra.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 15 2012 Lennart Poettering <lpoetter@redhat.com> - 0.29-2
|
||||||
|
- Various minor .spec file fixes
|
||||||
|
|
||||||
* Tue May 15 2012 Lennart Poettering <lpoetter@redhat.com> - 0.29-1
|
* Tue May 15 2012 Lennart Poettering <lpoetter@redhat.com> - 0.29-1
|
||||||
- New upstream
|
- New upstream
|
||||||
- Closes #744888, #696194
|
- Closes #744888, #696194
|
||||||
|
Loading…
Reference in New Issue
Block a user