summaryrefslogtreecommitdiff
path: root/packaging/libcap.spec
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 02:19:35 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 02:19:35 +0300
commit00fdbc7b7f3ffcdf7507d8b46120b3a0bf37faca (patch)
tree4d0b383fb056c49530a10f469f3defdaf2dfb53c /packaging/libcap.spec
parentaf8e22530a31e4c010f842bef8c105d422108352 (diff)
downloadlibcap-00fdbc7b7f3ffcdf7507d8b46120b3a0bf37faca.tar.gz
libcap-00fdbc7b7f3ffcdf7507d8b46120b3a0bf37faca.tar.bz2
libcap-00fdbc7b7f3ffcdf7507d8b46120b3a0bf37faca.zip
resetting manifest requested domain to floorsubmit/tizen/20130710.132313accepted/tizen/20130710.215933
Diffstat (limited to 'packaging/libcap.spec')
-rw-r--r--packaging/libcap.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/libcap.spec b/packaging/libcap.spec
index 414aee6..569b42c 100644
--- a/packaging/libcap.spec
+++ b/packaging/libcap.spec
@@ -7,6 +7,7 @@ Url: https://sites.google.com/site/fullycapable/
Group: Base/Libraries
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
+Source1001: libcap.manifest
BuildRequires: fdupes
BuildRequires: libattr-devel
%define debug_package_requires libcap2 = %{version}-%{release}
@@ -47,6 +48,7 @@ libcap.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
# lib=%{_lib} make %{?_smp_mflags} COPTFLAG="%{optflags}"
@@ -67,17 +69,20 @@ ln -s /%{_lib}/libcap.so.2 %{buildroot}%{_libdir}/libcap.so
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license License
%attr(755,root,root) /%{_lib}/libcap.so.*
%files progs
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_mandir}/man1/*
%{_mandir}/man8/*
/sbin/*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc License README CHANGELOG
%{_includedir}/sys/capability.h