Skip to content

Commit

Permalink
[rpm] Own directories
Browse files Browse the repository at this point in the history
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Oct 13, 2014
1 parent 4f3fcc0 commit aa79556
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/libmlocale-qt5.spec
Expand Up @@ -91,6 +91,7 @@ export QT_SELECT=5
%defattr(-,root,root,-)
%doc LICENSE.LGPL
%{_libdir}/*.so.*
%dir %{_datadir}/mlocale5
%{_datadir}/mlocale5/icu
# >> files
# << files
Expand All @@ -109,13 +110,15 @@ export QT_SELECT=5
%files tests
%defattr(-,root,root,-)
%{_libdir}/libmlocale-tests5
%dir %{_datadir}/libmlocale-tests5
%{_datadir}/libmlocale-tests5/tests.xml
# >> files tests
# << files tests

%files benchmarks
%defattr(-,root,root,-)
%{_libdir}/libmlocale-benchmarks5
%dir %{_datadir}/libmlocale-benchmarks5
%{_datadir}/libmlocale-benchmarks5/tests.xml
# >> files benchmarks
# << files benchmarks
3 changes: 3 additions & 0 deletions rpm/libmlocale-qt5.yaml
Expand Up @@ -23,6 +23,7 @@ PkgBR:
Files:
- "%doc LICENSE.LGPL"
- "%{_libdir}/*.so.*"
- "%dir %{_datadir}/mlocale5"
- "%{_datadir}/mlocale5/icu"
SubPackages:
- Name: devel
Expand All @@ -43,6 +44,7 @@ SubPackages:
Description: "%{summary}."
Files:
- "%{_libdir}/libmlocale-tests5"
- "%dir %{_datadir}/libmlocale-tests5"
- "%{_datadir}/libmlocale-tests5/tests.xml"

- Name: benchmarks
Expand All @@ -51,5 +53,6 @@ SubPackages:
Description: "%{summary}."
Files:
- "%{_libdir}/libmlocale-benchmarks5"
- "%dir %{_datadir}/libmlocale-benchmarks5"
- "%{_datadir}/libmlocale-benchmarks5/tests.xml"

0 comments on commit aa79556

Please sign in to comment.