]> git.pld-linux.org Git - packages/gcombust.git/blame - gcombust.spec
- updated to 0.1.28
[packages/gcombust.git] / gcombust.spec
CommitLineData
4c47b3fd 1Summary: gcombust is a GTK+ frontend for mksisofs and cdrecord.
52ed9578 2Name: gcombust
670eac22 3Version: 0.1.28
52ed9578 4Release: 1
4ee489ea 5License: GPL
52ed9578 6Group: Applications/Archiving
4c47b3fd 7URL: http://www.iki.fi/jmunsin/gcombust
8Vendor: Jonas Munsin <jmunsin@iki.fi>
9Source: %{name}-%{version}.tar.gz
4ee489ea
SZ
10Patch0: gcombust-opt.patch
11Patch1: gcombust-home_etc.patch
4c47b3fd 12Requires: gtk+ >= 1.2.0, cdrecord, mkisofs, cdlabelgen >= 1.1.3
4ee489ea 13BuildRoot: /tmp/%{name}-%{version}-root
4c47b3fd 14
81381bec
JR
15%define _prefix /usr/X11R6
16%define _mandir /usr/X11R6/man
17
4c47b3fd 18%description
4ee489ea
SZ
19gcombust is a gui for mkisofs and cdrecord Linux. It's written in C and it
20uses the GTK+ widget set (currently it's been tested and used only on Linux
21and X-Windows). gcombust is work in progress, the current (development)
22release is to be considered beta software. That means it hasn't been tested
23very well and that some parts of the code isn't written.
4c47b3fd 24
25%prep
26%setup -q
4ee489ea
SZ
27%patch0 -p0
28%patch1 -p1
4c47b3fd 29
30%build
81381bec 31%configure
4c47b3fd 32make
33
34%install
52ed9578
JR
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/pixmaps}
37
38make install-strip DESTDIR=$RPM_BUILD_ROOT
39
40install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
41
42gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
43
44%find_lang gcombust
4c47b3fd 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
52ed9578
JR
49%files -f gcombust.lang
50%defattr(644,root,root,755)
51%doc {AUTHORS,ChangeLog,NEWS,README*,THANKS}.gz
52%attr(755,root,root) %{_bindir}/gcombust
53%{_datadir}/pixmaps/gcombust.xpm
This page took 0.08804 seconds and 4 git commands to generate.