2024-01-05 19:32:13 +01:00
|
|
|
Name: xarchiver
|
2024-03-01 18:39:59 +01:00
|
|
|
Version: 0.5.4.23
|
2024-01-05 19:32:13 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A lightweight GTK2 only frontend to 7zip, arj, rar, zip, bzip2, tar, gzip and rpm
|
|
|
|
Group: Graphical Desktop/Applications/Archiving
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
2024-01-05 19:32:13 +01:00
|
|
|
URL: https://www.xfce.org/
|
2024-01-05 19:32:13 +01:00
|
|
|
Source0: https://github.com/ib/xarchiver.git/%{version}/xarchiver-%{version}.tar.bz2
|
2024-01-05 19:32:13 +01:00
|
|
|
Source1: %{name}.desktop
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:32:13 +01:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
2024-01-05 19:32:13 +01:00
|
|
|
BuildRequires: libcairo-devel
|
2024-01-05 19:32:13 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-01-05 19:32:13 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 19:32:13 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 19:32:13 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
%ifnarch arm
|
|
|
|
Requires: arj
|
|
|
|
Requires: p7zip
|
|
|
|
%endif
|
|
|
|
Requires: tar
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xarchiver is the only Desktop Environment independent frontend. It only uses GTK+2 for the GUI and nothing else. Obviously you need the command line archivers since Xarchiver is only a frontend.
|
|
|
|
These are the features:
|
|
|
|
|
|
|
|
* Easy to use. No useless options
|
|
|
|
* Archives are detected by their magic header and not by extension except .tar.bz2 and .tar.gz
|
|
|
|
* Lightweight, you only need GTK+2 and nothing else
|
|
|
|
* Smart detection of arj, zip and rar password encrypted archives
|
|
|
|
* All the info of the files stored are displayed
|
|
|
|
* All common formats are supported: arj, bzip2, gzip, 7z, rar, tar, tar.bz2, tar.gz, zip and RPM (only extract)
|
|
|
|
* Fast, even when opening an archive of several megabytes
|
|
|
|
* Zip, rar, arj and 7z password encrypted archives are fully supported
|
|
|
|
* Support of RPM files without RPM executable, this is useful on distro no RPM-based like Slackware and Archlinux
|
|
|
|
* No need of any external viewer like Leafpad or Gedit to view a file in the archive
|
|
|
|
* User friendly, a progress bar is shown while operating on the archive
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 19:32:13 +01:00
|
|
|
%setup -q
|
2024-01-05 19:32:13 +01:00
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/doc/xarchiver
|
|
|
|
%{_datadir}/pixmaps/xarchiver/
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/xarchiver.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/xarchiver.svg
|
|
|
|
%{_libexecdir}/thunar-archive-plugin/xarchiver.tap
|
2024-01-05 19:32:13 +01:00
|
|
|
%{_mandir}/man1/xarchiver.1*
|
|
|
|
%doc COPYING
|
|
|
|
#ChangeLog README
|
2024-01-05 19:32:13 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-03-01 18:39:59 +01:00
|
|
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 0.5.4.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sat Dec 30 2023 Automatic Build System <autodist@mambasoft.it> 0.5.4.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Fri May 05 2023 Automatic Build System <autodist@mambasoft.it> 0.5.4.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 0.5.4.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Wed Aug 24 2022 Automatic Build System <autodist@mambasoft.it> 0.5.4.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 0.5.4.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 0.5.4.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sun Jan 10 2021 Automatic Build System <autodist@mambasoft.it> 0.5.4.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sat Jul 11 2020 Automatic Build System <autodist@mambasoft.it> 0.5.4.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4.14-1mamba
|
|
|
|
- update to 0.5.4.14
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4.7-1mamba
|
|
|
|
- update to 0.5.4.7
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Wed Oct 01 2014 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:32:13 +01:00
|
|
|
* Tue Feb 11 2014 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 16 2008 Aleph0 <aleph0@openmamba.org> 0.4.6-1mamba
|
|
|
|
- update to 0.4.6
|
|
|
|
|
|
|
|
* Tue Apr 11 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.3.1-1qilnx
|
|
|
|
- package created by autospec
|