]> git.pld-linux.org Git - packages/PhotoClip.git/commitdiff
- updated to 0.2.2, fixed build on amd64 auto/ac/PhotoClip-0_2_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Jul 2004 18:24:46 +0000 (18:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PhotoClip.spec -> 1.2

PhotoClip.spec

index 87e60dd3acf6be974f5e90611b2be7d3cc0b2b87..89f933f9401273e7d76edcb0f361a42aa76dc9cc 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       Simple image viewer for GNUstep
 Summary(pl):   Prosta przegl±darka obrazków dla ¶rodowiska GNUstep
 Name:          PhotoClip
-Version:       0.2
+Version:       0.2.2
 Release:       1
 License:       GPL
 Group:         X11/Applications/Graphics
-Source0:       http://www.vaisburd.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: e1db43878df7d3c0deac59835e2e8151
-URL:           http://www.vaisburd.net/%{name}/
+Source0:       http://www.vaisburd.net/PhotoClip/%{name}-%{version}.tar.gz
+# Source0-md5: b4af33ab977cafb352b68005183174d9
+URL:           http://www.vaisburd.net/PhotoClip/
 BuildRequires: gnustep-gui-devel >= 0.8.7
 Requires:      gnustep-gui >= 0.8.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         _prefix         /usr/lib/GNUstep
+%define         _prefix         /usr/%{_lib}/GNUstep
 
 %define                libcombo        gnu-gnu-gnu
 %define                gsos            linux-gnu
@@ -20,7 +20,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                gscpu           ix86
 %else
 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
-%define                gscpu           %{_target_cpu}
+%define                gscpu           %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
 %endif
 
 %description
@@ -31,7 +31,7 @@ To jest PhotoClip - prosta przegl
 GNUstep.
 
 %prep
-%setup -q 
+%setup -q -n %{name}
 
 %build
 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
This page took 0.102405 seconds and 4 git commands to generate.