]> git.pld-linux.org Git - packages/foobillard.git/commitdiff
- added icon
authortiwek <tiwek@pld-linux.org>
Thu, 9 Jan 2003 08:58:03 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foobillard.spec -> 1.3

foobillard.spec

index 73f789ab713b7e4881d71c1e00035a6dce501b4a..9c04c21433c41620ffe7576182f259d1dc8efd15 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL
 URL:           http://foobillard.sunsite.dk/
 Source0:       http://foobillard.sunsite.dk/dnl/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.xpm
 Patch0:                %{name}-include.patch
 BuildRequires: automake
 BuildRequires: autoconf
@@ -47,9 +48,12 @@ export X_LIBS='-I%{_includedir}'
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/
 %{__make} DESTDIR=%{buildroot} install
 
+
 %clean
 rm -rf %{buildroot}
 
@@ -59,3 +63,4 @@ rm -rf %{buildroot}
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/foobillard/*
 %{_applnkdir}/Games/%{name}.desktop
+%{_pixmapsdir}/*
This page took 0.063531 seconds and 4 git commands to generate.