| 1 |
Name: AGReader
|
| 2 |
Version: 1.2
|
| 3 |
Release: 6%{?dist}
|
| 4 |
Summary: Console reader for viewing AmigaGuide files
|
| 5 |
Group: Applications/Text
|
| 6 |
License: GPL+
|
| 7 |
URL: http://main.aminet.net/misc/unix/
|
| 8 |
Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2
|
| 9 |
Source1: agr.1
|
| 10 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 11 |
|
| 12 |
%description
|
| 13 |
A viewer for the UNIX console which can read and display AmigaGuide files. It
|
| 14 |
supports all of the v39 AmigaGuide specification possible and supports a large
|
| 15 |
subset of the v40 specifications.
|
| 16 |
|
| 17 |
|
| 18 |
%prep
|
| 19 |
%setup -qn %{name}
|
| 20 |
|
| 21 |
|
| 22 |
%build
|
| 23 |
make -C Sources %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
| 24 |
|
| 25 |
|
| 26 |
%install
|
| 27 |
rm -rf %{buildroot}
|
| 28 |
mkdir -p %{buildroot}%{_bindir}
|
| 29 |
mkdir -p %{buildroot}%{_mandir}/man1
|
| 30 |
install -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1
|
| 31 |
install -m0755 Sources/agr %{buildroot}%{_bindir}
|
| 32 |
|
| 33 |
|
| 34 |
%clean
|
| 35 |
rm -rf %{buildroot}
|
| 36 |
|
| 37 |
|
| 38 |
%files
|
| 39 |
%defattr(-,root,root,-)
|
| 40 |
%{_bindir}/agr
|
| 41 |
%{_mandir}/man1/agr.1.gz
|
| 42 |
%doc Docs/agr.guide Docs/test.guide Docs/agr.html README
|
| 43 |
|
| 44 |
|
| 45 |
%changelog
|
| 46 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6
|
| 47 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| 48 |
|
| 49 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-5
|
| 50 |
- Autorebuild for GCC 4.3
|
| 51 |
|
| 52 |
* Sat Oct 13 2007 Ian Chapman <packages[AT]amiga-hardware.com> 1.2-4
|
| 53 |
- Added man page
|
| 54 |
|
| 55 |
* Tue Aug 21 2007 Ian Chapman <packages[AT]amiga-hardware.com> 1.2-3
|
| 56 |
- Release bump for F8 mass rebuild
|
| 57 |
- License change due to new guidelines
|
| 58 |
- A few cosmetic cleanups of the spec file
|
| 59 |
|
| 60 |
* Mon Aug 28 2006 Ian Chapman <packages[AT]amiga-hardware.com> 1.2-2
|
| 61 |
- Release bump for FC6 mass rebuild
|
| 62 |
|
| 63 |
* Mon Jun 05 2006 Ian Chapman <packages[AT]amiga-hardware.com> 1.2-1
|
| 64 |
- Version bump
|
| 65 |
- Dropped patches, they are no longer required
|
| 66 |
- Changed URL to use primary site, rather than a mirror
|
| 67 |
|
| 68 |
* Sun May 28 2006 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-9
|
| 69 |
- Updated keys patch which fixes the keys under BOTH the console and an
|
| 70 |
xterm, courtesy of Hans de Goede
|
| 71 |
- Added provides to offer lower case alias in preparation for probable
|
| 72 |
policy change
|
| 73 |
|
| 74 |
* Sat May 27 2006 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-8.iss
|
| 75 |
- Added patch to fix compilation with gcc41 courtesy of Hans de Goede
|
| 76 |
- Added patch to fix Home, End, F1, F2, F3 keys courtesy of Hans de Goede
|
| 77 |
- Added rpmoptflags to make line
|
| 78 |
- Removed compat-gcc-32 buildrequires - obsoleted by gcc41 patch.
|
| 79 |
- Use %%{?dist} for most recent changelog entry - avoids incoherent changelog
|
| 80 |
versions if %%{?dist} macro is missing or different.
|
| 81 |
|
| 82 |
* Sat May 13 2006 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-7.iss
|
| 83 |
- Removed gcc32 patch. It's now specified on the make command line
|
| 84 |
- Replaced %%{__rm} in clean section with rm
|
| 85 |
|
| 86 |
* Mon May 01 2006 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-6.iss
|
| 87 |
- Altered spec file to more closely follow Fedora build guidelines
|
| 88 |
|
| 89 |
* Tue Oct 25 2004 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-5.iss
|
| 90 |
- Fixes for deprecated fields with the latest version of rpmbuild
|
| 91 |
|
| 92 |
* Thu Dec 04 2003 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-4
|
| 93 |
- Minor fixes to changelog
|
| 94 |
- Fixed permissions on documentation directory
|
| 95 |
- Changed group to Applications/Text
|
| 96 |
|
| 97 |
* Sun Oct 05 2003 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-3
|
| 98 |
- Minor fixes to prep and clean
|
| 99 |
|
| 100 |
* Fri Jul 18 2003 Ian Chapman <packages[AT]amiga-hardware.com> 1.1-2
|
| 101 |
- Fixed few harmless bugs in SPEC file. Improved use of Macros.
|