]> git.pld-linux.org Git - packages/gcombust.git/blob - gcombust.spec
- adding es/pt/pt_BR Group translations
[packages/gcombust.git] / gcombust.spec
1 Summary:        gcombust is a GTK+ frontend for mksisofs and cdrecord
2 Summary(pl):    gcombust jest nak³±dk± na mksisofs and cdrecord nzpisan± z u¿yciem Gtk+
3 Name:           gcombust
4 Version:        0.1.48
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Vendor:         Jonas Munsin <jmunsin@iki.fi>
14 Source0:        http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
15 Source1:        %{name}.desktop
16 Source2:        %{name}.png
17 Patch1:         %{name}-home_etc.patch
18 Icon:           gcombust.xpm
19 URL:            http://www.iki.fi/jmunsin/gcombust/
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  gettext-devel
23 BuildRequires:  gtk+-devel >= 1.2.0
24 Requires:       cdrecord
25 Requires:       mkisofs >= 1.13
26 Requires:       cdlabelgen >= 1.1.3
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %define         _prefix         /usr/X11R6
30 %define         _mandir         %{_prefix}/man
31
32 %description
33 gcombust is a gui for mkisofs and cdrecord Linux. It's written in C
34 and it uses the GTK+ widget set (currently it's been tested and used
35 only on Linux and X-Windows). gcombust is work in progress, the
36 current (development) release is to be considered beta software. That
37 means it hasn't been tested very well and that some parts of the code
38 isn't written.
39
40 %description -l pl
41 Gcombust jest graficznym interfejsem dla linuksowych programów mkisofs
42 i cdrecord. Zosta³ napisany w C i uzywa zbioru widgetów GTK+ (jak
43 dot±d zosta³ jedynie przetestowany na Linuksie i X-Windows). Gcombust
44 to praca w toku (WIP), za¶ bie¿±ca wersja (rozwojowa) ma status beta.
45 Oznacza to, ¿e nie zosta³a dobrze przetestowana i brakuje niektórych
46 fragmentów kodu.
47
48 %prep
49 %setup -q
50 %patch1 -p1
51
52 install %{SOURCE1} .
53
54 %build
55 gettextize --copy --force
56 aclocal
57 autoconf
58 automake -a -c
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT \
67         Applicationsdir=%{_applnkdir}/Utilities/CD-RW
68
69 %{__install} %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
70
71 gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
72
73 %find_lang gcombust
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files -f gcombust.lang
79 %defattr(644,root,root,755)
80 %doc *.gz
81 %attr(755,root,root) %{_bindir}/gcombust
82 %{_applnkdir}/Utilities/CD-RW/gcombust.desktop
83 %{_pixmapsdir}/gcombust.png
This page took 0.063807 seconds and 4 git commands to generate.