]> git.pld-linux.org Git - packages/buffer.git/commitdiff
- initial release
authorwrobell <wrobell@pld-linux.org>
Sun, 19 Nov 2000 14:37:31 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    buffer.spec -> 1.1

buffer.spec [new file with mode: 0644]

diff --git a/buffer.spec b/buffer.spec
new file mode 100644 (file)
index 0000000..02d76c4
--- /dev/null
@@ -0,0 +1,47 @@
+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
+License:       GPL
+Group:         Applications/Archiving
+Group(de):     Applikationen/Archivierung
+Group(pl):     Aplikacje/Archiwizacja
+Source0:       %{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
+
+%description -l pl
+Program buforuj±cy standardowe wej¶cie i wyj¶cie
+
+%prep
+%setup -q -T -c -n buffer-%{version}
+gzip -dc %SOURCE0 > %{name}-%{version}.shar
+chmod 755 %{name}-%{version}.shar
+./%{name}-%{version}.shar
+%patch0 -p0
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_mandir}/manl
+
+%{__make} install CFLAGS="$RPM_OPT_FLAGS -O2" \
+       INSTBIN=$RPM_BUILD_ROOT%{_bindir} INSTMAN=$RPM_BUILD_ROOT%{_mandir}/manl
+
+gzip -9nf README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README*
+%attr(755,root,root) %{_bindir}/buffer
+%{_mandir}/manl/buffer*
This page took 0.071203 seconds and 4 git commands to generate.