Drop some old, now unneeded workarounds

This commit is contained in:
Kalev Lember 2015-08-21 12:33:19 +02:00
parent ddc83970fc
commit ef0be5aefe

View File

@ -87,7 +87,7 @@ This package provides libraries and header files needed
for developing nautilus extensions. for developing nautilus extensions.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
#%%patch4 -p1 -b .selinux #%%patch4 -p1 -b .selinux
@ -98,12 +98,9 @@ CFLAGS="$RPM_OPT_FLAGS -g -DNAUTILUS_OMIT_SELF_CHECK" %configure --disable-more-
# libtool doesn't make this easy, so we do it the hard way # libtool doesn't make this easy, so we do it the hard way
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
export tagname=CC make %{?_smp_mflags} V=1
# disabled %{?_smp_mflags} due to racy intltool-merge
LANG=en_US make -j1 V=1
%install %install
export tagname=CC
%make_install %make_install
desktop-file-install --delete-original \ desktop-file-install --delete-original \