]> git.pld-linux.org Git - packages/gcombust.git/blobdiff - gcombust.spec
- updated to 0.1.44.
[packages/gcombust.git] / gcombust.spec
index fc2fb7558faf6f128310cf7b0eb1e7f34afe25ad..96406c8dda2e400a9127ae5656ed6699aa2b7d6a 100644 (file)
@@ -1,6 +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.35
+Version:       0.1.44
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -12,10 +13,12 @@ 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
-Requires:      mkisofs
+Requires:      mkisofs >= 1.13
 Requires:      cdlabelgen >= 1.1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,19 +45,22 @@ fragment
 %setup -q
 %patch1 -p1
 
+install %{SOURCE1} .
+
 %build
 gettextize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{,%{_datadir}/pixmaps,%{_applnkdir}/Utilities/CD-RW}
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities/CD-RW
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Applicationsdir=%{_applnkdir}/Utilities/CD-RW
 
 gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
 
@@ -65,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f gcombust.lang
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README*,THANKS}.gz
+%doc *.gz
 %attr(755,root,root) %{_bindir}/gcombust
 %{_applnkdir}/Utilities/CD-RW/gcombust.desktop
-%{_datadir}/pixmaps/gcombust.xpm
+%{_pixmapsdir}/gcombust.xpm
This page took 0.07876 seconds and 4 git commands to generate.