diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 03:31:58 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 03:31:58 +0300 |
commit | 2ca6a2fff524eb4ea0e82c708b2efa40b375738e (patch) | |
tree | 43ed13f31502b3379ca9871024d75f2379b347c9 | |
parent | 641f9ca6777f4618bc21336949473b194696d14c (diff) | |
download | libijs-2ca6a2fff524eb4ea0e82c708b2efa40b375738e.tar.gz libijs-2ca6a2fff524eb4ea0e82c708b2efa40b375738e.tar.bz2 libijs-2ca6a2fff524eb4ea0e82c708b2efa40b375738e.zip |
resetting manifest requested domain to floorsubmit/tizen/20130710.132455accepted/tizen/20130710.215843
-rw-r--r-- | libijs.manifest | 5 | ||||
-rw-r--r-- | packaging/libijs.manifest | 5 | ||||
-rw-r--r-- | packaging/libijs.spec | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/libijs.manifest b/libijs.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/libijs.manifest +++ /dev/null @@ -1,5 +0,0 @@ -<manifest> - <request> - <domain name="_"/> - </request> -</manifest> diff --git a/packaging/libijs.manifest b/packaging/libijs.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libijs.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libijs.spec b/packaging/libijs.spec index b05aa93..e922821 100644 --- a/packaging/libijs.spec +++ b/packaging/libijs.spec @@ -25,6 +25,7 @@ Version: 0.35 Release: 11 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.gz +Source1001: libijs.manifest %description IJS raster image transport protocol: shared library @@ -67,6 +68,7 @@ Group: Development/Libraries %prep %setup -q +cp %{SOURCE1001} . %build export CFLAGS="$RPM_OPT_FLAGS" @@ -84,12 +86,13 @@ make %{?_smp_flags} CFLAGS="$CFLAGS" %postun -p /sbin/ldconfig %files -%manifest libijs.manifest +%manifest %{name}.manifest %license debian/copyright %defattr(-,root,root) %{_libdir}/libijs-0.35.so %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/ijs/*.h %{_libdir}/*.so |