rpms/valknut/devel valknut.desktop, NONE, 1.1 valknut.png, NONE, 1.1 valknut.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Oct 4 16:58:45 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/valknut/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25319/devel

Modified Files:
	.cvsignore sources 
Added Files:
	valknut.desktop valknut.png valknut.spec 
Log Message:
auto-import valknut-0.3.7-4 on branch devel from valknut-0.3.7-4.src.rpm


--- NEW FILE valknut.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Valknut
Comment=Direct Connect client
Icon=valknut.png
Exec=valknut
Terminal=false
Type=Application
Categories=Network;Application;X-Fedora;


--- NEW FILE valknut.spec ---
Name:           valknut
Version:        0.3.7
Release:        4
Summary:        Valknut is a QT Direct Connect client

Group:          Applications/Internet
License:        GPL
URL:            http://dcgui.berlios.de
Source0:        http://download.berlios.de/dcgui/%{name}-%{version}.tar.gz
Source1:        valknut.desktop
Source2:        valknut.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  dclib-devel, 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
* Tue Oct 03 2005 Luke Macken <lmacken at redhat.com> 0.3.7-4
- Add openssl-devel to BuildRequires

* Mon Oct 03 2005 Luke Macken <lmacken at redhat.com> 0.3.7-3
- Add bzip2-devel to BuildRequires

* Mon Oct 03 2005 Luke Macken <lmacken at 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 at redhat.com> 0.3.7-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/valknut/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Oct 2005 16:45:20 -0000	1.1
+++ .cvsignore	4 Oct 2005 16:58:43 -0000	1.2
@@ -0,0 +1 @@
+valknut-0.3.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/valknut/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Oct 2005 16:45:20 -0000	1.1
+++ sources	4 Oct 2005 16:58:43 -0000	1.2
@@ -0,0 +1 @@
+d90848502cde1f71acb379e6ce9819a0  valknut-0.3.7.tar.gz




More information about the fedora-extras-commits mailing list