rpms/klear/F-7 klear.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Johan Cwiklinski (trasher) fedora-extras-commits at redhat.com
Mon Sep 3 20:13:48 UTC 2007


Author: trasher

Update of /cvs/extras/rpms/klear/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1958/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	klear.spec 
Log Message:



--- NEW FILE klear.spec ---
Name:           klear
Version:        0.6.1
Release:        1%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  scons kdebase-devel xine-lib-devel chrpath libXtst-devel gettext desktop-file-utils

%description
Klear is a graphical TV viewer with an integrated recording system 
for Linux.
It's designed as a DVB desktop application with all common features.
A clear, nifty and feature rich DVB viewer and recorder 
for your desktop machine.

%prep
%setup -q


%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
scons configure \
        kdeincludes=/usr/include/kde/ \
        libdir=%{_libdir} \
        %{?_smp_mflags}



%install
rm -rf $RPM_BUILD_ROOT
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
scons install DESTDIR=$RPM_BUILD_ROOT
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/klear



desktop-file-install --vendor=""                     \
       --dir=%{buildroot}%{_datadir}/applnk/Multimedia   \
       %{buildroot}/%{_datadir}/applnk/Multimedia/klear.desktop

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi
touch --no-create %{_datadir}/icons/hicolor

%postun
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi



%files -f %{name}.lang
%defattr(-,root,root,-)
%doc distfiles/AUTHORS distfiles/BUGS distfiles/changelog distfiles/COPYING distfiles/copyright distfiles/README
%{_bindir}/klear
%{_datadir}/applnk/Multimedia/klear.desktop
%{_datadir}/apps/klear
%{_datadir}/icons/hicolor/??x??/apps/klear.png



%changelog
* Sun Sep 02 2007 Johan Cwiklinski <johan at x-tnd.be> 0.6.1-1
- Update to 0.6.1
- Replace GPL with GPLv2
* Sun May 13 2007 Johan Cwiklinski <johan at x-tnd.be> 0.6.0-2
- Added RPM_OPT_FLAGS (the good way this time)
- Using desktop-file-install for the desktop file
- Removed qt-devel from BR since it's required by kdebase-devel  
- Removed QTLIB export since it's already present in qt.sh
- Corrected preceding changelog day
* Wed Mar 28 2007 Johan Cwiklinski <johan.cwiklinski at fedoraproject.org> 0.6.0-1
- Added RPM_OPT_FLAGS
- Added QT environment variables
* Sun Mar 18 2007 Johan Cwiklinski <johan.cwiklinski at fedoraproject.org> 0.6.0-0.1
- Initial RPM creation


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/klear/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Sep 2007 18:18:51 -0000	1.1
+++ .cvsignore	3 Sep 2007 20:13:15 -0000	1.2
@@ -0,0 +1 @@
+klear-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/klear/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Sep 2007 18:18:51 -0000	1.1
+++ sources	3 Sep 2007 20:13:15 -0000	1.2
@@ -0,0 +1 @@
+9ca6f2ac404ecba0195b1449cc76c7c6  klear-0.6.1.tar.gz




More information about the scm-commits mailing list