SPECS: Thunar-archive-plugin.spec (NEW) - new, thanks to Piotr Gry...

megabajt megabajt at pld-linux.org
Sat Sep 16 20:09:33 CEST 2006


Author: megabajt                     Date: Sat Sep 16 18:09:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, thanks to Piotr Grymkowski

---- Files affected:
SPECS:
   Thunar-archive-plugin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/Thunar-archive-plugin.spec
diff -u /dev/null SPECS/Thunar-archive-plugin.spec:1.1
--- /dev/null	Sat Sep 16 20:09:33 2006
+++ SPECS/Thunar-archive-plugin.spec	Sat Sep 16 20:09:28 2006
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+#
+%define		srcname thunar-archive-plugin
+#
+Summary:	Archive plugin for the Thunar file manager
+Summary(pl):	Wtyczka archiwum dla menadżera plików Thunar
+Name:		Thunar-archive-plugin
+Version:	0.2.0
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://download.berlios.de/xfce-goodies/%{srcname}-%{version}.tar.bz2
+# Source0-md5:	64bc391a30920ddaf314b176c81f05da
+URL:		http://foo-projects.org/~benny/projects/thunar-archive-plugin/
+BuildRequires:	Thunar-devel >= 0.2.2
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.311
+Requires:	Thunar >= 0.2.2
+Requires(post,postun):	hicolor-icon-theme
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin allows to create and extract archive files using the file
+context menus in the Thunar file manager. It provides a generic
+scripting interface for archive managers.
+
+%description -l pl
+Ta wtyczka umożliwia tworzenie i rozpakowywanie archiwów używając menu
+podręcznego pliku w menadżerze plików Thunar. Dostarcza ogólny
+interfejs dla zarządców archiwów.
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/thunarx-1/*.la
+
+%find_lang %{srcname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{srcname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/thunarx-1/*
+%dir %{_libdir}/thunar-archive-plugin
+%attr(755,root,root) %{_libdir}/thunar-archive-plugin/*.tap
+%{_iconsdir}/hicolor/*/*/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/09/16 18:09:28  megabajt
+- new, thanks to Piotr Grymkowski
================================================================


More information about the pld-cvs-commit mailing list