X-Git-Url: http://review.tizen.org/git/?p=framework%2Fuifw%2Fxorg%2Fapp%2Fxbitmaps.git;a=blobdiff_plain;f=packaging%2Fxorg-x11-xbitmaps.spec;h=17eb72210ac0cf22bec7b971291a813039cba18b;hp=7e2317fbc62810f901653927afb8d1ad5fe7d6de;hb=62008bacc112ce285e0cad663850d5fb881c9162;hpb=98e41e6b63d940509dc20e115595367ce2424655 diff --git a/packaging/xorg-x11-xbitmaps.spec b/packaging/xorg-x11-xbitmaps.spec index 7e2317f..17eb722 100644 --- a/packaging/xorg-x11-xbitmaps.spec +++ b/packaging/xorg-x11-xbitmaps.spec @@ -1,45 +1,38 @@ -Name: xorg-x11-xbitmaps -Summary: X.Org X11 application bitmaps -Version: 1.1.1 -Release: 1 -Group: User Interface/X -License: MIT -BuildArch: noarch -URL: http://www.x.org -Source0: ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.gz -BuildRequires: pkgconfig(xorg-macros) -Provides: xbitmaps -Provides: xbitmaps-devel +Summary: X.Org X11 application bitmaps +Name: xorg-x11-xbitmaps +Version: 1.1.1 +Release: 3 +License: MIT +Group: User Interface/X +URL: http://www.x.org +BuildArch: noarch + +Source: %{name}-%{version}.tar.gz + +BuildRequires: pkgconfig +BuildRequires: xorg-x11-xutils-dev +Provides: xbitmaps %description X.Org X11 application bitmaps - %prep -%setup -q -n xbitmaps-%{version} - +%setup -q %build -# hack to move the pc file -#sed -i 's/^libdir.*//' *.pc.in %reconfigure --disable-static \ --libdir=%{_datadir} -make %{?jobs:-j%jobs} +make %{?jobs:-j%jobs} %{?_smp_mflags} %install -rm -rf %{buildroot} - -%make_install - - +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%remove_docs %files %defattr(-,root,root,-) -#%doc -%{_includedir}/X11/bitmaps -%{_datadir}/pkgconfig/xbitmaps.pc - - +#%doc COPYING +%{_includedir}/X11 +%{_datadir}/pkgconfig/xbitmaps.pc \ No newline at end of file