]> git.pld-linux.org Git - packages/buffer.git/commitdiff
- added working Source URL
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2001 11:27:48 +0000 (11:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed manl to man1
- release 2

Changed files:
    buffer.spec -> 1.5

buffer.spec

index 9e26a5f574b87620acb82fb44c242661dec2f538..c227d7eb718ff7042b749b3b2b3cbc03431e24fd 100644 (file)
@@ -2,24 +2,24 @@ Summary:      Standard input and output buffering program
 Summary(pl):   Program buforuj±cy standardowe wej¶cie i wyj¶cie
 Name:          buffer
 Version:       1.19
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Archiving
 Group(de):     Applikationen/Archivierung
 Group(pl):     Aplikacje/Archiwizacja
-Source0:       %{name}-%{version}.shar.gz
+Source0:       http://www.netsw.org/system/tools/fileutils/filter/%{name}-%{version}.shar.gz
 Patch0:                %{name}-1.17_suse.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Standard input and output buffering program
+Standard input and output buffering program.
 
 %description -l pl
-Program buforuj±cy standardowe wej¶cie i wyj¶cie
+Program buforuj±cy standardowe wej¶cie i wyj¶cie.
 
 %prep
 %setup -q -T -c -n buffer-%{version}
-gzip -dc %SOURCE0 > %{name}-%{version}.shar
+gzip -dc %{SOURCE0} > %{name}-%{version}.shar
 chmod 755 %{name}-%{version}.shar
 ./%{name}-%{version}.shar
 %patch0 -p0
@@ -32,7 +32,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/manl}
 
 %{__make} install CFLAGS="%{rpmcflags}" \
-       INSTBIN=$RPM_BUILD_ROOT%{_bindir} INSTMAN=$RPM_BUILD_ROOT%{_mandir}/manl
+       INSTBIN=$RPM_BUILD_ROOT%{_bindir} INSTMAN=$RPM_BUILD_ROOT%{_mandir}/man1
 
 gzip -9nf README
 
@@ -43,4 +43,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README*
 %attr(755,root,root) %{_bindir}/buffer
-%{_mandir}/manl/buffer*
+%{_mandir}/man1/buffer*
This page took 0.080238 seconds and 4 git commands to generate.