diff options
-rw-r--r-- | packaging/libexif.manifest | 5 | ||||
-rw-r--r-- | packaging/libexif.spec | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libexif.manifest b/packaging/libexif.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libexif.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libexif.spec b/packaging/libexif.spec index 15c3ebf..39ea9eb 100644 --- a/packaging/libexif.spec +++ b/packaging/libexif.spec @@ -7,6 +7,7 @@ Url: http://libexif.sourceforge.net Group: System/Libraries Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf +Source1001: libexif.manifest BuildRequires: doxygen BuildRequires: pkg-config BuildRequires: gettext-tools @@ -29,6 +30,7 @@ digital cameras. %prep %setup -q +cp %{SOURCE1001} . %build %reconfigure --with-pic \ @@ -49,11 +51,13 @@ make check %postun -p /sbin/ldconfig %files -f %{name}-12.lang +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) %{_libdir}/*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %doc %{_docdir}/%{name} %{_libdir}/*.so |