]> git.pld-linux.org Git - packages/efax.git/commitdiff
- fixed usage of macros
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 20 Jul 1999 11:04:33 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added/removed neccesary/obsolete patches
- FHS 2.0 compliance where needed
- gzipping docs where needed

Changed files:
    efax.spec -> 1.10

efax.spec

index ad8a9902f5146e0f075be4f2f6df8e9cc8424764..fa8c66915ea5e8a32e07e92cf158c19e96e8e87e 100644 (file)
--- a/efax.spec
+++ b/efax.spec
@@ -10,7 +10,7 @@ Copyright:    GPL
 Group:         Applications/Communications
 Group(pl):     Aplikacje/Komunikacja
 Source:                ftp://sunsite.unc.edu/pub/Linux/apps/comm/fax/%{name}-%{version}.tar.gz
-Patch0:                efax.patch
+Patch:         efax.patch
 Requires:      ghostscript
 Buildroot:     /tmp/%{name}-%{version}-root
 
@@ -41,14 +41,14 @@ bulunmaktad
 
 %prep
 %setup -q
-%patch0 -p1
+%patch -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install -d $RPM_BUILD_ROOT/etc/sysconfig
 
 make install \
This page took 0.080295 seconds and 4 git commands to generate.