summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 19:28:09 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 19:28:09 +0300
commit0df5967945ab47fe699f510c42b6a97c81cee379 (patch)
tree4ec8eac9045289461d53b7b1addba04d5512b6a8
parent763b17de6aac83d26afec4c1083a44e90af06126 (diff)
downloadlibtool-0df5967945ab47fe699f510c42b6a97c81cee379.tar.gz
libtool-0df5967945ab47fe699f510c42b6a97c81cee379.tar.bz2
libtool-0df5967945ab47fe699f510c42b6a97c81cee379.zip
-rw-r--r--packaging/libtool.manifest5
-rw-r--r--packaging/libtool.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libtool.manifest b/packaging/libtool.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libtool.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libtool.spec b/packaging/libtool.spec
index 5f45e23..9dfffb1 100644
--- a/packaging/libtool.spec
+++ b/packaging/libtool.spec
@@ -17,6 +17,7 @@ Url: http://www.gnu.org/software/libtool/
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz
Source2: baselibs.conf
Source3: libtool-rpmlintrc
+Source1001: libtool.manifest
Provides: libltdl-devel
# fedora name
Provides: libtool-ltdl-devel
@@ -34,6 +35,7 @@ Library needed by programs that use the ltdl interface of GNU libtool.
%prep
%setup -q -n libtool-%{version}
+cp %{SOURCE1001} .
%build
./configure CFLAGS="$RPM_OPT_FLAGS" \
@@ -51,6 +53,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%postun -n libltdl -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%defattr(-, root, root)
%license COPYING
/usr/bin/libtool
@@ -67,6 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
/usr/share/libtool
%files -n libltdl
+%manifest %{name}.manifest
%defattr(-, root, root)
%{_libdir}/libltdl.so.*