Author: megabajt Date: Sat Sep 16 22:11:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: Xarchiver.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/Xarchiver.spec diff -u /dev/null SPECS/Xarchiver.spec:1.1 --- /dev/null Sun Sep 17 00:11:25 2006 +++ SPECS/Xarchiver.spec Sun Sep 17 00:11:19 2006 @@ -0,0 +1,82 @@ +# $Revision$Date$ +# +%define xfce_version 4.3.99.1 +# +Summary: Xarchiver is a GTK+2 frontend to popular compression formats +Summary(pl): Xarchiver to nakładka GTK+2 na popularne formaty kompresji +Name: Xarchiver +Version: 0.4.0 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://www.xfce.org/archive/xfce-%{xfce_version}/src/xarchiver-%{version}.tar.bz2 +# Source0-md5: b74d61fd0998fa36c14ccb24e91e8ded +URL: http://xarchiver.xfce.org/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gtk+2-devel >= 2:2.10.1 +BuildRequires: libtool +BuildRequires: rpmbuild(macros) >= 1.198 +Requires(post,postun): desktop-file-utils +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Xarchiver is a GTK+2 frontend to 7z, zip, rar, tar, bzip2, gzip, arj +and rpm (open and extract only). Xarchiver allows to create, add, +extract and delete files in the above formats. 7z, zip, rar and arj +password protected archives are supported. + +%description -l pl +Xarchiver to nakładka GTK+2 na 7z, zip, rar, tar, bzip2, gzip, arj i +rpm (tylko otwieranie i rozpakowywanie). Xarchiver umożliwia +tworzenie, dodawanie, rozpakowywanie oraz usuwanie plików w powyższych +formatach. Wspiera również archiwa 7z, zip, rar i arj zabezpieczone +hasłem. + +%prep +%setup -q -n xarchiver-%{version} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang xarchiver + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%update_desktop_database_post + +%postun +%update_desktop_database_postun + +%files -f xarchiver.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog FAQ README TODO +%attr(755,root,root) %{_bindir}/xarchiver +%attr(755,root,root) %{_libdir}/thunar-archive-plugin/*.tap +%{_datadir}/xarchiver +%{_desktopdir}/*.desktop +%{_pixmapsdir}/*.png + +%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/09/16 22:11:19 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
