]> git.pld-linux.org Git - packages/dstreamserv.git/commitdiff
- up to -2, added gcc3-fix-cpp-mmazur-patch
authorspeedy <speedy@pld-linux.org>
Sun, 28 Dec 2003 14:11:17 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dstreamserv.spec -> 1.13

dstreamserv.spec

index 1c5c75085fc9c5f8a449b747f036a97f6f74bd6c..41626a97ee9a158eab487e6a205b8ebf04a789c9 100644 (file)
@@ -3,12 +3,13 @@ Summary:      Darwin Streaming Server
 Summary(pl):   Serwer strumieni z Darwina
 Name:          dstreamserv
 Version:       4.1.2
-Release:       2
+Release:       3
 License:       APSL
 Group:         Networking/Daemons
 Source0:       DSS-4_1_2.src.tar.gz
 # Source0-md5: 521975dcfe9d7b64653112b4e1749e47
 Source1:       %{name}.init
+Patch0:                %{name}-Buildit.patch
 URL:           http://www.publicsource.apple.com/projects/streaming/
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
@@ -38,8 +39,11 @@ Przyk
 
 %prep
 %setup -q -n DSS-4_1_2.src
+%patch0 -p1 
 
 %build
+export CC=%{__cxx}
+export CXX=%{__cxx}
 ./buildtarball
 tar -xvzf DarwinStreamingSrvr4.1.2-Linux.tar.gz
 cd DarwinStreamingSrvr4.1.2-Linux
This page took 0.047901 seconds and 4 git commands to generate.