*** empty log message ***
This commit is contained in:
parent
4325b0cc0f
commit
805aa8b44e
1 changed files with 12 additions and 11 deletions
|
|
@ -1,14 +1,12 @@
|
|||
Name: AGReader
|
||||
Version: 1.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Console reader for viewing AmigaGuide files
|
||||
|
||||
Group: Applications/Text
|
||||
License: GPL
|
||||
License: GPL+
|
||||
URL: http://main.aminet.net/misc/unix/
|
||||
Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Provides: agreader = %{version}-%{release}
|
||||
|
||||
%description
|
||||
A viewer for the UNIX console which can read and display AmigaGuide files. It
|
||||
|
|
@ -17,19 +15,17 @@ subset of the v40 specifications.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -qn %{name}
|
||||
|
||||
|
||||
%build
|
||||
cd Sources
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
make -C Sources %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
cd Sources
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -m0755 agr %{buildroot}%{_bindir}
|
||||
install -m0755 Sources/agr %{buildroot}%{_bindir}
|
||||
|
||||
|
||||
%clean
|
||||
|
|
@ -43,10 +39,15 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 28 2006 Ian Chapman <packages@amiga-hardware.com> 1.2-2%{?dist}
|
||||
* Wed Aug 21 2007 Ian Chapman <packages@amiga-hardware.com> 1.2-3
|
||||
- Release bump for F8 mass rebuild
|
||||
- License change due to new guidelines
|
||||
- A few cosmetic cleanups of the spec file
|
||||
|
||||
* Mon Aug 28 2006 Ian Chapman <packages@amiga-hardware.com> 1.2-2
|
||||
- Release bump for FC6 mass rebuild
|
||||
|
||||
* Mon Jun 05 2006 Ian Chapman <packages@amiga-hardware.com> 1.2-1%{?dist}
|
||||
* Mon Jun 05 2006 Ian Chapman <packages@amiga-hardware.com> 1.2-1
|
||||
- Version bump
|
||||
- Dropped patches, they are no longer required
|
||||
- Changed URL to use primary site, rather than a mirror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue