]> git.pld-linux.org Git - packages/gcombust.git/blob - gcombust.spec
- rel. 6
[packages/gcombust.git] / gcombust.spec
1 Summary:        gcombust is a GTK+ frontend for mkisofs and cdrecord
2 Summary(pl):    gcombust jest nak³adk± na mkisofs i cdrecord napisan± z u¿yciem Gtk+
3 Summary(ru):    gcombust - ÜÔÏ GTK+ ÉÎÔÅÒÆÅÊÓ Ë mkisofs É cdrecord
4 Summary(uk):    gcombust - ÃÅ GTK+ ¦ÎÔÅÒÆÅÊÓ ÄÏ mkisofs ¦ cdrecord
5 Name:           gcombust
6 Version:        0.1.52
7 Release:        6
8 License:        GPL
9 Group:          X11/Applications
10 Vendor:         Jonas Munsin <jmunsin@iki.fi>
11 Source0:        http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
12 # Source0-md5:  2c2455f8fe91cddd7b87bf59916a39e8
13 Source1:        %{name}.desktop
14 Source2:        %{name}.png
15 Patch0:         %{name}-home_etc.patch
16 Patch1:         %{name}-po.patch
17 Patch2:         %{name}-locale_names.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:       cdrtools-mkisofs >= 1.10
26 Requires:       cdlabelgen >= 1.1.3
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 gcombust is a gui for mkisofs and cdrecord Linux. It's written in C
31 and it uses the GTK+ widget set (currently it's been tested and used
32 only on Linux and X Window). gcombust is work in progress, the
33 current (development) release is to be considered beta software. That
34 means it hasn't been tested very well and that some parts of the code
35 isn't written.
36
37 %description -l pl
38 Gcombust jest graficznym interfejsem dla linuksowych programów mkisofs
39 i cdrecord. Zosta³ napisany w C i uzywa zbioru widgetów GTK+ (jak
40 dot±d zosta³ jedynie przetestowany na Linuksie i X Window). Gcombust
41 to praca w toku (WIP), za¶ bie¿±ca wersja (rozwojowa) ma status beta.
42 Oznacza to, ¿e nie zosta³a dobrze przetestowana i brakuje niektórych
43 fragmentów kodu.
44
45 %description -l ru
46 gcombust - ÜÔÏ GUI ÄÌÑ mkisofs É cdrecord. ïΠÎÁÐÉÓÁΠÎÁ C É
47 ÉÓÐÏÌØÚÕÅÔ ÎÁÂÏÒ ×ÉÄÖÅÔÏ× GTK+.
48
49 %description -l uk
50 gcombust - ÃÅ GUI ÄÌÑ mkisofs ÔÁ cdrecord. ÷¦Î ÎÁÐÉÓÁÎÉÊ ÎÁ C ÔÁ
51 ×ÉËÏÒÉÓÔÏ×Õ¤ ÎÁ¦ҠצÄÖÅԦנGTK+.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56 %patch1 -p1
57 %patch2 -p1
58
59 mv -f po/{no,nb}.po
60 install %{SOURCE1} .
61
62 %build
63 rm -f missing
64 %{__gettextize}
65 %{__aclocal}
66 %{__autoconf}
67 %{__automake}
68 %configure
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT \
76         Applicationsdir=%{_desktopdir}
77
78 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
79
80 %find_lang gcombust
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files -f gcombust.lang
86 %defattr(644,root,root,755)
87 %doc AUTHORS ChangeLog NEWS README* THANKS
88 %attr(755,root,root) %{_bindir}/gcombust
89 %{_desktopdir}/gcombust.desktop
90 %{_pixmapsdir}/gcombust.png
This page took 0.050718 seconds and 3 git commands to generate.