/[packages]/backports/3/isodumper/current/SPECS/isodumper.spec
ViewVC logotype

Annotation of /backports/3/isodumper/current/SPECS/isodumper.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 584710 - (hide annotations) (download)
Thu Feb 6 17:22:07 2014 UTC (10 years, 2 months ago) by akien
File size: 1764 byte(s)
Repack of version 0.20 to include en_GB translation
1 akien 486538 Name: isodumper
2 akien 565940 Version: 0.20
3 akien 584710 Release: %mkrel 3
4 akien 486538 Summary: Tool for writing ISO images on a USB stick
5     Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB
6     License: GPLv2+
7     Group: System/Configuration
8     URL: https://github.com/papoteur-mga/isodumper
9     # wget https://github.com/papoteur-mga/isodumper/archive/%%{version}.tar.gz -O %%{name}-%%{version}.tar.gz
10     Source0: %{name}-%{version}.tar.gz
11     BuildArch: noarch
12    
13     BuildRequires: imagemagick
14 akien 565940 BuildRequires: intltool
15 akien 486538
16     Requires: coreutils
17 akien 565940 Requires: pango
18     Requires: polkit
19 akien 486538 Requires: procps
20     Requires: python
21     Requires: pygtk2.0-libglade
22 akien 565938 Requires: udisks
23     Requires: xterm
24 akien 584649 # Needed only for Mageia 3, because polkit doesn't work as intended
25     Requires: usermode-consoleonly
26 akien 486538
27     %description
28     A GUI tool for writing ISO images on a USB stick.
29     It's a fork of usb-imagewriter.
30    
31     This software is written in python.
32    
33     %description -l fr_FR
34     Un outil graphique pour écrire des images ISO sur une clé USB.
35     C'est un fork de usb-imagewriter
36    
37     Ce logiciel est écrit en python.
38    
39     #--------------------------------------------------------------------
40     %prep
41     %setup -q
42    
43     %build
44 akien 557935 %make
45 akien 486538
46     %install
47 akien 565940 %makeinstall_std
48 akien 486538
49 akien 584649 # Needed only for Mageia 3, because polkit doesn't work as intended
50     mkdir -p %{buildroot}%{_sbindir}
51     mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
52     pushd %{buildroot}%{_bindir}
53     ln -s consolehelper %{name}
54     popd
55    
56 akien 486538 %find_lang %{name}
57    
58     %files -f %{name}.lang
59     %doc COPYING CHANGELOG
60     %{_bindir}/%{name}
61 akien 584649 %{_sbindir}/%{name}
62 akien 565940 %{_libexecdir}/%{name}
63 akien 489147 %{_usr}/lib/%{name}/
64 akien 486538 %{_datadir}/%{name}/
65 akien 565940 %{_datadir}/polkit-1/actions/*.policy
66 akien 486538 %{_datadir}/applications/%{name}.desktop
67 akien 557935 %{_datadir}/pixmaps/%{name}.png
68 akien 486538 %{_miconsdir}/%{name}.png
69     %{_iconsdir}/%{name}.png
70     %{_liconsdir}/%{name}.png
71 akien 565940 %{_iconsdir}/hicolor/*/*/%{name}.png

  ViewVC Help
Powered by ViewVC 1.1.30