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