]> git.pld-linux.org Git - packages/gcombust.git/blobdiff - gcombust.spec
- updated to 0.1.44.
[packages/gcombust.git] / gcombust.spec
index 094085d4412b0ff6ee4c8ebebbe2e7a19ac0fea2..96406c8dda2e400a9127ae5656ed6699aa2b7d6a 100644 (file)
@@ -1,7 +1,7 @@
 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.40
+Version:       0.1.44
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -13,6 +13,8 @@ Source1:      %{name}.desktop
 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 +49,9 @@ install %{SOURCE1} .
 
 %build
 gettextize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure
 %{__make}
 
@@ -57,8 +62,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        Applicationsdir=%{_applnkdir}/Utilities/CD-RW
 
-install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
-
 gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
 
 %find_lang gcombust
This page took 0.075212 seconds and 4 git commands to generate.