diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-21 11:41:03 -0800 |
---|---|---|
committer | Philippe Coval <philippe.coval@eurogiciel.fr> | 2013-05-24 13:16:24 +0200 |
commit | a7073c356442af8ab82ef592092899f8c5938794 (patch) | |
tree | fdbd6e6f60f2aea997885a9f22f56ca30daff29f /packaging | |
parent | 18c0f9566bbdfb56ebe7a83e4ad323c4746ea635 (diff) | |
download | gcr-a7073c356442af8ab82ef592092899f8c5938794.tar.gz gcr-a7073c356442af8ab82ef592092899f8c5938794.tar.bz2 gcr-a7073c356442af8ab82ef592092899f8c5938794.zip |
Add baselibs to support multilib
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/baselibs.conf | 3 | ||||
-rw-r--r-- | packaging/gcr.changes | 3 | ||||
-rw-r--r-- | packaging/gcr.spec | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf new file mode 100644 index 0000000..a3339dc --- /dev/null +++ b/packaging/baselibs.conf @@ -0,0 +1,3 @@ +libgcr +libgck +libgcr-ui diff --git a/packaging/gcr.changes b/packaging/gcr.changes index 344f03c..c061edb 100644 --- a/packaging/gcr.changes +++ b/packaging/gcr.changes @@ -1,3 +1,6 @@ +* Thu Feb 21 2013 Anas Nashif <anas.nashif@intel.com> accepted/trunk/20130221.003720@15de6a2 +- Add baselibs to support multilib + * Wed Feb 20 2013 Anas Nashif <anas.nashif@intel.com> accepted/trunk/20130212.173957@54ee2ea - lang package name fixed diff --git a/packaging/gcr.spec b/packaging/gcr.spec index 2c460bf..1915c82 100644 --- a/packaging/gcr.spec +++ b/packaging/gcr.spec @@ -175,7 +175,6 @@ make %install %make_install -find %{buildroot} -type f -name "*.la" -delete -print # Cleanup installed test modules rm %{buildroot}%{_libdir}/libmock-test-module.so %tizen_update_desktop_file gcr-prompter |