From 4116ac1492c7779d04e7f121f929783b93ad6725 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:53:22 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/tolua++.manifest | 5 +++++ packaging/tolua++.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/tolua++.manifest diff --git a/packaging/tolua++.manifest b/packaging/tolua++.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/tolua++.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/tolua++.spec b/packaging/tolua++.spec index 8a8aa2a..e4b6156 100644 --- a/packaging/tolua++.spec +++ b/packaging/tolua++.spec @@ -3,6 +3,7 @@ Version: 1.0.93 Release: 0 Summary: C/C++ with Lua Integration Tool Source: http://www.codenix.com/~tolua/tolua++-%{version}.tar.bz2 +Source1001: tolua++.manifest Url: http://www.codenix.com/~tolua/ Group: Development/Libraries License: MIT @@ -21,6 +22,7 @@ as well as other features and bugfixes. %prep %setup -q +cp %{SOURCE1001} . %build cat <<'EOF' > config_linux.py @@ -47,6 +49,7 @@ scons %{?_smp_flags} \ install %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYRIGHT %{_bindir}/tolua++ -- 2.7.4