diff options
-rwxr-xr-x | packaging/icecc-0.9.7.tar.bz2 | bin | 379527 -> 0 bytes | |||
-rw-r--r-- | packaging/icecream.spec | 6 |
2 files changed, 2 insertions, 4 deletions
diff --git a/packaging/icecc-0.9.7.tar.bz2 b/packaging/icecc-0.9.7.tar.bz2 Binary files differdeleted file mode 100755 index b24c209..0000000 --- a/packaging/icecc-0.9.7.tar.bz2 +++ /dev/null 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" |