epel9
Peter Robinson 10 years ago
parent ceaa00482b
commit c14bc6b59a

@ -1,6 +1,6 @@
Name: maliit-framework Name: maliit-framework
Version: 0.94.2 Version: 0.94.2
Release: 7%{?dist} Release: 8%{?dist}
Summary: Input method framework Summary: Input method framework
Group: System Environment/Libraries Group: System Environment/Libraries
@ -106,10 +106,6 @@ find %{buildroot} -name '.gitignore' -delete
# e.g. maliit-plugins package stores files in there # e.g. maliit-plugins package stores files in there
mkdir -p %{buildroot}%{_datadir}/maliit mkdir -p %{buildroot}%{_datadir}/maliit
# move installed docs to include them in subpackage via %%doc magic
rm -rf __tmp_doc ; mkdir __tmp_doc
mv ${buildroot}%{_docdir}/%{name}/* __tmp_doc
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
@ -133,7 +129,9 @@ if [ $1 -eq 1 ] ; then
fi fi
%files %files
%doc LICENSE.LGPL README NEWS %{!?_licensedir:%global license %%doc}
%license LICENSE.LGPL
%doc README NEWS
%{_bindir}/maliit-server %{_bindir}/maliit-server
%{_libdir}/libmaliit*.so.* %{_libdir}/libmaliit*.so.*
%dir %{_libdir}/maliit %dir %{_libdir}/maliit
@ -162,7 +160,6 @@ fi
%{_datadir}/gir-1.0/Maliit-1.0.gir %{_datadir}/gir-1.0/Maliit-1.0.gir
%files docs %files docs
%doc __tmp_doc/*
%dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html %dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/maliit/ %{_datadir}/gtk-doc/html/maliit/
@ -172,6 +169,9 @@ fi
%{_libdir}/maliit-framework-tests %{_libdir}/maliit-framework-tests
%changelog %changelog
* Sun Jul 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.94.2-8
- Fix ftbfs
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94.2-7 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.94.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Loading…
Cancel
Save