Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL12
>
gcdemu
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Added
gcdemu.changes
@@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Jun 22 13:39:52 UTC 2013 - cs@linux-administrator.com + +- rebase on 2.1.0 +
[-]
[+]
Added
gcdemu.spec
^
@@ -0,0 +1,37 @@ +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
Added
gcdemu-2.1.0.tar.bz2
^