]> git.pld-linux.org Git - packages/basket.git/commitdiff
- updated to 1.0.2 auto/th/basket-1_0_2-1
authormaciek2w <maciek2w@pld-linux.org>
Sat, 21 Apr 2007 20:07:46 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    basket-am.patch -> 1.1
    basket.spec -> 1.11

basket-am.patch [new file with mode: 0644]
basket.spec

diff --git a/basket-am.patch b/basket-am.patch
new file mode 100644 (file)
index 0000000..334a258
--- /dev/null
@@ -0,0 +1,11 @@
+--- basket-1.0.2/admin/cvs.sh.orig     2007-04-21 10:10:51.000000000 +0200
++++ basket-1.0.2/admin/cvs.sh  2007-04-21 10:11:12.000000000 +0200
+@@ -68,7 +68,7 @@
+     echo "*** KDE requires automake $required_automake_version"
+     exit 1
+     ;;
+-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
++  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* )
+     echo "*** $AUTOMAKE_STRING found."
+     UNSERMAKE=no
+     ;;
index 35b11e3d49a8c373145d269ff95ec3045b478c15..236d2d617d730a2e60f4bd6348760ea4d398ec1c 100644 (file)
@@ -1,21 +1,21 @@
-%define                _alpha  Beta2
-%define                _alpha_m        %{nil}
-%define                _alpha_f        %{_alpha}%{_alpha_m}
 Summary:       A container for various types of data
 Summary(pl.UTF-8):     Pojemnik na różne rodzaje danych
 Name:          basket
-Version:       0.6.0
-Release:       0.%{_alpha_f}.1
+Version:       1.0.2
+Release:       1
 License:       GPL
 Group:         Applications
 # from http://basket.kde.org/downloads/?file=%{name}-%{version}.tar.gz
-Source0:       http://basket.kde.org/downloads/%{name}-%{version}%{_alpha_f}.tar.gz
-# Source0-md5: 424a0ca635ca831baeb73a81352356bf
+Source0:       http://basket.kde.org/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: d71c62a56de9cc32ba2633e63e99071f
+Patch0:                %{name}-am.patch
+Patch1:                kde-ac260-lt.patch
 URL:           http://basket.kde.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gpgme-devel
 BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: kdepim-devel
 BuildRequires: rpmbuild(macros) >= 1.129
 BuildRequires: sed >= 4.0
 #BuildRequires:        unsermake >= 040805
@@ -39,12 +39,13 @@ lub notatek (tekstów albo obrazków, później dźwięków), a także
 uwalniania pulpitu ze śmieci.
 
 %prep
-%setup -q -n %{name}-%{version}%{_alpha}
+%setup -q
+%patch0 -p1
+%patch1 -p1
 %{__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
+cp -f /usr/share/automake/config.* admin
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -83,9 +84,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libbasketcommon.la
 %{_datadir}/apps/basket
 %{_datadir}/services/basket_config_apps.desktop
+%{_datadir}/services/basket_config_baskets.desktop
 %{_datadir}/services/basket_config_features.desktop
 %{_datadir}/services/basket_config_general.desktop
 %{_datadir}/services/basket_config_notes.desktop
+%{_datadir}/services/basket_config_new_notes.desktop
+%{_datadir}/services/basket_config_notes_appearance.desktop
 %{_datadir}/services/basket_part.desktop
 %{_iconsdir}/crystalsvg/*x*/*/*.png
 %{_iconsdir}/crystalsvg/scalable/apps/*.svg
This page took 0.057593 seconds and 4 git commands to generate.