macro updates
This commit is contained in:
parent
d1b5d12c8a
commit
ba464ac5fc
14
systemd.spec
14
systemd.spec
@ -164,15 +164,15 @@ glib-based applications using libudev functionality.
|
|||||||
%build
|
%build
|
||||||
%{?gitcommit: ./autogen.sh }
|
%{?gitcommit: ./autogen.sh }
|
||||||
%configure \
|
%configure \
|
||||||
--with-distro=fedora \
|
--with-distro=fedora \
|
||||||
--disable-plymouth \
|
--disable-plymouth \
|
||||||
--libexecdir=%{_prefix}/lib \
|
--libexecdir=%{_prefix}/lib \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
/usr/bin/make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
/usr/bin/make DESTDIR=%{buildroot} install
|
%make_install
|
||||||
/usr/bin/find %{buildroot} \( -name '*.a' -o -name '*.la' \) -exec rm {} \;
|
/usr/bin/find %{buildroot} \( -name '*.a' -o -name '*.la' \) -exec rm {} \;
|
||||||
|
|
||||||
# udev links
|
# udev links
|
||||||
|
Loading…
Reference in New Issue
Block a user