]> git.pld-linux.org Git - packages/basket.git/commitdiff
- sync SPECS with repo: initial
authordjurban <djurban@pld-linux.org>
Sat, 27 Nov 2004 11:24:18 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    basket.spec -> 1.1

basket.spec [new file with mode: 0644]

diff --git a/basket.spec b/basket.spec
new file mode 100644 (file)
index 0000000..11acd49
--- /dev/null
@@ -0,0 +1,70 @@
+%define                _beta   beta2
+Summary:       A container for various types of data
+Summary(pl):   Pojemnik na ró¿ne rodzaje danych
+Name:          basket
+Version:       0.5.0
+Release:       0.%{_beta}.1
+License:       GPL
+Group:         Applications
+Source0:       http://slaout.linux62.org/basket/downloads/%{name}-%{version}-%{_beta}.tar.gz
+# Source0-md5: b5d4a91948b08090b0c9691973cd0204
+URL:           http://basket.kde.org
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: unsermake >= 040805
+BuildRequires: sed >= 4.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This application provide as many baskets (drawers) as you wish, and
+you can drag and drop various objects (text, URLs, images, sounds...)
+into its. Objects can be edited, copied, dragged... So, you can
+arrange them as you want ! This application can be used to quickly
+drop web objects (link, text, images...) or notes (texts or images
+and, later, sound), as well as free your clutered desktop (if any).
+
+#description -l pl
+
+
+%prep
+%setup -q -n %{name}-%{version}-%{_beta}
+%{__sed} -i -e 's,\$(TOPSUBDIRS),doc po src,'  Makefile.am
+
+%build
+cp -f %{_datadir}/automake/config.sub admin
+export UNSERMAKE=%{_datadir}/unsermake/unsermake
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+       %if "%{_lib}" == "lib64"
+       --enable-libsuffix=64 \
+       %endif
+       --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+       --with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir} \
+       kde_libs_htmldir=%{_kdedocdir}
+
+%find_lang basket      --with-kde
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+mv $RPM_BUILD_ROOT{%{_datadir}/applnk/Utilities/basket.desktop,%{_desktopdir}}
+echo "Categories:Qt;KDE;Utility;" >> $RPM_BUILD_ROOT%{_desktopdir}/basket.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f basket.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*.desktop
+%{_datadir}/apps/basket
+%{_iconsdir}/crystalsvg/*x*/*/*.png
+%{_iconsdir}/crystalsvg/scalable/apps/*.svg
This page took 0.043563 seconds and 4 git commands to generate.