Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
567b51e768 | ||
|
|
fb05705046 | ||
|
|
c4295b158d | ||
| 1686c9b43c | |||
|
|
e04caf06fe | ||
|
|
b69b48f981 | ||
|
|
8863d7fbc6 | ||
|
|
c3561dd1db | ||
|
|
2f2c7621a2 | ||
|
|
d65dc61ad4 | ||
|
|
af1b8443e2 | ||
|
|
691d01f9f7 | ||
|
|
9bb2207124 | ||
|
|
cd96af0020 | ||
|
|
866e3f9b93 | ||
|
|
f149394d2b | ||
|
|
2c39ccf970 | ||
|
|
7c8a91732e | ||
|
|
1b71f686ae | ||
|
|
3c914cd385 | ||
|
|
135a7b9e30 | ||
|
|
cfc96527df | ||
|
|
67f6ea09ce | ||
|
|
c565b5eadc | ||
|
|
26ea3cf862 | ||
|
|
25e46a9cb0 | ||
|
|
1a33716563 | ||
|
|
2560a02d91 | ||
|
|
fcdc19246c | ||
|
|
d7c39fabac | ||
|
|
ada178abdf |
7 changed files with 3 additions and 127 deletions
|
|
@ -1 +0,0 @@
|
|||
valknut-0.3.8.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2015-12-06: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
d012a074d7aa0db5b687ff58caa10556 valknut-0.3.8.1.tar.bz2
|
||||
|
|
@ -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;
|
||||
BIN
valknut.png
BIN
valknut.png
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
95
valknut.spec
95
valknut.spec
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue