summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/libunistring.manifest5
-rw-r--r--packaging/libunistring.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libunistring.manifest b/packaging/libunistring.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libunistring.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libunistring.spec b/packaging/libunistring.spec
index f6ee983..fc5e31b 100644
--- a/packaging/libunistring.spec
+++ b/packaging/libunistring.spec
@@ -6,6 +6,7 @@ Summary: GNU Unicode string library
Url: http://www.gnu.org/software/libunistring/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
+Source1001: libunistring.manifest
%description
This portable C library implements Unicode string types in three flavours:
@@ -26,6 +27,7 @@ for UniString library.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure --disable-static --disable-rpath --docdir=%_docdir/%{name}
@@ -51,11 +53,13 @@ rm -f %{buildroot}/%{_libdir}/libunistring.la
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%{_libdir}/libunistring.so.0*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libunistring.so
%{_includedir}/unistring