rpms/klear/devel .cvsignore, 1.2, 1.3 klear.spec, 1.2, 1.3 sources, 1.2, 1.3

Johan Cwiklinski (trasher) fedora-extras-commits at redhat.com
Sun Feb 24 22:15:58 UTC 2008


Author: trasher

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

Modified Files:
	.cvsignore klear.spec sources 
Log Message:
Upgrade to SVN version to build against GCC 4.3



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/klear/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Sep 2007 20:11:05 -0000	1.2
+++ .cvsignore	24 Feb 2008 22:15:22 -0000	1.3
@@ -1 +1 @@
-klear-0.6.1.tar.gz
+klear-svn.tar.bz2


Index: klear.spec
===================================================================
RCS file: /cvs/extras/rpms/klear/devel/klear.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- klear.spec	20 Feb 2008 05:45:30 -0000	1.2
+++ klear.spec	24 Feb 2008 22:15:22 -0000	1.3
@@ -1,15 +1,19 @@
+%define svnrel 113
+
 Name:           klear
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1.svn%{svnrel}%{?dist}
 Summary:        DVB TV application and harddisk-recorder for linux
 
 Group:          Applications/Multimedia
 License:        GPLv2
 URL:            http://www.klear.org/
-Source0:        http://www.klear.org/sources/%{name}-%{version}.tar.gz
+# svn co http://www.tr0ll.net/svn/klear
+# tar cvjf /home/rpmbuild/SOURCES/klear-svn.tar.bz2 --exclude .svn klear
+Source0:        %{name}-svn.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  scons kdebase-devel xine-lib-devel chrpath libXtst-devel gettext desktop-file-utils
+BuildRequires:  scons kdebase3-devel xine-lib-devel chrpath libXtst-devel gettext desktop-file-utils
 
 %description
 Klear is a graphical TV viewer with an integrated recording system 
@@ -19,18 +23,16 @@
 for your desktop machine.
 
 %prep
-%setup -q
-
+%setup -q -n %{name}
+pushd distfiles
+iconv -f ISO-8859-1 -t UTF-8 AUTHORS > AUTHORS.utf && mv AUTHORS.utf AUTHORS
+popd
 
 %build
-unset QTDIR || : ; . /etc/profile.d/qt.sh
-
 chmod -x src/App/Engines/KlearXine/CKlearEngineXine.h
 chmod -x src/App/CKlearAppRecorder.h
 chmod -x src/GUI/Controller/CKlearControllerConfig.h
 chmod -x src/App/CKlearAppRecorder.cpp
-#this file should not be here...
-%{__rm} -f po/it_old.po
 
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$RPM_OPT_FLAGS
@@ -85,6 +87,9 @@
 
 
 %changelog
+* Sun Feb 24 2008 Johan Cwiklinski <johan AT x-tnd DOT be> - 0.7.0-1.svn113
+- Use SVN sources for compiling with GCC 4.3
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.1-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/klear/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Sep 2007 20:11:05 -0000	1.2
+++ sources	24 Feb 2008 22:15:22 -0000	1.3
@@ -1 +1 @@
-9ca6f2ac404ecba0195b1449cc76c7c6  klear-0.6.1.tar.gz
+de51de2521ca574678cc43ffd17fe738  klear-svn.tar.bz2




More information about the fedora-extras-commits mailing list