diff options
Diffstat (limited to 'packaging/imake.spec')
-rw-r--r-- | packaging/imake.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/imake.spec b/packaging/imake.spec index 987a20c..74de9aa 100644 --- a/packaging/imake.spec +++ b/packaging/imake.spec @@ -13,6 +13,7 @@ Source1: ftp://ftp.x.org/pub/individual/util/makedepend-1.0.2.tar.bz2 Source2: ftp://ftp.x.org/pub/individual/util/gccmakedep-1.0.2.tar.bz2 Source3: ftp://ftp.x.org/pub/individual/util/xorg-cf-files-1.0.3.tar.bz2 Source4: ftp://ftp.x.org/pub/individual/util/lndir-1.0.1.tar.bz2 +Source1001: packaging/imake.manifest Patch0: xorg-cf-files-1.0.0-misc.patch Patch1: xorg-cf-files-1.0.0-ProjectRoot.patch Patch2: xorg-cf-files-1.0.2-redhat.patch @@ -44,6 +45,7 @@ migrate software to the GNU autotools system. %patch10 -p0 -b .findpedantry %build +cp %{SOURCE1001} . # Build everything { for pkg in imake makedepend gccmakedep lndir xorg-cf-files ; do @@ -84,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files +%manifest imake.manifest %defattr(-,root,root,-) %doc %{_bindir}/ccmakedep |