packaging: Initial packaging 74/227974/1 accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/hotfix/20201102.235432 accepted/tizen/6.5/unified/20211028.225302 accepted/tizen/7.0/unified/20221110.060934 accepted/tizen/7.0/unified/hotfix/20221116.110736 accepted/tizen/8.0/unified/20231005.094821 accepted/tizen/unified/20200402.155436 submit/tizen/20200402.023556 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 submit/tizen_6.5/20211028.163301 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 18 Mar 2020 00:38:44 +0000 (09:38 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 18 Mar 2020 00:38:44 +0000 (09:38 +0900)
Change-Id: I0f21a178689e412566e010d7f0c3d67e46244d6b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/ell.spec [new file with mode: 0644]

diff --git a/packaging/ell.spec b/packaging/ell.spec
new file mode 100644 (file)
index 0000000..8d3df10
--- /dev/null
@@ -0,0 +1,47 @@
+Name:    ell
+Version: 0.28
+Release: 0
+Summary: Embedded Linux Library
+Group:   Base/Utilities
+License: LGPL-2.1
+URL:     https://01.org/ell
+Source0: http://ftp.be.debian.org/pub/linux/libs/ell/%{name}-%{version}.tar.gz
+
+%description
+Embedded Linux Library
+
+%package devel
+Summary:    Embedded Linux Library development files
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+Requires:   pkgconfig
+
+%description devel
+This package contains Embedded Linux Library development files
+
+%prep
+%setup -q
+
+%build
+%configure --enable-pie --prefix=/usr
+%__make %{?_smp_mflags}
+
+%install
+%make_install
+rm -rf %{buildroot}%{_libdir}/*.la
+
+%clean
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%license COPYING
+%defattr(-,root,root,-)
+%{_libdir}/libell.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/ell/*
+%{_libdir}/libell.so
+%{_libdir}/pkgconfig/ell.pc