]> git.pld-linux.org Git - packages/basket.git/blob - basket.spec
- pl, cleanup, typo
[packages/basket.git] / basket.spec
1 %define         _beta   beta2
2 Summary:        A container for various types of data
3 Summary(pl):    Pojemnik na ró¿ne rodzaje danych
4 Name:           basket
5 Version:        0.5.0
6 Release:        0.%{_beta}.1
7 License:        GPL
8 Group:          Applications
9 Source0:        http://slaout.linux62.org/basket/downloads/%{name}-%{version}-%{_beta}.tar.gz
10 # Source0-md5:  b5d4a91948b08090b0c9691973cd0204
11 URL:            http://basket.kde.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  kdelibs-devel >= 9:3.2.0
15 BuildRequires:  rpmbuild(macros) >= 1.129
16 BuildRequires:  sed >= 4.0
17 BuildRequires:  unsermake >= 040805
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This application provide as many baskets (drawers) as you wish, and
22 you can drag and drop various objects (text, URLs, images, sounds...)
23 into its. Objects can be edited, copied, dragged... So, you can
24 arrange them as you want! This application can be used to quickly
25 drop web objects (link, text, images...) or notes (texts or images
26 and, later, sound), as well as free your clutered desktop (if any).
27
28 %description -l pl
29 Ta aplikacja udostêpnia dowoln± liczbê koszyków (szuflad) i pozwala
30 przeci±gaæ i upuszczaæ na nie ró¿ne obiekty (tekst, URL-e, obrazki,
31 d¼wiêki...). Obiekty mog± byæ modyfikowane, kopiowane, przeci±gane...
32 Mo¿na je uk³adaæ jak tylko chcemy. Ta aplikacja mo¿e byæ u¿ywana do
33 szybkiego upuszczania obiektów WWW (odno¶ników, tekstu, obrazków...)
34 lub notatek (tekstów albo obrazków, pó¼niej d¼wiêków), a tak¿e
35 uwalniania pulpitu ze ¶mieci.
36
37 %prep
38 %setup -q -n %{name}-%{version}-%{_beta}
39 %{__sed} -i -e 's,\$(TOPSUBDIRS),doc po src,'  Makefile.am
40
41 %build
42 cp -f /usr/share/automake/config.sub admin
43 export UNSERMAKE=%{_datadir}/unsermake/unsermake
44 %{__make} -f admin/Makefile.common cvs
45
46 %configure \
47 %if "%{_lib}" == "lib64"
48         --enable-libsuffix=64 \
49 %endif
50         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
51         --with-qt-libraries=%{_libdir}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_desktopdir}
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT \
59         kde_htmldir=%{_kdedocdir} \
60         kde_libs_htmldir=%{_kdedocdir}
61
62 install -d $RPM_BUILD_ROOT%{_desktopdir}
63 mv $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities/basket.desktop,%{_desktopdir}}
64 echo "Categories=Qt;KDE;Utility;" >> $RPM_BUILD_ROOT%{_desktopdir}/basket.desktop
65
66 %find_lang basket --with-kde
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files -f basket.lang
72 %defattr(644,root,root,755)
73 %attr(755,root,root) %{_bindir}/*
74 %{_desktopdir}/*.desktop
75 %{_datadir}/apps/basket
76 %{_iconsdir}/crystalsvg/*x*/*/*.png
77 %{_iconsdir}/crystalsvg/scalable/apps/*.svg
This page took 0.060821 seconds and 4 git commands to generate.