rpms/xsri/devel xsri.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 21 20:23:08 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xsri/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv803

Modified Files:
	xsri.spec 
Log Message:
* Fri Jul 21 2006 Mike A. Harris <mharris at redhat.com> 1:2.1.0-10.fc6
- Added manpage for xsri (#13197)
- Use {dist} tag in release field.
- Add missing docs to doc tag.



Index: xsri.spec
===================================================================
RCS file: /cvs/dist/rpms/xsri/devel/xsri.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xsri.spec	12 Jul 2006 09:24:14 -0000	1.15
+++ xsri.spec	21 Jul 2006 20:23:06 -0000	1.16
@@ -1,14 +1,15 @@
-# Note that this is NOT a relocatable package
 Summary:   X Set Root Image
 Name:      xsri
 Version:   2.1.0
-Release: 9.2.2
+Release:   10%{?dist}
 Epoch:     1
 License:   GPL
 Group:     System Environment/Base
-Source0:   %{name}-%{PACKAGE_VERSION}.tar.gz
+Source0:   %{name}-%{version}.tar.gz
+Source1:   xsri.1
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gtk2-devel >= 1.3.13
 BuildRequires: popt
 
@@ -25,29 +26,37 @@
 %install
 export CFLAGS=$RPM_OPT_FLAGS
 make DESTDIR=$RPM_BUILD_ROOT install
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc README
-%{_bindir}/*
+%doc COPYING ChangeLog README INSTALL NEWS
+%{_bindir}/xsri
+%{_mandir}/man1/xsri.1*
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1:2.1.0-9.2.2
+* Fri Jul 21 2006 Mike A. Harris <mharris at redhat.com> 1:2.1.0-10.fc6
+- Added manpage for xsri (#13197)
+- Use {dist} tag in release field.
+- Add missing docs to doc tag.
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> 1:2.1.0-9.2.2
 - rebuild
 
-* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1:2.1.0-9.2.1
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> 1:2.1.0-9.2.1
 - bump again for double-long bug on ppc(64)
 
-* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> - 1:2.1.0-9.2
+* Tue Feb 07 2006 Jesse Keating <jkeating at redhat.com> 1:2.1.0-9.2
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 
-* Thu Mar  3 2005 Mike A. Harris <mharris at redhat.com> 2.1.0-9
+* Thu Mar  3 2005 Mike A. Harris <mharris at redhat.com> 1:2.1.0-9
 - I seem to have just unknowingly won the xsri package in a game of package
   roulette.  I pledge my allegiance to make it the best eye-candy app on the
   desktop for 2005.




More information about the fedora-cvs-commits mailing list