diff --git a/README.md b/README.md index 9c62d42..47a0ab6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # nomarch +nomarch extracts files from the old `.arc' archive format. It can also list and test such archives. + diff --git a/nomarch.spec b/nomarch.spec new file mode 100644 index 0000000..03bf099 --- /dev/null +++ b/nomarch.spec @@ -0,0 +1,46 @@ +Name: nomarch +Version: 1.4 +Release: 2mamba +Summary: Extracts files from the old `.arc' archive format +Group: Applications/Archiving +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.svgalib.org/rus/nomarch.html +Source: ftp://ftp.ibiblio.org/pub/Linux/utils/compress/nomarch-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +nomarch extracts files from the old `.arc' archive format. It can also list and test such archives. + +%prep +%setup -q + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall \ + PREFIX=%{buildroot}%{_prefix} \ + MANDIR=%{buildroot}%{_mandir}/man1 + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/nomarch +%{_mandir}/man1/nomarch* +%doc COPYING ChangeLog NEWS README TODO + +%changelog +* Wed Jul 17 2013 Automatic Build System 1.4-2mamba +- automatic rebuild by autodist + +* Mon Jul 06 2009 Silvan Calarco 1.4-1mamba +- package created by autospec