]> git.pld-linux.org Git - packages/bc.git/commitdiff
- real fix
authorspeedy <speedy@pld-linux.org>
Wed, 27 Apr 2005 17:06:38 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bc.spec -> 1.72

bc.spec

diff --git a/bc.spec b/bc.spec
index 690048e2d6a0ae3776059a1613ba06af72fbbaa7..7fc6f2890cf7b6050c08883c5a5e0e3181d7a12e 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -18,6 +18,7 @@ Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 # Source1-md5: ae2cf58a4382d6a0bfeaab3a6a11bd30
 Source2:       bc.desktop
 Source3:       dc.desktop
+Source4:       bc.png
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-readline.patch
 Patch2:                %{name}-flex.patch
@@ -103,10 +104,12 @@ rm -rf $RPM_BUILD_ROOT
 bzip2 -dc %{SOURCE1} | tar -xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 install -d $RPM_BUILD_ROOT%{_desktopdir}
-
 install %{SOURCE2} %{SOURCE3} \
        $RPM_BUILD_ROOT%{_desktopdir}
 
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -121,6 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog FAQ NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*
+%{_pixmapsdir}/*
 %{_mandir}/man1/*
 %lang(es) %{_mandir}/es/man1/*
 %lang(fi) %{_mandir}/fi/man1/*
This page took 0.052301 seconds and 4 git commands to generate.