Codeine.spec

Aus Fedorawiki.de

Wechseln zu: Navigation, Suche
Alt.png Dieser Artikel ist veraltet und Bedarf einer Aktualisierung.

Beschreibung

Name: codeine Version: 1.0.rc1
Beschreibung: Ein leichtgewichtiger Videoplayer auf xine-Basis für KDE
Homepage: http://www.kde-apps.org/content/show.php?content=17161
Screenshot:(bei kde-apps)
Download: (bei kde-apps)
Besonderheiten:

SPEC

Name:           codeine
Version:        1.0.rc1
Release:        2%{?dist}
Summary:        A clean and simple video player for KDE 

Group:          Applications/Multimedia
License:        GPL
URL:            http://www.kde-apps.org/content/show.php?content=17161
Source0:        %{name}-1.0-rc1.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xine-lib-devel qt-devel kdelibs-devel
#Requires:       

%description
What do you consider important in your video player? If you want a simple, 
usable solution that starts fast, plays all formats, works how you expect 
it to and doesn't crash then Codeine is for you. 


%prep
%setup -qn %{name}-1.0-rc1


%build
./configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/codeine
%{_libdir}/kde3/libcodeine.la
%{_libdir}/kde3/libcodeine.so
%{_datadir}/applications/kde/codeine*
%{_datadir}/apps/codeine/codeineui.rc
%{_datadir}/icons/crystalsvg/*/apps/codeine.png 



%changelog
* Mon Jul 25 2005 Sebastian Vahl <svahl at web.de> 1.0.rc1-2
- Corrected SPEC
* Sat Jun 25 2005 Sebastian Vahl <svahl at web.de> 1.0.rc1-1
- Updated to 1.0-rc1
* Sat Jun 25 2005 Sebastian Vahl <svahl at web.de> 1.0.beta6-1
- Initial Release