X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fm4.spec;h=5f98532048002f5bbd83f2185f96146bc83c1208;hb=refs%2Ftags%2Faccepted%2Ftizen%2Ftv%2F20150324.014600;hp=77b4ec8bd8351077110435d8cbc62de5d156da21;hpb=9be0b4f88480a87cc7d4fe8745fa97227e3a6409;p=platform%2Fupstream%2Fm4.git diff --git a/packaging/m4.spec b/packaging/m4.spec index 77b4ec8..5f98532 100644 --- a/packaging/m4.spec +++ b/packaging/m4.spec @@ -1,11 +1,12 @@ Name: m4 -Version: 1.4.16 +Version: 1.4.17 Release: 0 License: GPL-3.0+ Summary: GNU m4 Url: http://www.gnu.org/software/m4/ Group: Development/Languages/Other Source: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2 +Source1001: m4.manifest Provides: base:/usr/bin/m4 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -14,6 +15,7 @@ GNU m4 is an implementation of the traditional Unix macro processor. %prep %setup -q +cp %{SOURCE1001} . %build %configure \ @@ -29,6 +31,7 @@ make %{?_smp_mflags} check || true %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_bindir}/*