diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-30 18:59:03 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-10-30 18:59:03 -0700 |
commit | eef39109247b87f8ca7a96dc3eedf711936111a2 (patch) | |
tree | 8d8f0d44df17b3af8598cda0483c8caf75c608a2 | |
parent | 4f2fdc1caebdb7463107a3d5d468cea75e686029 (diff) | |
download | dmxproto-eef39109247b87f8ca7a96dc3eedf711936111a2.tar.gz dmxproto-eef39109247b87f8ca7a96dc3eedf711936111a2.tar.bz2 dmxproto-eef39109247b87f8ca7a96dc3eedf711936111a2.zip |
remove autogen call
-rw-r--r-- | packaging/dmxproto.spec | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packaging/dmxproto.spec b/packaging/dmxproto.spec index c86b380..362f332 100644 --- a/packaging/dmxproto.spec +++ b/packaging/dmxproto.spec @@ -1,7 +1,3 @@ -# -# Please submit bugfixes or comments via http://bugs.tizen.org/ -# - Name: dmxproto Version: 2.3.1 Release: 1 @@ -21,9 +17,7 @@ BuildRequires: pkgconfig(xorg-macros) %setup -q %build - -./autogen.sh -%reconfigure --disable-static \ +%configure --disable-static \ --libdir=%{_datadir} \ --without-xmlto |