]> git.pld-linux.org Git - packages/gcombust.git/blame - gcombust.spec
- updated gettext BR
[packages/gcombust.git] / gcombust.spec
CommitLineData
d987a978 1Summary: gcombust is a GTK+ frontend for mkisofs and cdrecord
4b758cb6
ER
2Summary(pl.UTF-8): gcombust jest nakładką na mkisofs i cdrecord napisaną z użyciem Gtk+
3Summary(ru.UTF-8): gcombust - это GTK+ интерфейс к mkisofs и cdrecord
4Summary(uk.UTF-8): gcombust - це GTK+ інтерфейс до mkisofs і cdrecord
52ed9578 5Name: gcombust
406050a9 6Version: 0.1.55
7Release: 1
4ee489ea 8License: GPL
a8d4c322 9Group: X11/Applications
4c47b3fd 10Vendor: Jonas Munsin <jmunsin@iki.fi>
7a60603c 11Source0: http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
406050a9 12# Source0-md5: 25ddecef7f8556f0fac82d9d4927e8eb
a8d4c322 13Source1: %{name}.desktop
f2e1dcd8 14Source2: %{name}.png
4ac00449 15Patch0: %{name}-home_etc.patch
46ecb5f2 16Patch1: %{name}-po.patch
17Patch2: %{name}-locale_names.patch
6b075bd1 18URL: http://www.iki.fi/jmunsin/gcombust/
dec9ecc5 19BuildRequires: autoconf
20BuildRequires: automake
585c749a 21BuildRequires: gettext-tools
6b075bd1 22BuildRequires: gtk+-devel >= 1.2.0
ee3ef278 23Requires: cdrecord
8b761900 24Requires: cdrtools-mkisofs >= 1.10
ee3ef278 25Requires: cdlabelgen >= 1.1.3
c5aa8f90 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
4c47b3fd 27
28%description
29a7ed85 29gcombust is a gui for mkisofs and cdrecord Linux. It's written in C
30and it uses the GTK+ widget set (currently it's been tested and used
7b2ffb99 31only on Linux and X Window). gcombust is work in progress, the
29a7ed85 32current (development) release is to be considered beta software. That
33means it hasn't been tested very well and that some parts of the code
34isn't written.
4c47b3fd 35
918ad4e8
JR
36%description -l pl.UTF-8
37Gcombust jest graficznym interfejsem dla linuksowych programów mkisofs
38i cdrecord. Został napisany w C i używa zbioru widgetów GTK+ (jak
39dotąd został jedynie przetestowany na Linuksie i X Window). Gcombust
40to praca w toku (WIP), zaś bieżąca wersja (rozwojowa) ma status beta.
41Oznacza to, że nie została dobrze przetestowana i brakuje niektórych
42fragmentów kodu.
15052ab8 43
918ad4e8
JR
44%description -l ru.UTF-8
45gcombust - это GUI для mkisofs и cdrecord. Он написан на C и
46использует набор виджетов GTK+.
f27d970e 47
918ad4e8
JR
48%description -l uk.UTF-8
49gcombust - це GUI для mkisofs та cdrecord. Він написаний на C та
50використовує набір віджетів GTK+.
f27d970e 51
4c47b3fd 52%prep
53%setup -q
4ac00449 54%patch0 -p1
4ee489ea 55%patch1 -p1
46ecb5f2 56%patch2 -p1
4c47b3fd 57
4ac00449 58mv -f po/{no,nb}.po
10a5849e 59install %{SOURCE1} .
60
4c47b3fd 61%build
d0463c80 62rm -f missing
43d9d9fb 63%{__gettextize}
d0463c80 64%{__aclocal}
48de90f5 65%{__autoconf}
66%{__automake}
81381bec 67%configure
4c4738c2 68%{__make}
4c47b3fd 69
70%install
52ed9578 71rm -rf $RPM_BUILD_ROOT
52ed9578 72
10a5849e 73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT \
edcffe51 75 Applicationsdir=%{_desktopdir}
52ed9578 76
74adb4f5 77install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
f2e1dcd8 78
52ed9578 79%find_lang gcombust
4c47b3fd 80
81%clean
82rm -rf $RPM_BUILD_ROOT
83
52ed9578
JR
84%files -f gcombust.lang
85%defattr(644,root,root,755)
ecbc036b 86%doc AUTHORS ChangeLog NEWS README* THANKS
52ed9578 87%attr(755,root,root) %{_bindir}/gcombust
edcffe51 88%{_desktopdir}/gcombust.desktop
f2e1dcd8 89%{_pixmapsdir}/gcombust.png
This page took 0.091807 seconds and 4 git commands to generate.