]> git.pld-linux.org Git - packages/firehose.git/blobdiff - firehose.spec
- build fixed
[packages/firehose.git] / firehose.spec
index d95500322b18d49beeb2d2e3d5852bbb7f79b589..799f93552936948611d867207d19e73745508873 100644 (file)
@@ -1,11 +1,13 @@
 Summary:       Easy data transfer over parallel network devices
 Summary(pl):   Narzêdzie do ³atwego przesy³ania danych po równoleg³ych urz±dzeniach sieciowych
 Name:          firehose
-Version:       0.4.0
+Version:       0.6.0
 Release:       1
 License:       LGPL
 Group:         Networking/Utilities
-Source0:       http://heroines.sourceforge.net/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/heroines/%{name}-%{version}-src.tar.bz2
+# Source0-md5: 04b846adb6f90df2756d297ab02cce21
+Patch0:                %{name}-sh.patch
 URL:           http://heroines.sourceforge.net/firehose.php3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,20 +38,23 @@ Firehose header files and static library.
 Pliki nag³ówkowe i statyczna biblioteka firehose.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p1
 
 %build
 %{__make} \
        GCC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags}" \
+       TARGET=pld
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir},%{_bindir}}
 
-install firerecv firesend firepipe $RPM_BUILD_ROOT%{_bindir}
-install libfirehose.a $RPM_BUILD_ROOT%{_libdir}
+install pld/{firerecv,firesend,firepipe,dateserve,dateget,bottom,extract} $RPM_BUILD_ROOT%{_bindir}
+install pld/libfirehose.a $RPM_BUILD_ROOT%{_libdir}
 install firehose*.h $RPM_BUILD_ROOT%{_includedir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.040927 seconds and 4 git commands to generate.