Created
November 5, 2017 14:56
-
-
Save bgstack15/ec1677daa1d19a9e1f5124068619e813 to your computer and use it in GitHub Desktop.
xfe spec Fedora 26 with proper build deps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: xfe | |
Version: 1.42 | |
Summary: X File Explorer (Xfe) is a file manager for X. | |
Release: 1{?dist} | |
License: GPL | |
Group: File tools | |
Requires: fox >= 1.6 libpng >= 1.2 | |
BuildRequires: fox-devel >= 1.6 libpng-devel >= 1.2 glib-devel libXft-devel freetype-devel gcc-c++ | |
Source: %{name}-%{version}.tar.gz | |
Packager: Roland Baudin <[email protected]> | |
BuildRoot: %{_tmppath}/%{name}-buildroot | |
%description | |
X File Explorer (Xfe) is a filemanager for X. It is based on the popular X Win Commander, which is | |
discontinued. Xfe is desktop independent and is written with the C++ Fox Toolkit. It has Windows Commander | |
or MS-Explorer look and is very fast and simple. The main features are: file associations, | |
mount/umount devices, directory tree for quick cd, change file attributes, auto | |
save registry, compressed archives view/creation/extraction and much more. | |
%prep | |
%setup -q | |
%build | |
%configure --with-included-gettext --enable-release | |
make | |
%install | |
rm -rf %{buildroot} | |
%makeinstall | |
%find_lang %{name} | |
if [ -f %{buildroot}%{_datadir}/locale/locale.alias ]; then | |
rm %{buildroot}%{_datadir}/locale/locale.alias | |
fi | |
%clean | |
rm -rf %{buildroot} | |
%files -f %{name}.lang | |
%defattr(644,root,root,755) | |
%doc AUTHORS COPYING README TODO BUGS | |
%attr(755,root,root) %{_bindir}/* | |
%{_datadir}/xfe/icons/* | |
%{_datadir}/xfe/xferc | |
%{_datadir}/applications/xf*.desktop | |
%{_datadir}/pixmaps/* | |
%{_mandir}/man1/* | |
%changelog | |
* Sun Nov 5 2017 B Stack <[email protected]> | |
- Rebuild for Fedora 26 | |
* Tue Sep 8 2009 Roland Baudin <[email protected]> | |
- Added desktop files to the files section | |
* Tue Feb 13 2007 Roland Baudin <[email protected]> | |
- Fixed again the location of the config file xferc | |
* Tue Feb 6 2007 Roland Baudin <[email protected]> | |
- Rebuild for Fedora Core 6 | |
- Fixed the location of the config file xferc | |
* Thu Nov 23 2006 Roland Baudin <[email protected]> | |
- Added configure --enable-release option | |
* Wed Oct 11 2006 Roland Baudin <[email protected]> | |
- FOX 1.6.x support | |
- Removed the static build option | |
* Tue Jun 21 2005 Roland Baudin <[email protected]> | |
- FOX 1.4.x support. | |
* Tue Aug 3 2004 Andrzej Stypula <[email protected]> | |
- locale adjustment | |
* Thu Jul 29 2004 Andrzej Stypula <[email protected]> | |
- file permissions adjustment | |
* Thu Jul 29 2004 Roland Baudin <[email protected]> | |
- FOX 1.2.x support. | |
* Fri Dec 19 2003 Roland Baudin <[email protected]> | |
- Rebuild for Fedora Core 1. | |
* Mon Oct 8 2003 Roland Baudin <[email protected]> | |
- Add of libPNG requirements. | |
* Mon Sep 8 2003 Roland Baudin <[email protected]> | |
- Spec file for RedHat 9. | |
* Fri Jul 18 2003 Roland Baudin <[email protected]> | |
- Add of the man pages and fix of the locale.alias problem. | |
* Mon Apr 14 2003 Roland Baudin <[email protected]> | |
- Fixed the Xfe icon destination. | |
* Fri Apr 11 2003 Roland Baudin <[email protected]> | |
- Add of i18n. | |
* Tue Jan 28 2003 Roland Baudin <[email protected]> | |
- Add of the '--with-static' build option. | |
* Thu Oct 15 2002 Roland Baudin <[email protected]> | |
- First release of the spec file for RedHat 7.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment