]> git.pld-linux.org Git - packages/fbdesk.git/commitdiff
- From: Rafal Janiczek <jojo@oho.pl>
authordjrzulf <djrzulf@pld-linux.org>
Sat, 22 Mar 2003 12:18:54 +0000 (12:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some cleanups, need to be adapterized,

Changed files:
    fbdesk.spec -> 1.1

fbdesk.spec [new file with mode: 0644]

diff --git a/fbdesk.spec b/fbdesk.spec
new file mode 100644 (file)
index 0000000..348552f
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Application to create and manage icons on fluxbox desktop.
+Summary(pl):   Aplikacja do tworzenia i zarzadzania ikonami w fluxbox'ie.
+Name:          fbdesk
+Version:       1.1.3
+Release:       0.9
+License:       GPL
+Group:         Applications/System
+Source0:       http://fluxbox.org/download/%{name}-%{version}.tar.gz
+Patch0:                %{name}-XFT.patch
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libpng-devel
+Requires:      fluxbox
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package include an application to create and manage icons
+on fluxbox desktop. It suports antyaliasking, XPM and PNG icons.
+You can put text above or below, left or at right side icons.
+Supports UTF-8.
+
+%description -l pl
+Ten pakiet zawiera narzêdzie do tworzenia i zarz±dzania ikonami na 
+pulpicie fluxbox'a. Wspiera antyaliasing, ikony zarówno w formacie XPM 
+jak i PNG. Tekst mo¿e byæ umiejscowiony pod lub nad ikonami, z lewej albo
+z prawej strony. Obs³uguje UTF-8.
+
+%prep
+%setup  -q 
+%patch0 -p0
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure 
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog INSTALL README
+%attr(755,root,root) %{_bindir}/*
This page took 0.09634 seconds and 4 git commands to generate.