]> git.pld-linux.org Git - packages/apwal.git/commitdiff
- created, adapterized.
authorleafnode <leafnode@pld-linux.org>
Wed, 3 Dec 2003 21:54:17 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apwal.spec -> 1.1

apwal.spec [new file with mode: 0644]

diff --git a/apwal.spec b/apwal.spec
new file mode 100644 (file)
index 0000000..f047e69
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Application launcher
+Summary(pl):   Program do uruchamiania aplikacji
+Name:          apwal
+Version:       0.4.2
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://apwal.free.fr/download/%{name}-%{version}.tar.gz
+# Source0-md5: 1252ef86fa9a0bc69ac7879c09790915
+URL:           http://apwal.free.fr/
+BuildRequires: gtk+2
+BuildRequires: libxml2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Apwal is an simple and powerful application launcher. It is composed
+in 2 parts: the application launcher itself and a good looking easy to
+use editor.
+
+%description -l pl
+Apwal jest prostym i potê¿nym programem do uruchamiania aplikacji.
+Zbudowany jest z dwóch czê¶ci: do uruchamiania aplikacji i ³atwego w
+u¿yciu edytora.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_mandir}/man1}
+install src/%{name} $RPM_BUILD_ROOT%{_bindir}/
+ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}-editor
+cp -aR pixmaps/* $RPM_BUILD_ROOT%{_pixmapsdir}
+install debian/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ABOUT Changelog FAQ README example/apwalrc.xml
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_pixmapsdir}/*
This page took 0.065703 seconds and 4 git commands to generate.