summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:57:58 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:57:58 +0300
commit7fbea83463ba553729f60cc26946af0a7b41eafd (patch)
treede651c3ea1d84f717b5ba6ef44a18d99b66e065b
parente2d1c5a1b89745c8316ec991355b44e1badce1b7 (diff)
downloadcloog-7fbea83463ba553729f60cc26946af0a7b41eafd.tar.gz
cloog-7fbea83463ba553729f60cc26946af0a7b41eafd.tar.bz2
cloog-7fbea83463ba553729f60cc26946af0a7b41eafd.zip
-rw-r--r--packaging/cloog.manifest5
-rw-r--r--packaging/cloog.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/cloog.manifest b/packaging/cloog.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/cloog.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/cloog.spec b/packaging/cloog.spec
index f0511fb..b229e92 100644
--- a/packaging/cloog.spec
+++ b/packaging/cloog.spec
@@ -9,6 +9,7 @@ Group: Development/Languages/C and C++
Url: http://www.cloog.org/
Source: cloog-ppl-0.15.10.tar.bz2
Source1: baselibs.conf
+Source1001: cloog.manifest
BuildRequires: libtool
BuildRequires: ppl-devel
@@ -33,6 +34,7 @@ The shared library for the Chunky Loop Generator.
%prep
%setup -q -n cloog-ppl-0.15.10
+cp %{SOURCE1001} .
%build
./autogen.sh
@@ -50,15 +52,18 @@ make %{_smp_mflags} check
%postun -n libcloog -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_bindir}/cloog
%doc %{_infodir}/cloog.info*gz
%files -n libcloog
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libcloog.so.*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/cloog
%{_libdir}/libcloog.so