rpms/okteta/devel .cvsignore, 1.3, 1.4 okteta.spec, 1.4, 1.5 sources, 1.3, 1.4 okteta-0.0.1-755662-cmakelists.patch, 1.1, NONE

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Feb 28 08:24:09 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/okteta/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7383/devel

Modified Files:
	.cvsignore okteta.spec sources 
Removed Files:
	okteta-0.0.1-755662-cmakelists.patch 
Log Message:
* Thu Feb 28 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.9-0.1.20080228svn780093
- Update to revision 780093 (adds undo/redo support)
- Update License tag (now GPLv2 or GPLv3 instead of GPLv2 only)
- Drop cmakelists patch (fixed upstream)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/okteta/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	4 Feb 2008 03:41:26 -0000	1.3
+++ .cvsignore	28 Feb 2008 08:23:36 -0000	1.4
@@ -1 +1 @@
-okteta-0.0.1-770494.tar.bz2
+okteta-0.0.9-780093.tar.bz2


Index: okteta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/okteta/devel/okteta.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- okteta.spec	5 Feb 2008 21:34:16 -0000	1.4
+++ okteta.spec	28 Feb 2008 08:23:36 -0000	1.5
@@ -1,17 +1,15 @@
-%define revision 770494
+%define revision 780093
 
 Summary: Binary editor
 Name:    okteta
-Version: 0.0.1
-Release: 0.4.20080203svn%{revision}%{?dist}
+Version: 0.0.9
+Release: 0.1.20080228svn%{revision}%{?dist}
 
 Group:   Applications/Editors
-License: GPLv2
+License: GPLv2 or GPLv3
 URL:     http://frinring.wordpress.com/category/okteta/
 # checked out from svn://anonsvn.kde.org/home/kde/trunk/playground/utils/okteta
 Source0: %{name}-%{version}-%{revision}.tar.bz2
-# fix CMakeLists.txt so this builds as a standalone directory (without all of playground-utils)
-Patch0: okteta-0.0.1-755662-cmakelists.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -25,8 +23,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{revision}
-%patch0 -p1
-rm -f po/*/oktetapart.po
 
 %build
 %cmake_kde4 .
@@ -39,8 +35,7 @@
 # nothing should build against libokteta*_b.so
 rm -f %{buildroot}%{_kde4_libdir}/libokteta*_b.so
 # "install" the installed .desktop file to validate it
-# remove the Path key because it is blank (causing a warning)
-desktop-file-install %{buildroot}%{_datadir}/applications/kde4/okteta.desktop --vendor "" --dir %{buildroot}%{_datadir}/applications/kde4 --remove-key=Path
+desktop-file-install %{buildroot}%{_datadir}/applications/kde4/okteta.desktop --vendor "" --dir %{buildroot}%{_datadir}/applications/kde4
 %find_lang %{name}
 
 %clean
@@ -70,6 +65,11 @@
 %{_kde4_datadir}/kde4/services/oktetapart.desktop
 
 %changelog
+* Thu Feb 28 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.9-0.1.20080228svn780093
+- Update to revision 780093 (adds undo/redo support)
+- Update License tag (now GPLv2 or GPLv3 instead of GPLv2 only)
+- Drop cmakelists patch (fixed upstream)
+
 * Tue Feb 5 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.0.1-0.4.20080203svn770494
 - Don't ship oktetapart translations (which conflict with kde-l10n)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/okteta/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	4 Feb 2008 03:41:26 -0000	1.3
+++ sources	28 Feb 2008 08:23:36 -0000	1.4
@@ -1 +1 @@
-4c3bc538fa7e4298fb192badf77950bc  okteta-0.0.1-770494.tar.bz2
+ed218c67375a9a03f6180d293e1c32c4  okteta-0.0.9-780093.tar.bz2


--- okteta-0.0.1-755662-cmakelists.patch DELETED ---




More information about the fedora-extras-commits mailing list