From 2107fba3bdd6f33f1755a8eb2abc7732e3f200b3 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Sun, 20 Jun 2010 18:10:40 +0800 Subject: remove unrelated packages --- dreampie/F-13/dreampie.spec | 51 --------- gmchess/F-13/gmchess.spec | 59 ---------- gsopcast/F-13/gsopcast-build.patch | 25 ----- gsopcast/F-13/gsopcast-desktop.patch | 15 --- gsopcast/F-13/gsopcast.spec | 54 --------- linux-fetion/F-13/linux-fetion-1.3-desktop.patch | 12 -- linux-fetion/F-13/linux-fetion.spec | 98 ---------------- .../F-13/mentohust-0.3.4-missing-header-file.patch | 14 --- mentohust/F-13/mentohust.spec | 54 --------- openfetion/F-13/openfetion-1.6.1-desktop.patch | 18 --- openfetion/F-13/openfetion.spec | 72 ------------ ...sdlyrics-0.3.20100604-chardetect-cxxflags.patch | 32 ------ .../F-13/osdlyrics-0.3.20100604-desktop.patch | 17 --- osdlyrics/F-13/osdlyrics.spec | 124 --------------------- qipmsg/F-13/Makefile | 1 - qipmsg/F-13/qipmsg.spec | 70 ------------ qsopcast/F-13/qsopcast-desktop.patch | 18 --- qsopcast/F-13/qsopcast.spec | 72 ------------ ruijieclient/F-13/ruijieclient.spec | 52 --------- sopcast-player/F-13/sopcast-player.spec | 57 ---------- sp-auth/F-13/sp-auth.spec | 47 -------- 21 files changed, 962 deletions(-) delete mode 100644 dreampie/F-13/dreampie.spec delete mode 100644 gmchess/F-13/gmchess.spec delete mode 100644 gsopcast/F-13/gsopcast-build.patch delete mode 100644 gsopcast/F-13/gsopcast-desktop.patch delete mode 100644 gsopcast/F-13/gsopcast.spec delete mode 100644 linux-fetion/F-13/linux-fetion-1.3-desktop.patch delete mode 100644 linux-fetion/F-13/linux-fetion.spec delete mode 100644 mentohust/F-13/mentohust-0.3.4-missing-header-file.patch delete mode 100644 mentohust/F-13/mentohust.spec delete mode 100644 openfetion/F-13/openfetion-1.6.1-desktop.patch delete mode 100644 openfetion/F-13/openfetion.spec delete mode 100644 osdlyrics/F-13/osdlyrics-0.3.20100604-chardetect-cxxflags.patch delete mode 100644 osdlyrics/F-13/osdlyrics-0.3.20100604-desktop.patch delete mode 100644 osdlyrics/F-13/osdlyrics.spec delete mode 100644 qipmsg/F-13/Makefile delete mode 100644 qipmsg/F-13/qipmsg.spec delete mode 100644 qsopcast/F-13/qsopcast-desktop.patch delete mode 100644 qsopcast/F-13/qsopcast.spec delete mode 100644 ruijieclient/F-13/ruijieclient.spec delete mode 100644 sopcast-player/F-13/sopcast-player.spec delete mode 100644 sp-auth/F-13/sp-auth.spec diff --git a/dreampie/F-13/dreampie.spec b/dreampie/F-13/dreampie.spec deleted file mode 100644 index 6c8cd09..0000000 --- a/dreampie/F-13/dreampie.spec +++ /dev/null @@ -1,51 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: dreampie -Version: 1.0.2 -Release: 0.wks.1 -BuildArch: noarch -Summary: The Python shell you've always dreamed about! - -Group: Development/Libraries -License: GNU GPL v3 -URL: http://dreampie.sourceforge.net/ -Source0: http://launchpad.net/dreampie/trunk/1.0.2/+download/dreampie-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - -BuildRequires: python -Requires: pygtk2 -Requires: pygtksourceview - -%description -DreamPie is a Python shell which is designed to be reliable and fun. - - -%prep -%setup -q - - -%build -python setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -python setup.py install --prefix=$RPM_BUILD_ROOT/usr - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc COPYING README -%{_bindir}/** -%{python_sitelib}/** -%{_datadir}/** - - -%changelog -* Mon May 17 2010 Kunshan Wang 1.0.2-0.wks.1 -- Initial RPM release - diff --git a/gmchess/F-13/gmchess.spec b/gmchess/F-13/gmchess.spec deleted file mode 100644 index d111651..0000000 --- a/gmchess/F-13/gmchess.spec +++ /dev/null @@ -1,59 +0,0 @@ -Name: gmchess -Version: 0.20.6 -Release: 1%{?dist} -Summary: Chinese Chess with GTKmm and C++ - -Group: Amusements/Games -License: GPLv2 -URL: http://code.google.com/p/gmchess/ -Source0: http://gmchess.googlecode.com/files/%{name}-%{version}.tar.bz2 -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - -BuildRequires: gtkmm24-devel >= 2.6.0 intltool -#Requires: gtkmm24 - -%description -%{summary} - -%prep -%setup -q - - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README -%{_bindir}/* -%{_libdir}/libeval.so.* -%exclude %{_libdir}/*.so -%exclude %{_libdir}/*.a -%exclude %{_libdir}/*.la -%{_datadir}/applications/* -%{_datadir}/%{name} -%{_datadir}/man/*/* -%{_datadir}/pixmaps/* - - - -%changelog -* Mon Jun 14 2010 Robin Lee - 0.20.6-1 -- renewed - -* Thu May 6 2010 Kunshan Wang 0.20.6-0.wks.1 -- Initial RPM release diff --git a/gsopcast/F-13/gsopcast-build.patch b/gsopcast/F-13/gsopcast-build.patch deleted file mode 100644 index 80770df..0000000 --- a/gsopcast/F-13/gsopcast-build.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Naur gsopcast-0.4.0/src/channel.cc gsopcast-0.4.0-new/src/channel.cc ---- gsopcast-0.4.0/src/channel.cc 2008-01-09 17:55:39.000000000 +0800 -+++ gsopcast-0.4.0-new/src/channel.cc 2010-03-21 09:26:44.720387730 +0800 -@@ -206,8 +206,8 @@ - buf_pt = strstr(buf_pt, "type=\""); - buf_pt += strlen("type=\""); - found = FALSE; -- if (*buf_pt != '0') ///filter -- found = TRUE; -+ //if (*buf_pt != '0') ///filter -+ //found = TRUE; - /////////////statistics - //for (i = 0; i < 9; i++) { - for (i = 0; i < 12; i++) { -diff -Naur gsopcast-0.4.0/src/header.h gsopcast-0.4.0-new/src/header.h ---- gsopcast-0.4.0/src/header.h 2008-01-09 17:55:39.000000000 +0800 -+++ gsopcast-0.4.0-new/src/header.h 2010-03-21 09:23:44.978388612 +0800 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/gsopcast/F-13/gsopcast-desktop.patch b/gsopcast/F-13/gsopcast-desktop.patch deleted file mode 100644 index 3043679..0000000 --- a/gsopcast/F-13/gsopcast-desktop.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- gsopcast-0.4.0/data/gsopcast.desktop.in.in 2008-01-17 22:02:25.000000000 +0800 -+++ gsopcast-0.4.0-new/data/gsopcast.desktop.in.in 2010-03-21 09:51:53.007388317 +0800 -@@ -1,10 +1,9 @@ - [Desktop Entry] --Encoding=UTF-8 - _Name=Gsopcast - _Comment=Streaming Direct Broadcast System based on P2P - Exec=gsopcast - Terminal=false - Type=Application - StartupNotify=true --Icon=gsopcast.png --Categories=Application;Multimedia;AudioVideo; -+Icon=gsopcast -+Categories=AudioVideo;Video; diff --git a/gsopcast/F-13/gsopcast.spec b/gsopcast/F-13/gsopcast.spec deleted file mode 100644 index 26f4665..0000000 --- a/gsopcast/F-13/gsopcast.spec +++ /dev/null @@ -1,54 +0,0 @@ -Name: gsopcast -Version: 0.4.0 -Release: 1%{?dist} -Summary: A GUI for SopCast P2P streaming media - -Group: Applications/Multimedia -License: GPLv2+ -URL: http://code.google.com/p/gsopcast/ -Source0: http://gsopcast.googlecode.com/files/%{name}-%{version}.tar.bz2 -Patch0: gsopcast-build.patch -Patch1: gsopcast-desktop.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: gtk2-devel -BuildRequires: alsa-lib-devel -BuildRequires: intltool -Requires: /usr/bin/sp-sc - -%description -GSopCast is a GUI for SopCast P2P streaming media. - -%prep -%setup -q -%patch0 -p1 -b .fix -%patch1 -p1 -b .fix - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%find_lang %{name} - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -f %{name}.lang -%defattr(-,root,root,-) -%{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/%{name}.png -%doc AUTHORS ChangeLog COPYING README - - - -%changelog -* Sun Mar 21 2010 Cheese Lee - 0.4.0-1 -- Initial packaging by Cheese Lee diff --git a/linux-fetion/F-13/linux-fetion-1.3-desktop.patch b/linux-fetion/F-13/linux-fetion-1.3-desktop.patch deleted file mode 100644 index 49f652d..0000000 --- a/linux-fetion/F-13/linux-fetion-1.3-desktop.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- misc/LibFetion.desktop 2009-12-31 23:41:32.000000000 +0800 -+++ misc/LibFetion.desktop.new 2010-06-13 21:29:44.593520546 +0800 -@@ -6,7 +6,6 @@ - GenericName[zh_CN]=Linux 飞信第三方客户程序 - Comment=Linux Fetion - Comment[zh_CN]=Linux 飞信第三方客户程序 --MimeTypes= --Icon=fetion.png --Categories=Qt;KDE;Network -+Icon=linux-fetion -+Categories=Qt;KDE;Network; - Terminal=false diff --git a/linux-fetion/F-13/linux-fetion.spec b/linux-fetion/F-13/linux-fetion.spec deleted file mode 100644 index 74908f8..0000000 --- a/linux-fetion/F-13/linux-fetion.spec +++ /dev/null @@ -1,98 +0,0 @@ -Name: linux-fetion -Version: 1.3 -Release: 3%{?dist} -Summary: Fetion for linux - -Group: Applications/Internet -License: GPLv2 -URL: http://code.google.com/p/libfetion-gui/ -Source0: http://libfetion-gui.googlecode.com/files/linux_fetion_v%{version}.tar.gz -# fix the desktop entry -Patch0: linux-fetion-1.3-desktop.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: qt4-devel >= 4.5.0 -BuildRequires: libcurl-devel openssl-devel libstdc++-devel -BuildRequires: desktop-file-utils -#Requires: curl - -%description -Fetion GUI Applictions of China Mobile's Fetion IM, -which is based on libfetion library. - -%prep -%setup -q -n linux_fetion_v%{version} -%patch0 -p0 -b .fix -%ifarch x86_64 -./64_libfetion.sh -%endif - -%build -%_qt4_qmake LIBS+=" -ldl" -make %{?_smp_mflags} - - -%install -rm -rf %{buildroot} - -install -Dm 0644 ./misc/fetion.png %{buildroot}%{_datadir}/pixmaps/linux-fetion.png - -mkdir -p %{buildroot}%{_datadir}/libfetion/ -cp -rf resource skins %{buildroot}%{_datadir}/libfetion/ -find %{buildroot}%{_datadir}/libfetion/ -type f -execdir chmod 0644 '{}' + - -desktop-file-install --dir=%{buildroot}%{_datadir}/applications \ - ./misc/LibFetion.desktop - -install -Dm 0755 linux-fetion %{buildroot}%{_bindir}/linux-fetion - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc README COPYING ChangeLog CREDITS.txt -%{_bindir}/linux-fetion -%{_datadir}/pixmaps/linux-fetion.png -%{_datadir}/libfetion/ -%{_datadir}/applications/LibFetion.desktop - -%changelog -* Sun Jun 13 2010 Robin Lee - 1.3-3 -- change icon name -- fix F-13 DSO linking problem - -* Mon Mar 8 2010 Cheese Lee - 1.3-2 -- Many fixed - -* Thu Jan 14 2010 Cheese Lee - 1.3-1 -- Update to Offical version 1.3 - -* Sun Nov 29 2009 Tommy He -1.2 -- Update to Offical version 1.2 - -* Fri Oct 2 2009 Tommy He -1.1 -- Update to Offical version 1.1 - -* Fri Jul 3 2009 Gcell - 1.0-1 -- Update to offical version 1.0 - -* Mon Jun 15 2009 Gcell - 1.0_a2-2 -- Fix files missing in source and update the spec file - -* Mon Jun 15 2009 Gcell - 1.0_a2-1 -- Update to alpha version 1.0_a2 - -* Sat Feb 21 2009 Gcell - 0.9.2-2 -- update to 0.9.2 official version -- Fixed some mistakes in the spec - -* Tue Feb 17 2009 Gcell - 0.9.2-1 -- update to version 0.9.2 - -* Wed Dec 17 2008 Gcell - 0.9.1-1 -- update x86_64 prepare option - -* Sun Dec 14 2008 Gcell - 0.9.1-1 -- Initial libfetion package diff --git a/mentohust/F-13/mentohust-0.3.4-missing-header-file.patch b/mentohust/F-13/mentohust-0.3.4-missing-header-file.patch deleted file mode 100644 index 28b2447..0000000 --- a/mentohust/F-13/mentohust-0.3.4-missing-header-file.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur mentohust-0.3.4/src/mycheck.c mentohust-0.3.4.new/src/mycheck.c ---- mentohust-0.3.4/src/mycheck.c 2010-04-22 19:56:01.000000000 +0800 -+++ mentohust-0.3.4.new/src/mycheck.c 2010-06-02 14:54:16.666911721 +0800 -@@ -6,6 +6,10 @@ - * 摘 要:客户端校验算法 - * 作 者:kkHAIKE - */ -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ - #include "mycheck.h" - #include "myini.h" - #include "md5_a.h" diff --git a/mentohust/F-13/mentohust.spec b/mentohust/F-13/mentohust.spec deleted file mode 100644 index 8096b9f..0000000 --- a/mentohust/F-13/mentohust.spec +++ /dev/null @@ -1,54 +0,0 @@ -Name: mentohust -Version: 0.3.4 -Release: 1%{?dist} -Summary: A Ruijie and Cernet supplicant -Summary(zh_CN.UTF-8): 锐捷和塞尔认证 - -Group: Applications/Internet -License: BSD -URL: http://code.google.com/p/mentohust/ -Source0: http://mentohust.googlecode.com/files/mentohust-%{version}.tar.gz -Patch0: mentohust-0.3.4-missing-header-file.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: libpcap - -%description -This package contains a Ruijie and Cernet supplicant from HustMoon Studio. - -See %{_defaultdocdir}/%{name}-%{version}/README for more information. - -%description -l zh_CN.UTF-8 -mentohust是用来进行锐捷和塞尔认证的。因为官方没有Linux版本或者Linux版本很不好用 -^_^ - -详见 %{_defaultdocdir}/%{name}-%{version}/README - - -%prep -%setup -q -%patch0 -p1 -b .fix - - -%build -%configure --docdir=%{_defaultdocdir}/%{name}-%{version} -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%find_lang %{name} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-,root,root,-) -%{_bindir}/mentohust -%config %{_sysconfdir}/mentohust.conf -%{_mandir}/man1/mentohust* -%doc %{_defaultdocdir}/%{name}-%{version}/* - -%changelog diff --git a/openfetion/F-13/openfetion-1.6.1-desktop.patch b/openfetion/F-13/openfetion-1.6.1-desktop.patch deleted file mode 100644 index 1ef2b7e..0000000 --- a/openfetion/F-13/openfetion-1.6.1-desktop.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: resource/openfetion.desktop -=================================================================== ---- resource/openfetion.desktop (revision 37) -+++ resource/openfetion.desktop (working copy) -@@ -1,12 +1,11 @@ - [Desktop Entry] --Encoding=UTF-8 - Name=OpenFetion - Name[en_GB]=OpenFetion - Name[zh_CN]=飞信(OpenFetion) - Comment=Fetion For Linux - Comment[zh_CN]=Linux版飞信客户端 - Exec=openfetion --Icon=/usr/local/share/icons/fetion.jpg -+Icon=fetion - StartupNotify=true - Terminal=false - Type=Application diff --git a/openfetion/F-13/openfetion.spec b/openfetion/F-13/openfetion.spec deleted file mode 100644 index bca684e..0000000 --- a/openfetion/F-13/openfetion.spec +++ /dev/null @@ -1,72 +0,0 @@ -Name: openfetion -Version: 1.6.1 -Release: 2%{?dist} -Summary: A Fetion client written using GTK+ 2 - -Group: Applications/Internet -License: GPLv2+ -URL: http://basiccoder.com/openfetion -Source0: http://sourceforge.net/projects/ofetion/files/%{name}-%{version}.tar.gz -Patch0: openfetion-1.6.1-desktop.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root - -BuildRequires: libxml2-devel, openssl-devel, gtk2-devel, libnotify-devel -BuildRequires: gstreamer-devel -# to make an acceptable icon -BuildRequires: ImageMagick - -%package devel -Summary: Development files for Openfetion -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: libxml2-devel, openssl-devel, gtk2-devel, libnotify-devel -Requires: gstreamer-devel - -%description -Openfetion is a Fetion client written using GTK+ 2, based on Fetion v4 protocol. - -%description devel -This package contains header files needed for developing software which uses -Openfetion. - -%prep -%setup -q -%patch0 -p0 - - -%build -%configure -make %{?_smp_mflags} -convert skin/fetion.jpg fetion.png - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -install -Dpm 644 fetion.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/fetion.png - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING LICENSE README -%{_bindir}/* -%{_datadir}/%{name}/ -%{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/fetion.png - -%files devel -%defattr(-,root,root,-) -%{_includedir}/* - -%changelog -* Sun Jun 13 2010 Robin Lee - 1.6.1-2 -- Spec file massively renewed with reference to the one from Kunshan Wang - - -* Sat Jun 12 2010 Xuqing Kuang - 1.6.1-1 -- Initial build. - diff --git a/osdlyrics/F-13/osdlyrics-0.3.20100604-chardetect-cxxflags.patch b/osdlyrics/F-13/osdlyrics-0.3.20100604-chardetect-cxxflags.patch deleted file mode 100644 index d6f2a65..0000000 --- a/osdlyrics/F-13/osdlyrics-0.3.20100604-chardetect-cxxflags.patch +++ /dev/null @@ -1,32 +0,0 @@ -Index: lib/chardetect/src/Makefile -=================================================================== ---- lib/chardetect/src/Makefile (revision 364) -+++ lib/chardetect/src/Makefile (working copy) -@@ -1,10 +1,4 @@ --CXXFLAGS = \ -- -c -I./tables \ -- -Os -Wall \ -- -fno-rtti -fno-exceptions \ -- -fvisibility=hidden -fvisibility-inlines-hidden \ -- -nostdinc++ \ -- -D_REENTRANT -+CXXFLAGS += -c -I./tables - - LDFLAGS = - -Index: lib/chardetect/Makefile -=================================================================== ---- lib/chardetect/Makefile (revision 364) -+++ lib/chardetect/Makefile (working copy) -@@ -1,10 +1,5 @@ - TARGET=chardetect.a --CXXFLAGS=-c \ -- -O2 \ -- -fno-rtti -fno-exceptions \ -- -fvisibility=hidden -fvisibility-inlines-hidden \ -- -nostdinc++ \ -- -D_REENTRANT -I./src -I./include -+CXXFLAGS += -c -I./src -I./include - - SUBDIRS=src - #DESTLIBDIR=/usr/lib/pcmanx/addons diff --git a/osdlyrics/F-13/osdlyrics-0.3.20100604-desktop.patch b/osdlyrics/F-13/osdlyrics-0.3.20100604-desktop.patch deleted file mode 100644 index ef456ea..0000000 --- a/osdlyrics/F-13/osdlyrics-0.3.20100604-desktop.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: data/osd-lyrics.desktop -=================================================================== ---- data/osd-lyrics.desktop (revision 364) -+++ data/osd-lyrics.desktop (working copy) -@@ -5,10 +5,10 @@ - GenericName=Media Player - Comment=Download and display lyrics, support multiple media players - Comment[zh_CN]=支持多种播放器和自动下载歌词的桌面歌词秀 --Icon=osd-lyrics.png -+Icon=osd-lyrics - StartupNotify=true - Terminal=false - Type=Application --Categories=GNOME;Audio;Music;Player;AudioVideo;X-Ximian-Main;X-Novell-Main;X-Red-Hat-Base; -+Categories=GTK;GNOME;AudioVideo;Education;Audio;Music;Player;X-Ximian-Main;X-Novell-Main;X-Red-Hat-Base; - MimeType= - X-Ubuntu-Gettext-Domain=osd-lyrics diff --git a/osdlyrics/F-13/osdlyrics.spec b/osdlyrics/F-13/osdlyrics.spec deleted file mode 100644 index 8be17ac..0000000 --- a/osdlyrics/F-13/osdlyrics.spec +++ /dev/null @@ -1,124 +0,0 @@ -%global elfname osd-lyrics - -Name: osdlyrics -Version: 0.3.20100604 -Release: 2%{?dist} -Summary: An OSD lyric show compatible with various media players - -Group: Applications/Multimedia -License: GPLv3 -URL: http://code.google.com/p/osd-lyrics/ -Source0: http://osd-lyrics.googlecode.com/files/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: osdlyrics-0.3.20100604-desktop.patch -# Use our CXXFLAGS to properly generate debuginfo -Patch1: osdlyrics-0.3.20100604-chardetect-cxxflags.patch -BuildRequires: gtk2-devel, dbus-glib-devel, libcurl-devel, sqlite-devel -BuildRequires: libnotify-devel, xmms2-devel, libmpd-devel, gettext-devel -BuildRequires: libtool -#Requires: gtk2, dbus-glib, libcurl, libglade2 - -%description -Osd-lyrics is a third-party lyrics display program, -and focus on OSD lyrics display. - -%prep -%setup -q -%patch0 -p0 -%patch1 -p0 - -%build -aclocal -autoconf -automake --add-missing -%configure -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%find_lang %{elfname} - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%files -f %{elfname}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS* README* -%{_bindir}/%{elfname} -%{_datadir}/applications/%{elfname}.desktop -%{_datadir}/icons/hicolor/*/*/%{elfname}* -%{_datadir}/%{elfname}/ - - -%changelog -* Sun Jun 13 2010 Robin Lee - 0.3.20100604-2 -- Spec file massively rewritten - -* Wed Jun 09 2010 Liang Suilong 0.3.20100604-1 -- Add Juk and Qmmp support -- Add app indicator support for Ubuntu 10.04 -- Add singleton detection -- Honor MPD_HOST and MPD_PORT environment variables for MPD -- The `mouse click through' feature is back for GTK+ 2.20 users -- The appearance under a window manager without compositing support is correct now -- It won't crash now when you open the lyric assign dialog more than once -- The first line of lyric will not be lost when there is a BOM of utf-8 in the file. -- Fix that the last lyric doesn't get its progress with Rhythmbox. - -* Wed Mar 31 2010 Liang Suilong 0.3.20100330-1 -- Download lyrics from MiniLyrics -- Player control on background panel of OSD Window -- Encoding detection of LRC files -- Display player icon in notification -- FIX: Can not hide OSD Window -- FIX: Advance/delay offset doesn't work from popup menu -- Some minor fixes -- Drop amarok-1.4 support - -* Fri Feb 12 2010 Liang Suilong 0.3.20100212-1 -- Choose which lyric to download if there are more than one candidates -- Search lyrics manually -- Adjust lyric delay -- Support Quod Libet -- Display track infomation on tooltip of the trayicon -- Show notification of track infomation on track change -- Launch prefered player if no supported player is running -- A more graceful background on OSD Window -- Use themeable icons -- FIX: Crashes when hiding OSD Window under some distribution - -* Tue Feb 02 2010 Liang Suilong 0.2.20100201-1 -- FIX The program will not crash when DNS lookup timeout on searching or downloading lyrics - -* Tue Feb 02 2010 Liang Suilong 0.2.20100201-1 -- FIX The program will not crash when DNS lookup timeout on searching or downloading lyrics - -* Sat Jan 09 2010 Liang Suilong 0.2.20100109-1 -- Add MOC support -- Fix dowloading fails when title or artist is not set - -* Wed Dec 30 2009 Liang Suilong 0.2.20091227-1 -- Add mpd support -- Add BR: libmpd-devel -- Enable Amarok 1.4 support - -* Tue Sep 22 2009 Liang Suilong 0.2.20090919-2 -- Add gettext-devel as BuildRequires - -* Sat Sep 19 2009 Liang Suilong 0.2.20090919-1 -- Inital package for Fedora diff --git a/qipmsg/F-13/Makefile b/qipmsg/F-13/Makefile deleted file mode 100644 index 232be15..0000000 --- a/qipmsg/F-13/Makefile +++ /dev/null @@ -1 +0,0 @@ -srpm: diff --git a/qipmsg/F-13/qipmsg.spec b/qipmsg/F-13/qipmsg.spec deleted file mode 100644 index e882879..0000000 --- a/qipmsg/F-13/qipmsg.spec +++ /dev/null @@ -1,70 +0,0 @@ -Name: qipmsg -Summary: IP Messenger clone written in Qt4 -License: GPLv2 -Group: Applications/Communications -URL: http://code.google.com/p/qipmsg/ -Version: 1.0.0 -Release: 1%{?dist} -Source0: http://qipmsg.googlecode.com/files/%{name}-%{version}.tar.bz2 - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: qt4-devel -BuildRequires: alsa-lib-devel -Requires: xdg-utils - -%description -This package contains an IP Messenger clone developed with the Qt4 toolkit. - -IP Messenger is a pop up style message communication software for multiple -platforms. It is based on TCP/IP(UDP). - -%prep -%setup -q - -# use %{?_smp_mflags} -sed -i '/cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) make/s!$! %{?_smp_mflags}!' Makefile - -%build -make PREFIX=%{_prefix} DOC_PATH=%{_docdir}/%{name}-%{version}/ - -%install -rm -rf %{buildroot} -make PREFIX=%{_prefix} DESTDIR=%{buildroot} \ - DOC_PATH=%{_docdir}/%{name}-%{version}/ install - -%clean -rm -rf %{buildroot} - -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%files -%defattr (-,root,root,-) -%{_docdir}/%{name}-%{version}/ -%{_bindir}/qipmsg -%{_bindir}/qipmsg-xdg-open -%{_datadir}/applications/qipmsg.desktop -%{_datadir}/pixmaps/qipmsg.png -%{_datadir}/icons/hicolor/*/apps/qipmsg.png -%{_datadir}/qipmsg/ - -%changelog -* Sun Jun 13 2010 Robin Lee - 1.0.0-1 -- update to 1.0.0 - -* Fri May 7 2010 Robin Lee - 0.9.9-1 -- update to 0.9.9 - -* Mon May 3 2010 Robin Lee - 0.9.7-1 -- update to 0.9.7 - -* Wed Feb 17 2010 Robin Lee - 0.9.5-1 -- Initial packaging for Fedora based on the spec file from the upstream diff --git a/qsopcast/F-13/qsopcast-desktop.patch b/qsopcast/F-13/qsopcast-desktop.patch deleted file mode 100644 index 6bafbb2..0000000 --- a/qsopcast/F-13/qsopcast-desktop.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 deleted file mode 100644 index 257f288..0000000 --- a/qsopcast/F-13/qsopcast.spec +++ /dev/null @@ -1,72 +0,0 @@ -#%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 - 0.4.86-1 -- Update to 0.4.86 -- Patched desktop file -- Changed group - -* Tue Feb 2 2010 Cheese Lee - 0.4.85-1 -- Update to 0.4.85 - -* Thu May 07 2009 Liu Di - 0.3.6-1 -- 与 sopcast 分开打包 -- 升级到 0.3.6 - -* Tue Nov 28 2006 Liu Di - 0.2.4-4mgc -- update sp-sc to 1.0.1 - -* Mon Oct 23 2006 Liu Di - 0.2.4-1mgc -- initial RPM diff --git a/ruijieclient/F-13/ruijieclient.spec b/ruijieclient/F-13/ruijieclient.spec deleted file mode 100644 index 535c60e..0000000 --- a/ruijieclient/F-13/ruijieclient.spec +++ /dev/null @@ -1,52 +0,0 @@ -%define build_number 1 -%define debug_package %{nil} - -Name: ruijieclient -Version: 0.8.2 -Release: %{build_number}%{?dist} -Summary: a ruijie network supplicant for GNU/Linux - -Group: Applications/Internet -License: LGPLv2+ -URL: http://code.google.com/p/ruijieclient/ -Source0: http://ruijieclient.googlecode.com/files/ruijieclient-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}_%{version}-%{release}-root_%(%{__id_u} -n) - -BuildRequires: libpcap-devel glibc-devel libxml2-devel -Requires: libpcap glibc kernel libxml2 - -%description -RuijieClient is a ruijie network supplicant for GNU/Linux which is based on mystar, but re-writed form scratch. - -%prep -%setup -q - -%build -%configure -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT - -make install DESTDIR=$RPM_BUILD_ROOT -chmod 4755 $RPM_BUILD_ROOT/usr/bin/ruijieclient - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -update-desktop-database %{_datadir}/applications &>/dev/null || : - - -%postun -update-desktop-database %{_datadir}/applications &>/dev/null || : - -%files -%defattr(-,root,root,-) -%{_prefix}/bin/ruijieclient -%{_docdir}/ruijieclient/README - -%changelog - -* Sat Jun 13 2009 Gong Han - 0.8-1 -- Creat a spec file diff --git a/sopcast-player/F-13/sopcast-player.spec b/sopcast-player/F-13/sopcast-player.spec deleted file mode 100644 index d907f59..0000000 --- a/sopcast-player/F-13/sopcast-player.spec +++ /dev/null @@ -1,57 +0,0 @@ -Name: sopcast-player -Version: 0.3.2 -Release: 1%{?dist} -Group: Applications/Internet -Summary: A GUI front-end to SopCast -License: GPLv2+ -URL: http://code.google.com/p/sopcast-player/ -Source0: http://sopcast-player.googlecode.com/files/%{name}-%{version}.tar.gz -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gettext python-setuptools desktop-file-utils -Requires: python >= 2.4.3 vlc >= 0.9.4 vlc-devel >= 0.9.4 sp-auth >= 3.0.1 -Requires: hicolor-icon-theme pygtk2-libglade - -%description -SopCast Player is designed to be an easy to use Linux GUI front-end for the p2p -streaming technology developed by SopCast. SopCast Player features an -integrated video player, a channel guide, and bookmarks. Once SopCast Player is -installed it simply "just works" with no required configuration. - -%prep -%setup -q -n %{name} - -%build -make INSTALLDIR=%{_libdir}/%{name} %{?_smp_flags} - -%install -rm -fr %{buildroot} -make install INSTALLDIR=%{_libdir}/%{name} DESTDIR=%{buildroot} -desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop -%find_lang %{name} - -%clean -rm -fr %{buildroot} - -%post -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ] ; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ] ; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING -%{_bindir}/%{name} -%{_libdir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg - -%changelog -* Sun Feb 17 2009 Orcan Ogetbil - 0.3.1-1 -- Initial build diff --git a/sp-auth/F-13/sp-auth.spec b/sp-auth/F-13/sp-auth.spec deleted file mode 100644 index 9f39498..0000000 --- a/sp-auth/F-13/sp-auth.spec +++ /dev/null @@ -1,47 +0,0 @@ -Name: sp-auth -Version: 3.2.6 -Release: 1%{?dist} -Summary: A P2P streaming media program - -Group: Applications/Multimedia -License: Commercial -URL: http://www.sopcast.cn/ -Source0: http://download.sopcast.cn/download/sp-auth.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -AutoReq: 0 - -#Requires: /usr/lib/libstdc++.so.5 -Requires: libstdc++.so.5 -#ExclusiveArch: %ix86 - - -%description -A P2P streaming media program - -%prep -%setup -q -nsp-auth - - -%build - - -%install -rm -rf $RPM_BUILD_ROOT -%__install -D -m 0755 sp-sc-auth $RPM_BUILD_ROOT%{_bindir}/sp-sc-auth -%__ln_s sp-sc-auth $RPM_BUILD_ROOT%{_bindir}/sp-sc - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc Readme -%{_bindir}/sp-sc-auth -%{_bindir}/sp-sc - - - -%changelog -* Tue Feb 2 2010 Cheese Lee - 3.2.6-1 -- An initial spec file from Cheese Lee -- cgit