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