xarchiver/xarchiver.spec

123 lines
4.2 KiB
RPMSpec

Name: xarchiver
Version: 0.5.4.23
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>
URL: https://www.xfce.org/
Source0: https://github.com/ib/xarchiver.git/%{version}/xarchiver-%{version}.tar.bz2
Source1: %{name}.desktop
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
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
%setup -q
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
%{_mandir}/man1/xarchiver.1*
%doc COPYING
#ChangeLog README
%changelog
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 0.5.4.23-1mamba
- automatic version update by autodist
* Sat Dec 30 2023 Automatic Build System <autodist@mambasoft.it> 0.5.4.22-1mamba
- automatic version update by autodist
* Fri May 05 2023 Automatic Build System <autodist@mambasoft.it> 0.5.4.21-1mamba
- automatic version update by autodist
* Fri Oct 28 2022 Automatic Build System <autodist@mambasoft.it> 0.5.4.20-1mamba
- automatic version update by autodist
* Wed Aug 24 2022 Automatic Build System <autodist@mambasoft.it> 0.5.4.19-1mamba
- automatic version update by autodist
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 0.5.4.18-1mamba
- automatic version update by autodist
* Sat Jan 30 2021 Automatic Build System <autodist@mambasoft.it> 0.5.4.17-1mamba
- automatic version update by autodist
* Sun Jan 10 2021 Automatic Build System <autodist@mambasoft.it> 0.5.4.16-1mamba
- automatic version update by autodist
* Sat Jul 11 2020 Automatic Build System <autodist@mambasoft.it> 0.5.4.15-1mamba
- automatic version update by autodist
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4.14-1mamba
- update to 0.5.4.14
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4.7-1mamba
- update to 0.5.4.7
* Wed Oct 01 2014 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
- automatic version update by autodist
* 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