drop unneded direct deps
This commit is contained in:
parent
0ef9525f3e
commit
1cbe5d66e5
12
gdm.spec
12
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.27.4
|
Version: 2.27.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -163,7 +163,12 @@ cp -f %{SOURCE9} gui/simple-greeter/plugins/fingerprint/icons/48x48/gdm-fingerpr
|
|||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--with-console-kit \
|
--with-console-kit \
|
||||||
--with-selinux
|
--with-selinux
|
||||||
make
|
|
||||||
|
# drop unneeded direct library deps with --as-needed
|
||||||
|
# libtool doesn't make this easy, so we do it the hard way
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
|
||||||
|
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# strip unneeded translations from .mo files
|
# strip unneeded translations from .mo files
|
||||||
# ideally intltool (ha!) would do that for us
|
# ideally intltool (ha!) would do that for us
|
||||||
@ -385,6 +390,9 @@ fi
|
|||||||
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 1 2009 Matthias Clasen <mclasen@redhat.com> 1:2.27.4-4
|
||||||
|
- Drop unneeded direct deps
|
||||||
|
|
||||||
* Fri Jul 24 2009 Ray Strode <rstrode@redhat.com> 1:2.27.4-3
|
* Fri Jul 24 2009 Ray Strode <rstrode@redhat.com> 1:2.27.4-3
|
||||||
- Fix delay during login
|
- Fix delay during login
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user