From 9d141d7b7d92f69ceef9ec32cb9fbd3df03ed581 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:00:03 +0300 Subject: resetting manifest requested domain to floor --- packaging/byacc.manifest | 5 +++++ packaging/byacc.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/byacc.manifest 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 @@ + + + + + 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 -- cgit v1.2.3