]> git.pld-linux.org Git - packages/basket.git/commitdiff
- updated to 0.6.0alpha1C, author says its as usable as 0.5.0, but it just beats
authordjurban <djurban@pld-linux.org>
Wed, 8 Feb 2006 14:31:44 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  the hell out of earlier versions

Changed files:
    basket.spec -> 1.6

basket.spec

index 976b10505b7f78c76448411277f347bae9d3f314..1ad4024dac2cc74047026de779df31acba9c81c9 100644 (file)
@@ -1,13 +1,16 @@
+%define                _alpha  Alpha1
+%define                _alpha_m        C
+%define                _alpha_f        %{_alpha}%{_alpha_m}
 Summary:       A container for various types of data
 Summary(pl):   Pojemnik na ró¿ne rodzaje danych
 Name:          basket
-Version:       0.5.0
-Release:       1
+Version:       0.6.0
+Release:       0.%{_alpha_f}.1
 License:       GPL
 Group:         Applications
 # from http://basket.kde.org/downloads/?file=%{name}-%{version}.tar.gz
-Source0:       http://team.pld-linux.org/~djurban/%{name}-%{version}.tar.gz
-# Source0-md5: 1495261da3dbfc243a8340cd9c5723c2
+Source0:       http://team.pld-linux.org/~djurban/kde/%{name}-%{version}%{_alpha_f}.tar.gz
+# Source0-md5: 6cda67414de6bc3757a591225ee80c2a
 URL:           http://basket.kde.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -35,12 +38,12 @@ lub notatek (tekst
 uwalniania pulpitu ze ¶mieci.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_alpha}
 %{__sed} -i -e 's,\$(TOPSUBDIRS),doc po src,'  Makefile.am
 
 %build
 cp -f /usr/share/automake/config.sub admin
-export UNSERMAKE=/usr/share/unsermake/unsermake
+#export UNSERMAKE=/usr/share/unsermake/unsermake
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
This page took 0.31388 seconds and 4 git commands to generate.