rpms/valknut/F-9 sources,1.7,1.8 valknut.spec,1.15,1.16

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon Feb 16 21:31:31 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/valknut/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16985

Modified Files:
	sources valknut.spec 
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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	29 Jan 2009 14:05:39 -0000	1.7
+++ sources	16 Feb 2009 21:31:00 -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/F-9/valknut.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- valknut.spec	29 Jan 2009 14:05:39 -0000	1.15
+++ valknut.spec	16 Feb 2009 21:31:01 -0000	1.16
@@ -1,21 +1,23 @@
 Name:           valknut
-Version:        0.4.8
+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
+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.
 
@@ -23,21 +25,23 @@
 %prep
 %setup -q
 
-
 %build
 %configure --enable-mt
-make %{?_smp_mflags}
+make -k %{?_smp_mflags}
 
 
 %install
 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
@@ -60,6 +64,17 @@
 %{_mandir}/man1/valknut.1.gz
 
 %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
+
 * Wed Jan 28 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.4.8-1
 - Update to 0.4.8
 - Switch to QT4




More information about the fedora-extras-commits mailing list