diff options
author | junfeng <junfeng.dong@intel.com> | 2013-02-25 14:47:39 +0800 |
---|---|---|
committer | Hasan Wan <hasan.wan@intel.com> | 2013-02-25 16:50:45 +0800 |
commit | 2a5e273037fc54f4e72e7d011315d122bca79fff (patch) | |
tree | 849b9ab7ca5883d7908b6a297023c95104dfb560 | |
parent | 136e6a0d729c155ec4e46d29d1e8e12ac713530c (diff) | |
download | icecream-tizen_2.0.tar.gz icecream-tizen_2.0.tar.bz2 icecream-tizen_2.0.zip |
The man pages is in git content already.tizen_2.0
-rw-r--r-- | packaging/icecream.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packaging/icecream.spec b/packaging/icecream.spec index 52ee862..08d9fea 100644 --- a/packaging/icecream.spec +++ b/packaging/icecream.spec @@ -33,9 +33,7 @@ PreReq: /usr/sbin/useradd /usr/sbin/groupadd Requires: gcc-c++ Version: 0.9.7 Release: 1 -Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2 -Source1: %name-manpages.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2 %description icecream is the next generation distcc. @@ -51,7 +49,7 @@ Requires: libstdc++-devel icecream is the next generation distcc. %prep -%setup -q -a 1 -n icecc-%{version} +%setup -q -n icecc-%{version} %build export CFLAGS="$RPM_OPT_FLAGS" |