summaryrefslogtreecommitdiffstats
path: root/linux-fetion
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-06-13 22:06:14 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-06-13 22:06:14 +0800
commitc286a5290c57eaeacba0604b29039a05d3b65342 (patch)
tree684d7a070b684508d950919e0e43877822899e46 /linux-fetion
parentd95ce41aa4ffa1794908c6cb6dc708118f2967df (diff)
downloadrpm-c286a5290c57eaeacba0604b29039a05d3b65342.tar.gz
rpm-c286a5290c57eaeacba0604b29039a05d3b65342.tar.xz
rpm-c286a5290c57eaeacba0604b29039a05d3b65342.zip
linux-fetion 1.3-3; openfetion 1.6.1-2
Diffstat (limited to 'linux-fetion')
-rw-r--r--linux-fetion/F-13/Makefile0
-rw-r--r--linux-fetion/F-13/linux-fetion-1.3-desktop.patch (renamed from linux-fetion/F-13/linux-fetion-desktop.patch)5
-rw-r--r--linux-fetion/F-13/linux-fetion.spec30
3 files changed, 20 insertions, 15 deletions
diff --git a/linux-fetion/F-13/Makefile b/linux-fetion/F-13/Makefile
deleted file mode 100644
index e69de29..0000000
--- a/linux-fetion/F-13/Makefile
+++ /dev/null
diff --git a/linux-fetion/F-13/linux-fetion-desktop.patch b/linux-fetion/F-13/linux-fetion-1.3-desktop.patch
index c592458..90d1234 100644
--- a/linux-fetion/F-13/linux-fetion-desktop.patch
+++ b/linux-fetion/F-13/linux-fetion-1.3-desktop.patch
@@ -1,11 +1,12 @@
--- misc/LibFetion.desktop 2009-12-31 23:41:32.000000000 +0800
-+++ misc/LibFetion.desktop.new 2010-03-10 15:25:53.032932683 +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
+-Icon=fetion.png
-Categories=Qt;KDE;Network
++Icon=linux-fetion.png
+Categories=Qt;KDE;Network;
Terminal=false
diff --git a/linux-fetion/F-13/linux-fetion.spec b/linux-fetion/F-13/linux-fetion.spec
index 4853529..74908f8 100644
--- a/linux-fetion/F-13/linux-fetion.spec
+++ b/linux-fetion/F-13/linux-fetion.spec
@@ -1,14 +1,14 @@
-Name: linux-fetion
-Version: 1.3
-Release: 2%{?dist}
-Summary: Fetion for linux
-
-Group: Applications/Internet
-License: GPLv2
-URL: http://libfetion-gui.googlecode.com
-Source0: http://libfetion-gui.googlecode.com/files/linux_fetion_v%{version}.tar.gz
+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-desktop.patch
+Patch0: linux-fetion-1.3-desktop.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt4-devel >= 4.5.0
@@ -28,14 +28,14 @@ which is based on libfetion library.
%endif
%build
-%_qt4_qmake
+%_qt4_qmake LIBS+=" -ldl"
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
-install -Dm 0644 ./misc/fetion.png %{buildroot}%{_datadir}/pixmaps/fetion.png
+install -Dm 0644 ./misc/fetion.png %{buildroot}%{_datadir}/pixmaps/linux-fetion.png
mkdir -p %{buildroot}%{_datadir}/libfetion/
cp -rf resource skins %{buildroot}%{_datadir}/libfetion/
@@ -54,11 +54,15 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc README COPYING ChangeLog CREDITS.txt
%{_bindir}/linux-fetion
-%{_datadir}/pixmaps/fetion.png
+%{_datadir}/pixmaps/linux-fetion.png
%{_datadir}/libfetion/
%{_datadir}/applications/LibFetion.desktop
%changelog
+* Sun Jun 13 2010 Robin Lee <robinlee.sysu@gmail.com> - 1.3-3
+- change icon name
+- fix F-13 DSO linking problem
+
* Mon Mar 8 2010 Cheese Lee <cheeselee@126.com> - 1.3-2
- Many fixed