From 5486ce5811a3cea81168259ba53940f5d3000fd5 Mon Sep 17 00:00:00 2001 From: djrzulf Date: Sat, 22 Mar 2003 12:18:54 +0000 Subject: [PATCH] - From: Rafal Janiczek - some cleanups, need to be adapterized, Changed files: fbdesk.spec -> 1.1 --- fbdesk.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 fbdesk.spec diff --git a/fbdesk.spec b/fbdesk.spec new file mode 100644 index 0000000..348552f --- /dev/null +++ b/fbdesk.spec @@ -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}/* -- 2.43.0