From c24fd1478fcb5dc13fda8400dbf50a52e009db94 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:44:02 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libjpeg6.manifest | 5 +++++ packaging/libjpeg6.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libjpeg6.manifest diff --git a/packaging/libjpeg6.manifest b/packaging/libjpeg6.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libjpeg6.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libjpeg6.spec b/packaging/libjpeg6.spec index ea39425..8a747b8 100644 --- a/packaging/libjpeg6.spec +++ b/packaging/libjpeg6.spec @@ -6,6 +6,7 @@ Summary: A library for manipulating JPEG image format files URL: http://www.ijg.org/ Group: System/Libraries Source: jpegsrc.v%{version}.tar.gz +Source1001: libjpeg6.manifest BuildRequires: autoconf BuildRequires: libtool @@ -38,6 +39,7 @@ package installed. %prep %setup -q -n jpeg-%{version} +cp %{SOURCE1001} . # libjpeg 6b includes a horribly obsolete version of libtool. # Blow it away and replace with build system's version. @@ -73,9 +75,11 @@ rm -f %{buildroot}%{_libdir}/libjpeg.la %docs_package %files +%manifest %{name}.manifest %{_libdir}/libjpeg.so.* %files devel +%manifest %{name}.manifest %{_bindir}/* %{_includedir}/*.h %{_libdir}/*.so -- 2.7.4