rpms/d4x/devel .cvsignore, 1.4, 1.5 d4x.spec, 1.7, 1.8 sources, 1.4, 1.5 d4x-2.5.0-fixes.patch, 1.1, NONE d4x-2.5.0-ifwithnoexpression.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Sep 7 14:13:32 UTC 2005


Author: thias

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

Modified Files:
	.cvsignore d4x.spec sources 
Removed Files:
	d4x-2.5.0-fixes.patch d4x-2.5.0-ifwithnoexpression.patch 
Log Message:
Update to 2.5.4.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/d4x/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	9 Nov 2004 02:45:16 -0000	1.4
+++ .cvsignore	7 Sep 2005 14:13:30 -0000	1.5
@@ -1 +1 @@
-d4x-2.5.0final.tar.gz
+d4x-2.5.4.tar.bz2


Index: d4x.spec
===================================================================
RCS file: /cvs/extras/rpms/d4x/devel/d4x.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- d4x.spec	3 May 2005 11:38:05 -0000	1.7
+++ d4x.spec	7 Sep 2005 14:13:30 -0000	1.8
@@ -1,22 +1,17 @@
-# $Id$
-# Authority: matthias
-
 #define pre            rc4
-%define final          final
+#define final          final
 
 Summary: Downloader for X that supports resuming and many other features
 Name: d4x
-Version: 2.5.0
-Release: 5%{?pre:.%{pre}}
+Version: 2.5.4
+Release: 1%{?pre:.%{pre}}%{?dist}
 Group: Applications/Internet
 License: Artistic
 URL: http://www.krasu.ru/soft/chuchelo/
-Source: http://www.krasu.ru/soft/chuchelo/files/d4x-%{version}%{?pre}%{?final}.tar.gz
-Patch0: d4x-2.5.0-ifwithnoexpression.patch
-Patch1: d4x-2.5.0-fixes.patch
+Source: http://www.krasu.ru/soft/chuchelo/files/d4x-%{version}%{?pre}%{?final}.tar.bz2
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gtk2-devel, glib2-devel >= 2.4.0, gcc-c++, libstdc++-devel
-BuildRequires: libao-devel, esound-devel, desktop-file-utils
+BuildRequires: libao-devel, esound-devel, desktop-file-utils, openssl-devel
 
 %description
 This program lets you download files from the internet using either the ftp
@@ -29,8 +24,6 @@
 
 %prep
 %setup -n %{name}-%{version}%{?pre}%{?final}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure
@@ -51,6 +44,10 @@
   --add-category Network \
   share/nt.desktop
 
+# Rename the man page to match the binary name
+%{__mv} %{buildroot}%{_mandir}/man1/nt.1 \
+        %{buildroot}%{_mandir}/man1/d4x.1
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -60,14 +57,23 @@
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog* COPYING NEWS PLANS README TODO
 %doc DOC/FAQ* DOC/THANKS DOC/TROUBLES
+%{_bindir}/d4x
 %{_bindir}/nt
 %{_datadir}/applications/fedora-nt.desktop
 %{_datadir}/d4x/
 %{_datadir}/pixmaps/nt.png
-%{_mandir}/man1/nt.1*
+%{_mandir}/man1/d4x.1*
 
 
 %changelog
+* Wed Sep  7 2005 Matthias Saou <http://freshrpms.net/> 2.5.4-1
+- Update to 2.5.4.
+
+* Fri Sep  2 2005 Matthias Saou <http://freshrpms.net/> 2.5.3-1
+- Update to 2.5.3.
+- Use bz2 source instead of gz.
+- Rename man page from nt to d4x.
+
 * Tue May  3 2005 Matthias Saou <http://freshrpms.net/> 2.5.0-5
 - Added gcc4 patch from Debian.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/d4x/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Nov 2004 02:45:16 -0000	1.4
+++ sources	7 Sep 2005 14:13:30 -0000	1.5
@@ -1 +1 @@
-c2b2f5571c2028dd845563e69a1d55c3  d4x-2.5.0final.tar.gz
+c797a933a8de1503b069b6d2499da727  d4x-2.5.4.tar.bz2


--- d4x-2.5.0-fixes.patch DELETED ---


--- d4x-2.5.0-ifwithnoexpression.patch DELETED ---




More information about the fedora-extras-commits mailing list