]> git.pld-linux.org Git - packages/autounit.git/commitdiff
- updated URLs
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Nov 2003 22:16:11 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autounit.spec -> 1.22

autounit.spec

index 6f19a72e867088abd6b1b2565f30a46ebe049c71..1fc055320f81e0fb3449176ab8f9e521daf37766 100644 (file)
@@ -5,11 +5,11 @@ Version:      0.10.2
 Release:       2
 License:       GPL
 Group:         Development/Tools
 Release:       2
 License:       GPL
 Group:         Development/Tools
-Source0:       http://www.recursism.com/projects/autounit/%{name}-%{version}.tar.gz
+Source0:       http://www.recursism.com/files/%{name}-%{version}.tar.gz
 # Source0-md5: 85ba614a10c789644a7ee986c496dcb3
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-no_html_doc.patch
 # Source0-md5: 85ba614a10c789644a7ee986c496dcb3
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-no_html_doc.patch
-URL:           http://www.recursism.com/projects/autounit/
+URL:           http://www.recursism.com/web/index.php?view=index
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: glib-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: glib-devel
@@ -47,15 +47,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
This page took 0.048355 seconds and 4 git commands to generate.