|
|
|
@ -48,11 +48,9 @@ BuildArch: noarch
|
|
|
|
|
%description doc
|
|
|
|
|
The %{name}-doc package contains documentation files for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --enable-shared --disable-introspection
|
|
|
|
|
sed -i \
|
|
|
|
@ -62,18 +60,14 @@ sed -i \
|
|
|
|
|
make %{?_smp_mflags} V=1 \
|
|
|
|
|
LD_LIBRARY_PATH=`pwd`/liblangtag/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/%{name}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
@ -89,7 +83,6 @@ rm -f %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/%{name}/*.la
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 02 2013 David Tardon <dtardon@redhat.com> - 0.5.2-1
|
|
|
|
|
- new release
|
|
|
|
|