diff options
Diffstat (limited to 'packaging/xbitmaps.spec')
-rw-r--r-- | packaging/xbitmaps.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/xbitmaps.spec b/packaging/xbitmaps.spec index 73f6f2b..c6b6827 100644 --- a/packaging/xbitmaps.spec +++ b/packaging/xbitmaps.spec @@ -7,6 +7,7 @@ Url: http://xorg.freedesktop.org/releases/individual/data/ Group: Development/Libraries/C and C++ Source: %{name}-%{version}.tar.bz2 +Source1001: xbitmaps.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.3 BuildArch: noarch @@ -25,6 +26,7 @@ legacy X clients. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -34,6 +36,7 @@ make %{?_smp_mflags} %make_install %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/X11/bitmaps %{_datadir}/pkgconfig/xbitmaps.pc |