rpms/AGReader/devel AGReader.spec,1.3,1.4

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Tue Aug 21 19:48:16 UTC 2007


Author: oddsocks

Update of /cvs/extras/rpms/AGReader/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3628

Modified Files:
	AGReader.spec 
Log Message:



Index: AGReader.spec
===================================================================
RCS file: /cvs/extras/rpms/AGReader/devel/AGReader.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AGReader.spec	28 Aug 2006 16:26:37 -0000	1.3
+++ AGReader.spec	21 Aug 2007 19:47:44 -0000	1.4
@@ -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 @@
 
 
 %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 @@
 
 
 %changelog
-* Mon Aug 28 2006 Ian Chapman <packages at amiga-hardware.com> 1.2-2%{?dist}
+* Wed Aug 21 2007 Ian Chapman <packages at 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 at amiga-hardware.com> 1.2-2
 - Release bump for FC6 mass rebuild
 
-* Mon Jun 05 2006 Ian Chapman <packages at amiga-hardware.com> 1.2-1%{?dist}
+* Mon Jun 05 2006 Ian Chapman <packages at 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




More information about the fedora-extras-commits mailing list