]> git.pld-linux.org Git - packages/gcombust.git/blob - gcombust.spec
- release 2,
[packages/gcombust.git] / gcombust.spec
1 Summary:        gcombust is a GTK+ frontend for mksisofs and cdrecord.
2 Name:           gcombust
3 Version:        0.1.29
4 Release:        2
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, mkisofs, cdlabelgen >= 1.1.3
17 BuildRoot:      /tmp/%{name}-%{version}-root
18
19 %define         _prefix         /usr/X11R6
20 %define         _mandir         /usr/X11R6/man
21
22 %description
23 gcombust is a gui for mkisofs and cdrecord Linux. It's written in C and it 
24 uses the GTK+ widget set (currently it's been tested and used only on Linux 
25 and X-Windows). gcombust is work in progress, the current (development) 
26 release is to be considered beta software. That means it hasn't been tested 
27 very well and that some parts of the code isn't written.   
28
29 %prep
30 %setup -q
31 %patch0 -p0
32 %patch1 -p1
33
34 %build
35 gettextize --copy --force
36 LDFLAGS="-s"; export LDFLAGS
37 %configure
38 make
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
43
44 make install DESTDIR=$RPM_BUILD_ROOT
45
46 install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
47
48 gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
49
50 %find_lang gcombust
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f gcombust.lang
56 %defattr(644,root,root,755)
57 %doc {AUTHORS,ChangeLog,NEWS,README*,THANKS}.gz
58 %attr(755,root,root) %{_bindir}/gcombust
59 %{_datadir}/pixmaps/gcombust.xpm
This page took 0.057126 seconds and 4 git commands to generate.