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