summaryrefslogtreecommitdiffstats
path: root/qsopcast
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-06-12 13:18:55 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-06-12 13:18:55 +0800
commitf59b6f1ac73a896cc40e91741f1e5d5ea2c398ff (patch)
treefbca6eaac4f8646075253d36c44a960738902875 /qsopcast
downloadrpm-f59b6f1ac73a896cc40e91741f1e5d5ea2c398ff.tar.gz
rpm-f59b6f1ac73a896cc40e91741f1e5d5ea2c398ff.tar.xz
rpm-f59b6f1ac73a896cc40e91741f1e5d5ea2c398ff.zip
Initial commit
Diffstat (limited to 'qsopcast')
-rw-r--r--qsopcast/F-13/qsopcast-desktop.patch18
-rw-r--r--qsopcast/F-13/qsopcast.spec72
2 files changed, 90 insertions, 0 deletions
diff --git a/qsopcast/F-13/qsopcast-desktop.patch b/qsopcast/F-13/qsopcast-desktop.patch
new file mode 100644
index 0000000..6bafbb2
--- /dev/null
+++ b/qsopcast/F-13/qsopcast-desktop.patch
@@ -0,0 +1,18 @@
+--- src/qsopcast.desktop 2010-03-11 07:33:27.000000000 +0800
++++ src/qsopcast.desktop.new 2010-03-21 10:01:03.787388269 +0800
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Name=qsopcast
++GenericName=Internet TV
+ GenericName[zh_CN]=网络电视
++Comment=P2P Internet TV
+ Comment[zh_CN]=点对点网络电视
+-Comment=P2P network TV
+ Exec=qsopcast
+-Icon=sopcast.xpm
+-Terminal=0
++Icon=sopcast
++Terminal=false
+ Type=Application
+-Categories=Application;Network;
++Categories=Qt;AudioVideo;Video;
diff --git a/qsopcast/F-13/qsopcast.spec b/qsopcast/F-13/qsopcast.spec
new file mode 100644
index 0000000..257f288
--- /dev/null
+++ b/qsopcast/F-13/qsopcast.spec
@@ -0,0 +1,72 @@
+#%define realname qsopcast
+Name: qsopcast
+Group: Applications/Multimedia
+#Group(zh_CN.UTF-8): 应用程序/互联网
+Version: 0.4.86
+Release: 1%{?dist}
+License: GPLv3+
+Summary: A GUI front-end for multiple P2P streaming media
+Summary(zh_CN.UTF-8): P2P 流媒体程序
+URL: http://code.google.com/p/qsopcast/
+Source0: %{name}-%{version}.tar.gz
+Patch0: qsopcast-desktop.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: qt4-devel cmake
+%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
+#Requires: sopcast
+#Requires: xpplive
+#Requires: libpps
+#Requires: xpps
+
+%description
+QSopCast is a GUI front-end for multiple P2P streaming media
+
+%description -l zh_CN.UTF-8
+P2P 的流媒体直播系统。
+
+%prep
+%setup -q
+%patch0 -p0 -b .fix
+
+%build
+mkdir build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=release ..
+
+make %{?smp_flags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd build
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr (-,root,root)
+%{_bindir}/*
+%{_datadir}/pixmaps/*
+%{_datadir}/applications/*
+%{_datadir}/apps/qsopcast/
+
+%changelog
+* Tue Mar 16 2010 Cheese Lee <cheeselee@126.com> - 0.4.86-1
+- Update to 0.4.86
+- Patched desktop file
+- Changed group
+
+* Tue Feb 2 2010 Cheese Lee <cheese@cheese-laptop> - 0.4.85-1
+- Update to 0.4.85
+
+* Thu May 07 2009 Liu Di <liudidi@gmail.com> - 0.3.6-1
+- 与 sopcast 分开打包
+- 升级到 0.3.6
+
+* Tue Nov 28 2006 Liu Di <liudidi@gmail.com> - 0.2.4-4mgc
+- update sp-sc to 1.0.1
+
+* Mon Oct 23 2006 Liu Di <liudidi@gmail.com> - 0.2.4-1mgc
+- initial RPM