]> git.pld-linux.org Git - packages/gcombust.git/blobdiff - gcombust.spec
- release 2: added Icon to desktop file.
[packages/gcombust.git] / gcombust.spec
index f1c14dbd33e9d5681a32a301a4122ef1c62dc5a3..1a3c4a5b7e95427021868d812fc6ed6ba7a4a94e 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       gcombust is a GTK+ frontend for mksisofs and cdrecord
 Summary(pl):   gcombust jest nak³±dk± na mksisofs and cdrecord nzpisan± z u¿yciem Gtk+
 Name:          gcombust
-Version:       0.1.43
-Release:       1
+Version:       0.1.45
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -10,9 +10,12 @@ Group(pl):   X11/Aplikacje
 Vendor:                Jonas Munsin <jmunsin@iki.fi>
 Source0:       http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 Patch1:                %{name}-home_etc.patch
 Icon:          gcombust.xpm
 URL:           http://www.iki.fi/jmunsin/gcombust/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
 Requires:      cdrecord
@@ -47,6 +50,9 @@ install %{SOURCE1} .
 
 %build
 gettextize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure
 %{__make}
 
@@ -57,6 +63,8 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        Applicationsdir=%{_applnkdir}/Utilities/CD-RW
 
+%{__install} %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
 gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
 
 %find_lang gcombust
@@ -69,4 +77,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(755,root,root) %{_bindir}/gcombust
 %{_applnkdir}/Utilities/CD-RW/gcombust.desktop
-%{_pixmapsdir}/gcombust.xpm
+%{_pixmapsdir}/gcombust.png
This page took 0.072167 seconds and 4 git commands to generate.