Compare commits

...
Sign in to create a new pull request.

31 commits

Author SHA1 Message Date
Till Maas
567b51e768 2015-12-06: Retired orphaned package, because it was orphaned for
more than six weeks.
2015-12-06 16:58:53 +01:00
Dennis Gilmore
fb05705046 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 01:48:37 +00:00
Kalev Lember
c4295b158d Rebuilt for GCC 5 C++11 ABI change 2015-05-03 00:20:41 +02:00
1686c9b43c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 07:27:52 +00:00
Dennis Gilmore
e04caf06fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:15:04 -05:00
Dennis Gilmore
b69b48f981 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 00:54:35 -05:00
Parag Nemade
8863d7fbc6 Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
- spec cleanup
2013-02-09 21:40:42 +05:30
Dennis Gilmore
c3561dd1db - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:24:33 -05:00
Milos Jakubicek
2f2c7621a2 fix build with gcc 4.7 2012-01-21 15:40:21 +01:00
Dennis Gilmore
d65dc61ad4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:44:35 -06:00
Dennis Gilmore
af1b8443e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:54:47 -06:00
Milos Jakubicek
691d01f9f7 Merge remote branch 'origin/f13/master' 2011-01-19 13:36:51 +01:00
Fedora Release Engineering
9bb2207124 dist-git conversion 2010-07-29 14:53:19 +00:00
Fedora Release Engineering
cd96af0020 dist-git conversion 2010-07-29 14:53:15 +00:00
Jesse Keating
866e3f9b93 Initialize branch F-13 for valknut 2010-02-17 03:24:12 +00:00
Bill Nottingham
f149394d2b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:18 +00:00
Jesse Keating
2c39ccf970 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:43:34 +00:00
Jesse Keating
7c8a91732e - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:45:16 +00:00
Miloš Jakubíček
1b71f686ae - 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
2009-02-16 17:46:12 +00:00
Miloš Jakubíček
3c914cd385 - Added info about upstream ticket url for the gcc 4.4 patch 2009-02-04 00:23:37 +00:00
Miloš Jakubíček
135a7b9e30 - fix tabs/spaces in spec
- next gcc44 patch version
- running "make -k" to discover all the missing headers at once
2009-02-04 00:05:33 +00:00
Miloš Jakubíček
cfc96527df - proper gcc44 patch (unified diff) 2009-02-03 23:55:56 +00:00
Miloš Jakubíček
67f6ea09ce - trying to fix the gcc 4.4 build 2009-02-03 23:41:32 +00:00
Miloš Jakubíček
c565b5eadc -fixed desktop file, this time really. 2009-01-29 14:29:31 +00:00
Miloš Jakubíček
26ea3cf862 - Update to 0.4.8
- Switch to QT4
- Removed Source2:valknut.png (part of the source package now)
- Fixed desktop file
- Man pages
- Many bugfixes, code cleanup etc.
- Upload slot changes
- Major feature changes (together with dclib) mentioned in NEWS from 0.4.0
    to 0.4.7:
0.4.6: Segment size adjustable, Download folders from search, Warnings
    about settings,
0.4.5: More search results returned, Switching active/passive mode,
    StrongDC compatible encryption, Partial list uploads, Search window
    improvements, User list icon changes
0.4.0: Nick tab completion improvements, Chat command improvements,
    Filelist storage changes, Public hubs display improved, /rebuild
    command fixed and improved, Folder search results
2009-01-29 12:29:42 +00:00
Tomáš Mráz
25e46a9cb0 - rebuild with new openssl 2009-01-18 15:04:43 +00:00
Luke Macken
1a33716563 Add qt3-devel to BuildRequires to fix build issue (#440837) 2008-04-04 18:06:12 +00:00
Luke Macken
2560a02d91 Rebuild for gcc 4.3 2008-02-09 02:25:50 +00:00
Luke Macken
fcdc19246c rebuild 2007-12-05 18:58:41 +00:00
Luke Macken
d7c39fabac 0.3.11 2007-10-15 02:06:18 +00:00
Luke Macken
ada178abdf - 0.3.10
- Update License to GPLv2
2007-08-27 19:06:46 +00:00
7 changed files with 3 additions and 127 deletions

View file

@ -1 +0,0 @@
valknut-0.3.8.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: valknut
# $Id$
NAME := valknut
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2015-12-06: Retired orphaned package, because it was orphaned for
more than six weeks.

View file

@ -1 +0,0 @@
d012a074d7aa0db5b687ff58caa10556 valknut-0.3.8.1.tar.bz2

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Name=Valknut
Comment=Direct Connect client
Icon=valknut.png
Exec=valknut --disable-tray
Terminal=false
Type=Application
Categories=Network;Application;X-Fedora;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View file

@ -1,95 +0,0 @@
Name: valknut
Version: 0.3.8.1
Release: 1%{?dist}
Summary: Valknut is a QT Direct Connect client
Group: Applications/Internet
License: GPL
URL: http://sourceforge.net/projects/wxdcgui/
Source0: http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2
Source1: valknut.desktop
Source2: valknut.png
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: dclib-devel = 0.3.8
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
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
%build
unset QTDIR && source %{_sysconfdir}/profile.d/qt.sh
%configure --enable-mt
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%{__install} -p -D -m 644 %{SOURCE2} \
$RPM_BUILD_ROOT%{_datadir}/pixmaps/valknut.png
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
%{SOURCE1}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS README COPYING
%{_bindir}/valknut
%{_datadir}/valknut
%{_datadir}/applications/fedora-valknut.desktop
%{_datadir}/pixmaps/valknut.png
%changelog
* Sat Mar 3 2007 Luke Macken <lmacken@redhat.com> 0.3.8.1-1
- 0.3.8.1
* Mon Jan 3 2007 Luke Macken <lmacken@redhat.com> 0.3.8-1
- 0.3.8 from new upstream
- Remove valknut-0.3.7-extra-qualification.patch
* Sun Sep 3 2006 Luke Macken <lmacken@redhat.com> 0.3.7-9
- Rebuild for FC6
* Sun Apr 30 2006 Luke Macken <lmacken@redhat.com> 0.3.7-8
- Execute with --disable-tray in desktop file, since it is horribly broken.
* Tue Feb 28 2006 Luke Macken <lmacken@redhat.com> 0.3.7-7
- Add patch to remove extra qualification build error
* Wed Feb 15 2006 Luke Macken <lmacken@redhat.com> 0.3.7-6
- Rebuild for FE5
* Wed Nov 09 2005 Luke Macken <lmacken@redhat.com> 0.3.7-5
- Rebuild for new openssl
* Tue Oct 03 2005 Luke Macken <lmacken@redhat.com> 0.3.7-4
- Add openssl-devel to BuildRequires
* Mon Oct 03 2005 Luke Macken <lmacken@redhat.com> 0.3.7-3
- Add bzip2-devel to BuildRequires
* Mon Oct 03 2005 Luke Macken <lmacken@redhat.com> 0.3.7-2
- Requires desktop-file-utils
- Use environment variables instead of hardcoding QTDIR
- Remove duplicate category from desktop file
- Use -p when calling 'install'
* Thu Sep 29 2005 Luke Macken <lmacken@redhat.com> 0.3.7-1
- Packaged for Fedora Extras