]> git.pld-linux.org Git - packages/gfax.git/commitdiff
- added desktop patch auto/ac/gfax-0_6_4-4
authorpaladine <paladine@pld-linux.org>
Tue, 30 Nov 2004 20:48:22 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it's not noarch
- use _desktopdir
- rel 4

Changed files:
    gfax.spec -> 1.39

gfax.spec

index a2652316e32917239831f7f0932de4f87b261b45..a8c3f9d3025e2dff463a2708c8faa84f80c85a97 100644 (file)
--- a/gfax.spec
+++ b/gfax.spec
@@ -2,20 +2,19 @@ Summary:      The GNOME Fax Application
 Summary(pl):   Aplikacja GNOME do faksów
 Name:          gfax
 Version:       0.6.4
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://www.cowlug.org/gfax/%{name}-%{version}.tar.gz
 # Source0-md5: 9ec7185ed012607fa529b5758e02e0d2
 Patch0:                %{name}-destdir.patch
 Patch1:                %{name}-amd64.patch
+Patch2:                %{name}-desktop.patch
 URL:           http://www.cowlug.org/gfax/
 BuildRequires: mono-csharp
 BuildRequires: dotnet-gtk-sharp-devel
-BuildArch:     noarch
 Requires:      mono >= 0.93
 Requires:      dotnet-gtk-sharp >= 0.93
-BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,6 +31,7 @@ ich na drukarce faksowej. Gfax dzia
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
@@ -42,7 +42,7 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir},/usr/share/applications,%{_sysconfdir}/gconf/schemas,%{_var}/spool/gfax}
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_sysconfdir}/gconf/schemas,%{_var}/spool/gfax}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.10222 seconds and 4 git commands to generate.