Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL12
>
gcdemu
> gcdemu.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gcdemu.spec of Package gcdemu (Revision 5)
Currently displaying revision
5
,
show latest
Name: gcdemu Version: 2.1.0 Release: 1 Summary: gCDEmu is a GTK application for controlling CDEmu daemon. License: GPL-2.0+ Group: System/Filesystems Url: http://cdemu.sourceforge.net/about/gcdemu Source: http://downloads.sourceforge.net/cdemu/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake gettext intltool python Requires: dbus-python python cdemu-daemon cdemu-client BuildArch: noarch %description gCDEmu is a GTK application for controlling CDEmu daemon. It provides a graphic interface that allows performing the key tasks related to controlling the CDEmu daemon, such as loading and unloading devices, displaying devices' status and retrieving/setting devices' debug masks. In addition, the applet listens to signals emitted by CDEmu daemon and provides notifications via libnotify (provided that python bindings are installed). %prep %setup -q %build cmake -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir" . make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %find_lang gcdemu %files -f gcdemu.lang %defattr(-,root,root) %{_bindir}/gcdemu %{_datadir}/applications/gcdemu.desktop %{_datadir}/glib-2.0/schemas/net.sf.cdemu.gcdemu.gschema.xml %{_datadir}/pixmaps/gcdemu* %changelog