Logoj0ke.net Open Build Service > Projects > multimedia:SL12 > gcdemu > Changes
Sign Up | Log In

Changes of Revision 5

[-] Added gcdemu.changes
 
1
@@ -0,0 +1,5 @@
2
+-------------------------------------------------------------------
3
+Sat Jun 22 13:39:52 UTC 2013 - cs@linux-administrator.com
4
+
5
+- rebase on 2.1.0
6
+
7
[-] Added gcdemu.spec ^
39
 
1
@@ -0,0 +1,37 @@
2
+Name:           gcdemu
3
+Version:        2.1.0
4
+Release:        1
5
+Summary:        gCDEmu is a GTK application for controlling CDEmu daemon.
6
+License:        GPL-2.0+
7
+Group:          System/Filesystems
8
+Url:            http://cdemu.sourceforge.net/about/gcdemu
9
+Source:         http://downloads.sourceforge.net/cdemu/%name-%version.tar.bz2
10
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
11
+BuildRequires:  cmake gettext intltool python
12
+Requires:       dbus-python python cdemu-daemon cdemu-client
13
+BuildArch:      noarch
14
+
15
+%description
16
+gCDEmu is a GTK application for controlling CDEmu daemon.
17
+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.
18
+In addition, the applet listens to signals emitted by CDEmu daemon and provides notifications via libnotify (provided that python bindings are installed).
19
+
20
+%prep
21
+%setup -q
22
+
23
+%build
24
+cmake -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir" .
25
+make %{?_smp_mflags}
26
+
27
+%install
28
+make install DESTDIR=%{buildroot}
29
+%find_lang gcdemu
30
+
31
+%files -f gcdemu.lang
32
+%defattr(-,root,root)
33
+%{_bindir}/gcdemu
34
+%{_datadir}/applications/gcdemu.desktop
35
+%{_datadir}/glib-2.0/schemas/net.sf.cdemu.gcdemu.gschema.xml
36
+%{_datadir}/pixmaps/gcdemu*
37
+   
38
+%changelog
39
Added gcdemu-2.1.0.tar.bz2 ^