]> git.pld-linux.org Git - packages/gcombust.git/commitdiff
- added installing desktop file. gcombust-0_1_31-2
authorkloczek <kloczek@pld-linux.org>
Thu, 30 Mar 2000 02:17:41 +0000 (02:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcombust.spec -> 1.15

gcombust.spec

index af3a2c3e122cfebb04473249695939f82e1fdfe5..ef3847d1b41ef9223b26ca7a1c915eec504cb50c 100644 (file)
@@ -20,14 +20,14 @@ Requires:   cdlabelgen >= 1.1.3
 BuildRoot:     /tmp/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
-%define                _mandir         /usr/X11R6/man
+%define                _mandir         %{_prefix}/man
 
 %description
 gcombust is a gui for mkisofs and cdrecord Linux. It's written in C and it
 uses the GTK+ widget set (currently it's been tested and used only on Linux
- and X-Windows). gcombust is work in progress, the current (development)
+and X-Windows). gcombust is work in progress, the current (development)
 release is to be considered beta software. That means it hasn't been tested
- very well and that some parts of the code isn't written.
+very well and that some parts of the code isn't written.
 
 %description -l pl
 Gcombust jest graficznym interfejsem dla linuksowych programów mkisofs i
@@ -49,11 +49,12 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install -d $RPM_BUILD_ROOT{,%{_datadir}/pixmaps,%{_applnkdir}/Applications}
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
 install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Applications/
 
 gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
 
@@ -66,4 +67,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc {AUTHORS,ChangeLog,NEWS,README*,THANKS}.gz
 %attr(755,root,root) %{_bindir}/gcombust
+%{_applnkdir}/Applications/gcombust.desktop
 %{_datadir}/pixmaps/gcombust.xpm
This page took 0.172994 seconds and 4 git commands to generate.