]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- updated Source0 URL (but only 0.6.1-2 there, no 0.6.1-1)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Jan 2003 09:54:57 +0000 (09:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.74

ClanLib.spec

index 0b5ba107fb4d3b8538a37b001b192bce5cc646a1..b1c8592ed8ada9a071f6033ace06fa8170174989 100644 (file)
@@ -6,7 +6,7 @@ Version:        0.6.1
 Release:       6
 License:       LGPL
 Group:         Libraries
-Source0:       http://dark.x.dtu.dk/~mbn/clanlib/download/download-japj/%{name}-%{version}/%{name}-%{version}-1.tar.gz
+Source0:       http://dark.x.dtu.dk/~mbn/clanlib/download/%{name}-%{version}-1.tar.gz
 Patch0:                %{name}-OPT.patch
 Patch1:                %{name}-config.patch
 URL:           http://www.clanlib.org/
@@ -18,9 +18,9 @@ BuildRequires:        XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: freetype-devel >= 2.0
+BuildRequires: libjpeg-devel
 BuildRequires: libmikmod-devel
 BuildRequires: libpng-devel >= 1.0.8
-BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libvorbis-devel >= 1:1.0
 # If broken - don't require it....
@@ -214,6 +214,9 @@ rm -rf $RPM_BUILD_ROOT
        MAN_PREFIX="$RPM_BUILD_ROOT%{_mandir}" \
        HTML_PREFIX="`pwd`/html"
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -229,9 +232,6 @@ rm -rf $RPM_BUILD_ROOT
 %post   Vorbis -p /sbin/ldconfig
 %postun Vorbis -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libclanApp.so.*.*
This page took 0.040173 seconds and 4 git commands to generate.