diff options
-rw-r--r-- | packaging/byacc.manifest | 5 | ||||
-rw-r--r-- | packaging/byacc.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/byacc.manifest b/packaging/byacc.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/byacc.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/byacc.spec b/packaging/byacc.spec index 5ecd575..8c7a447 100644 --- a/packaging/byacc.spec +++ b/packaging/byacc.spec @@ -6,6 +6,7 @@ Group: Development/Languages/C and C++ License: SUSE-Public-Domain Url: http://invisible-island.net/byacc/byacc.html Source: http://invisible-island.net/datafiles/release/byacc.tar.gz +Source1001: byacc.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -16,6 +17,7 @@ dependencies upon a particular compiler. %prep %setup +cp %{SOURCE1001} . %build # without --with-warnings several functions will not be marked with gcc's @@ -30,6 +32,7 @@ mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc %remove_docs %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{_bindir}/byacc |