diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-30 18:57:09 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-10-30 18:57:09 -0700 |
commit | 8fa9ac98dc25be19ff5c8e4d7e6d039b12b98af3 (patch) | |
tree | e482ba7369051183028b95c1ec55650769390dd9 | |
parent | eee84ed95f17aa771b8ec9e1e49730dfd3b5be03 (diff) | |
download | damageproto-8fa9ac98dc25be19ff5c8e4d7e6d039b12b98af3.tar.gz damageproto-8fa9ac98dc25be19ff5c8e4d7e6d039b12b98af3.tar.bz2 damageproto-8fa9ac98dc25be19ff5c8e4d7e6d039b12b98af3.zip |
remove autogen callsubmit/tizen/20130509.173633submit/tizen/20130503.190719submit/tizen/20130503.184611accepted/tizen/20130503.223716
-rw-r--r-- | packaging/damageproto.spec | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/packaging/damageproto.spec b/packaging/damageproto.spec index c900fdb..9a1d272 100644 --- a/packaging/damageproto.spec +++ b/packaging/damageproto.spec @@ -1,14 +1,14 @@ -Name: damageproto -Summary: X.Org X11 Protocol damageproto -Version: 1.2.1 -Release: 1 -Group: Development/System -License: MIT -URL: http://www.x.org -Source0: %{name}-%{version}.tar.bz2 - -BuildRequires: pkgconfig -BuildRequires: pkgconfig(xorg-macros) +Name: damageproto +Version: 1.2.1 +Release: 1 +License: MIT +Summary: X +Url: http://www.x.org +Group: Development/System +Source0: %{name}-%{version}.tar.bz2 + +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xorg-macros) %description %{summary}. @@ -17,12 +17,11 @@ BuildRequires: pkgconfig(xorg-macros) %setup -q %build -./autogen.sh -%reconfigure --disable-static \ +%configure --disable-static \ --libdir=%{_datadir} \ --without-xmlto -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %make_install |