diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-18 08:37:02 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-18 08:37:02 +0200 |
commit | 97221f0c03ec6d7897048438da3f870f823de561 (patch) | |
tree | 7e677f397c0c283fcc13295d37ee9f631a883966 /miav-client.spec | |
parent | f52956291bb828e76ad3a447477c07cc82394480 (diff) |
Alternate %prep segment.
Diffstat (limited to 'miav-client.spec')
-rw-r--r-- | miav-client.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miav-client.spec b/miav-client.spec index ff8a5df..09475f2 100644 --- a/miav-client.spec +++ b/miav-client.spec @@ -12,10 +12,12 @@ BuildRoot: %{_topdir}/BUILD/%{name}-%{version}-%{release} %{summary} %prep +echo "prep %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PWD: $PWD" tar xvzf %{_sourcedir}/%{SOURCEURL0} mv miav-%{version}/* %{_builddir} %build +echo "build %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PWD: $PWD" ./configure --prefix=/usr --with-gui --without-server make |