]> git.pld-linux.org Git - packages/firehose.git/commitdiff
- 0.5.0
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Feb 2003 23:13:24 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firehose.spec -> 1.3

firehose.spec

index d95500322b18d49beeb2d2e3d5852bbb7f79b589..955650a191553971f2e0f47a58f2a4835a0f36a2 100644 (file)
@@ -1,11 +1,11 @@
 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.5.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
 URL:           http://heroines.sourceforge.net/firehose.php3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,15 +41,17 @@ Pliki nag
 %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.066802 seconds and 4 git commands to generate.