rpms/kdissert/devel .cvsignore, 1.3, 1.4 kdissert.spec, 1.5, 1.6 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Sun Sep 3 18:03:46 UTC 2006


Author: icon

Update of /cvs/extras/rpms/kdissert/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11545/devel

Modified Files:
	.cvsignore kdissert.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
Version 1.0.6b.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kdissert/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Jul 2006 15:10:51 -0000	1.3
+++ .cvsignore	3 Sep 2006 18:03:46 -0000	1.4
@@ -1 +1 @@
-kdissert-1.0.6-waf.tar.bz2
+kdissert-1.0.6b.tar.bz2


Index: kdissert.spec
===================================================================
RCS file: /cvs/extras/rpms/kdissert/devel/kdissert.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kdissert.spec	22 Jul 2006 15:10:51 -0000	1.5
+++ kdissert.spec	3 Sep 2006 18:03:46 -0000	1.6
@@ -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 @@
 
 
 %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 @@
 
 
 %changelog
+* Sun Sep 03 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 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 <icon at fedoraproject.org> - 1.0.6-1
 - Version 1.0.6
 - No longer using scons


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdissert/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Jul 2006 15:10:51 -0000	1.3
+++ sources	3 Sep 2006 18:03:46 -0000	1.4
@@ -1 +1 @@
-55bed147b66bd46de21e07475568469c  kdissert-1.0.6-waf.tar.bz2
+a838b30d67b26352c9adf1f55a8aeb9d  kdissert-1.0.6b.tar.bz2


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list