forked from pool/maliit-framework
This commit is contained in:
parent
f9a4d8ebb7
commit
16bde7a010
@ -94,14 +94,23 @@ Requires(postun): /sbin/ldconfig
|
||||
Summary: Maliit Framework Connection
|
||||
Group: Development/Libraries
|
||||
|
||||
%description -n libmaliit-connection-0
|
||||
Maliit Framework - connection interfaces
|
||||
|
||||
%package -n libmaliit-connection-0-devel
|
||||
Summary: Maliit Framework Connection
|
||||
Group: Development/Libraries
|
||||
|
||||
%description -n libmaliit-connection-0-devel
|
||||
Development files for the Maliit Framework - connection interfaces
|
||||
|
||||
%package -n libmaliit-server-0-devel
|
||||
Summary: Maliit Framework Connection
|
||||
Group: Development/Libraries
|
||||
|
||||
%description -n libmaliit-server-0-devel
|
||||
Development files for the Maliit Framework - server interfaces
|
||||
|
||||
%description -n libmaliit-plugins-quick-0_80-0
|
||||
Qt Quick Plugin Interface - Interfaces for QML-based
|
||||
Maliit Input Method Plugins
|
||||
@ -284,8 +293,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libmaliit-plugins-0_80-0-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/maliit/
|
||||
%dir %{_includedir}/maliit/plugins-0.80/
|
||||
%{_includedir}/maliit/plugins-0.80/
|
||||
%{_libdir}/libmaliit-plugins-0.80.so
|
||||
%{_libdir}/pkgconfig/maliit-plugins-0.80.pc
|
||||
%{_qt4_datadir}/mkspecs/features/maliit-plugins.prf
|
||||
@ -312,13 +320,14 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libmaliit-connection-0-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/maliit/connection-0.80/
|
||||
%{_libdir}/libmaliit-connection-0.80.so
|
||||
%{_includedir}/maliit/connection-0.80/
|
||||
%{_libdir}/pkgconfig/maliit-connection-0.80.pc
|
||||
|
||||
# Server
|
||||
%files -n libmaliit-server-0-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/maliit/server-0.80/
|
||||
%{_includedir}/maliit/server-0.80/
|
||||
%{_libdir}/pkgconfig/maliit-server-0.80.pc
|
||||
|
||||
# libmaliit
|
||||
|
Loading…
x
Reference in New Issue
Block a user