[adime] Fix Source0 URL

Hans de Goede jwrdegoede at fedoraproject.org
Mon Oct 14 14:35:23 UTC 2013


commit dbe37f5c2259a35b416fdeddadc914f0bdc8d6cd
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Oct 14 16:35:17 2013 +0200

    Fix Source0 URL

 adime.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/adime.spec b/adime.spec
index 49d3acb..dc49353 100644
--- a/adime.spec
+++ b/adime.spec
@@ -1,11 +1,11 @@
 Name:           adime
 Version:        2.2.1
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Allegro Dialogs Made Easy
 Group:          System Environment/Libraries
 License:        zlib
 URL:            http://adime.sourceforge.net/
-Source0:        http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         adime-2.2.1-so-fixes.patch
 BuildRequires:  allegro-devel texinfo
 
@@ -67,12 +67,10 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc license.txt thanks.txt changes.txt
 %{_libdir}/libadime.so.0
 
 %files devel
-%defattr(-,root,root,-)
 %doc readme.txt docs/txt/*.txt docs/rtf docs/html
 %{_includedir}/adime.h
 %{_includedir}/adime
@@ -82,6 +80,9 @@ fi
 
 
 %changelog
+* Mon Oct 14 2013 Hans de Goede <hdegoede at redhat.com> - 2.2.1-16
+- Fix Source0 URL
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.1-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list