Changes of Revision 6
[-] | Changed | gcdemu.spec |
x 1
2 Source: http://downloads.sourceforge.net/cdemu/%name-%version.tar.bz2 3 BuildRoot: %{_tmppath}/%{name}-%{version}-build 4 BuildRequires: cmake gettext intltool python 5 +%if 0%{?suse_version} 6 +BuildRequires: update-desktop-files 7 +%endif 8 Requires: dbus-python python cdemu-daemon cdemu-client 9 BuildArch: noarch 10 11
12 %install 13 make install DESTDIR=%{buildroot} 14 %find_lang gcdemu 15 +%suse_update_desktop_file -r -G "Mount ISO images" %{name} Utilities 16 17 %files -f gcdemu.lang 18 %defattr(-,root,root) 19 |