Tier 1 is fin.

This commit is contained in:
Ertuğrul Erata
2015-07-24 20:51:27 +03:00
parent bea01f1181
commit ce1629eb55
9 changed files with 147 additions and 31 deletions
+10 -8
View File
@@ -17,7 +17,9 @@
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
@@ -25,16 +27,16 @@
<Name>sonnet</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>aspell</Dependency>
<Dependency>hunspell</Dependency>
<Dependency>libgcc</Dependency>
<!--Dependency>aspell</Dependency-->
<Dependency>hunspell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>