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