diff --git a/.cvsignore b/.cvsignore index e5b41b4..d8f64a8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -kdissert-1.0.6-waf.tar.bz2 +kdissert-1.0.6b.tar.bz2 diff --git a/kdissert.spec b/kdissert.spec index 0bc30fb..ea82f66 100644 --- a/kdissert.spec +++ b/kdissert.spec @@ -1,12 +1,12 @@ Name: kdissert -Version: 1.0.6 +Version: 1.0.6b Release: 1%{?dist} Summary: Mind-mapping tool for KDE Group: Applications/Productivity License: GPL URL: http://freehackers.org/~tnagy/kdissert/ -Source0: http://freehackers.org/~tnagy/%{name}/%{name}-%{version}-waf.tar.bz2 +Source0: http://freehackers.org/~tnagy/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils, gettext @@ -23,18 +23,19 @@ makers, engineers and businessmen. %prep -%setup -q -n %{name}-%{version}-waf +%setup -q tar xjf miniwaf.tar.bz2 +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" ./waf.py configure \ --prefix=%{_prefix} \ --execprefix=%{_exec_prefix} \ --datadir=%{_datadir} \ - --libdir=%{_libdir} + --libdir=%{_libdir} \ + --want-rpath=0 %build -export CFLAGS=$RPM_OPT_FLAGS -export CXXFLAGS=$RPM_OPT_FLAGS ./waf.py build %{?_smp_mflags} @@ -90,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 03 2006 Konstantin Ryabitsev - 1.0.6b-1 +- Version 1.0.6b +- Move flags to configure stage +- We don't want rpath, thanks + * Sat Jul 22 2006 Konstantin Ryabitsev - 1.0.6-1 - Version 1.0.6 - No longer using scons diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/sources b/sources index 2a25ae5..83b9bea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55bed147b66bd46de21e07475568469c kdissert-1.0.6-waf.tar.bz2 +a838b30d67b26352c9adf1f55a8aeb9d kdissert-1.0.6b.tar.bz2