Author: zboczuch Date: Mon Jan 30 13:40:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: pcmanfm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pcmanfm.spec diff -u /dev/null SPECS/pcmanfm.spec:1.1 --- /dev/null Mon Jan 30 14:40:26 2006 +++ SPECS/pcmanfm.spec Mon Jan 30 14:40:20 2006 @@ -0,0 +1,62 @@ +# $Revision$, $Date$ +# TODO: need desktop file (and icon?) +Summary: File manager for GTK +Summary(pl): Zarządca plików dla GTK +Name: pcmanfm +Version: 0.1.8.9 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://dl.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz +# Source0-md5: eb87fae1cfec9f0835712ee29bd57af5 +URL: http://pcmanfm.sourceforge.net/ +BuildRequires: autoconf >= 2.53 +BuildRequires: automake +BuildRequires: gamin-devel +BuildRequires: gtk+-devel >= 2.8 +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +pcmanfm is a fast and lightweight file manager which features tabbed +browsing and user-friendly interface. + +%description -l pl +pcmanfm jest szybkim i lekkim zarządcą plików z przyjaznym interfejsem +użytkownika, umożliwiającym przeglądanie katalogów w zakładkach. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} --all-name + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/30 13:40:20 zboczuch +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
