Bug 984816 - Invalid Source0 URL
Summary: Invalid Source0 URL
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: clamtk
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-16 06:14 UTC by Petr Pisar
Modified: 2013-07-16 12:11 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-16 12:11:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2013-07-16 06:14:45 UTC
Current spec file defines Source0 as:

http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz

which expands to:

http://dl.sf.net/clamtk/clamtk-4.45.tar.gz

which does not exist on the server:

$ LANG=en wget http://dl.sf.net/clamtk/clamtk-4.45.tar.gz
--2013-07-16 08:13:57--  http://dl.sf.net/clamtk/clamtk-4.45.tar.gz
Resolving dl.sf.net (dl.sf.net)... 216.34.181.138
Connecting to dl.sf.net (dl.sf.net)|216.34.181.138|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://sourceforge.net/downloads/clamtk/clamtk-4.45.tar.gz [following]
--2013-07-16 08:13:57--  http://sourceforge.net/downloads/clamtk/clamtk-4.45.tar.gz
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://sourceforge.net/projects/clamtk/files/clamtk-4.45.tar [following]
--2013-07-16 08:13:58--  http://sourceforge.net/projects/clamtk/files/clamtk-4.45.tar
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-07-16 08:13:59 ERROR 404: Not Found.

Please update the Source0 URL.


Note You need to log in before you can comment on or make changes to this bug.