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