rpms/valknut/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 valknut.spec, 1.19, 1.20 valknut-gcc44.patch, 1.3, NONE

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon Feb 16 17:46:42 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/valknut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5913

Modified Files:
	.cvsignore sources valknut.spec 
Removed Files:
	valknut-gcc44.patch 
Log Message:
- Update to 0.4.9
- Removed gcc4.4 patch (merged upstream)
- Fixed typo in description
- Fixed license tag
- Added oxygen/gnome icons themes as sources




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	29 Jan 2009 12:29:41 -0000	1.7
+++ .cvsignore	16 Feb 2009 17:46:12 -0000	1.8
@@ -1 +1,3 @@
-valknut-0.4.8.tar.bz2
+valknut-0.4.9.tar.bz2
+valknut-0.4.9-oxygen-icons.tar.gz
+valknut-0.4.9-gnome-icons.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	29 Jan 2009 12:29:41 -0000	1.7
+++ sources	16 Feb 2009 17:46:12 -0000	1.8
@@ -1 +1,3 @@
-5798716892bd101524579c0eeb7d4b4a  valknut-0.4.8.tar.bz2
+c25d68c447cb9deb4262befdde9fccea  valknut-0.4.9.tar.bz2
+d239bde0200907a7912e30f10d9aef9f  valknut-0.4.9-oxygen-icons.tar.gz
+5e41ef96a728a7bef7a4f64e86c60cdc  valknut-0.4.9-gnome-icons.tar.gz


Index: valknut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/devel/valknut.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- valknut.spec	4 Feb 2009 00:23:37 -0000	1.19
+++ valknut.spec	16 Feb 2009 17:46:12 -0000	1.20
@@ -1,32 +1,29 @@
 Name:           valknut
-Version:        0.4.8
-Release:        2%{?dist}
+Version:        0.4.9
+Release:        1%{?dist}
 Summary:        Valknut is a QT Direct Connect client
 
 Group:          Applications/Internet
-License:        GPLv2
+License:        GPLv2+ and LGPLv3+
 URL:            http://sourceforge.net/projects/wxdcgui/
 Source0:        http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2
-Source1:        valknut.desktop
-# Fix the gcc 4.4 build
-# Filed in upstream bugtracker on:
-# https://sourceforge.net/tracker2/?func=detail&aid=2562599&group_id=181579&atid=897767
-Patch0:         valknut-gcc44.patch
+Source1:        http://dl.sourceforge.net/wxdcgui/%{name}-%{version}-oxygen-icons.tar.gz
+Source2:        http://dl.sourceforge.net/wxdcgui/%{name}-%{version}-gnome-icons.tar.gz
+Source3:        valknut.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  dclib-devel >= 0.3.22
+BuildRequires:  dclib-devel >= 0.3.23
 BuildRequires:  qt-devel, desktop-file-utils, bzip2-devel
 BuildRequires:  openssl-devel
 
 %description
-Valknut is a program the uses the Direct Connect protocol. It is compatible
+Valknut is a program that uses the Direct Connect protocol. It is compatible
 with other DC clients, such as the original DC from Neomodus, DC++ and
 derivatives. Valknut also interoperates with all common DC hub software.
 
 
 %prep
 %setup -q
-%patch0
 
 %build
 %configure --enable-mt
@@ -37,11 +34,14 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm ${RPM_BUILD_ROOT}%{_datadir}/applications/valknut.desktop
+# install oxygen icon theme
+tar xzf %{SOURCE1} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name}/icons/appl
+# install gnome icons theme
+tar xzf %{SOURCE2} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name}/icons/appl
 
 desktop-file-install --vendor fedora                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        %{SOURCE1}
-
+        %{SOURCE3}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +65,13 @@
 
 %changelog
 
+* Mon Feb 16 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.4.9-1
+- Update to 0.4.9
+- Removed gcc4.4 patch (merged upstream)
+- Fixed typo in description
+- Fixed license tag
+- Added oxygen/gnome icons themes as sources
+
 * Wed Feb  4 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.4.8-2
 - Added valknut-gcc44.patch to fix the build with gcc 4.4
 


--- valknut-gcc44.patch DELETED ---




More information about the fedora-extras-commits mailing list