rpms/remind/F-7 .cvsignore, 1.6, 1.7 remind.spec, 1.6, 1.7 sources, 1.6, 1.7

Ray Van Dolson (rayvd) fedora-extras-commits at redhat.com
Tue Jan 29 18:35:47 UTC 2008


Author: rayvd

Update of /cvs/extras/rpms/remind/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25787

Modified Files:
	.cvsignore remind.spec sources 
Log Message:
Addresses bz #430502



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/remind/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Jan 2008 04:34:23 -0000	1.6
+++ .cvsignore	29 Jan 2008 18:34:58 -0000	1.7
@@ -1 +1 @@
-remind-03.01.03.tar.gz
+remind-03.01.02.tar.gz


Index: remind.spec
===================================================================
RCS file: /cvs/extras/rpms/remind/F-7/remind.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- remind.spec	21 Jan 2008 04:34:23 -0000	1.6
+++ remind.spec	29 Jan 2008 18:34:58 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           remind
-Version:        03.01.03
-Release:        1%{?dist}
+Version:        03.01.02
+Release:        3%{?dist}
 Summary:        A sophisticated calendar and alarm program
 
 Group:          Applications/Productivity
@@ -36,7 +36,7 @@
 # Convert remind man page to UTF8
 pushd man
 iconv -c -t UTF8 remind.1 > remind.1.utf8
-mv remind.1.utf8 remind.1
+%{__mv} remind.1.utf8 remind.1
 popd
 %patch0 -p1
 pushd www
@@ -45,7 +45,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %check
 cd src
@@ -60,10 +60,14 @@
 fi
 
 %install
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
 # This preserves timestamps.
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
 
+# Copy rem2html to /usr/bin.  Leave in the www directory also as it is used
+# by the demo program there.
+%{__install} -m 755 -p www/rem2html $RPM_BUILD_ROOT/usr/bin/
+
 # Install desktop stuff.
 desktop-file-install --vendor "fedora"             \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications  \
@@ -71,10 +75,11 @@
   %{SOURCE1}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%{_bindir}/rem2html
 %{_bindir}/cm2rem.tcl
 %{_bindir}/rem2ps
 %{_bindir}/remind
@@ -93,8 +98,9 @@
 %{_mandir}/man1/tkremind.1.gz
 
 %changelog
-* Sun Jan 20 2008 Ray Van Dolson <rayvd at bludgeon.org> - 03.01.03-1
-- Updated to version 03.01.03
+* Mon Jan 28 2008 Ray Van Dolson <rayvd at bludgeon.org> - 03.01.02-3
+- Copied rem2html to /usr/bin per bz #430502
+- Using a few more macros in spec file
 
 * Thu Sep 19 2007 Ray Van Dolson <rayvd at bludgeon.org> - 03.01.02-2
 - Added tcllib requires per bz #290761


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/remind/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Jan 2008 04:34:23 -0000	1.6
+++ sources	29 Jan 2008 18:34:58 -0000	1.7
@@ -1 +1 @@
-32fa5390910829db16f1f126a0120e94  remind-03.01.03.tar.gz
+6cd87cfbd5547e0477f5cbf7e900dc50  remind-03.01.02.tar.gz




More information about the fedora-extras-commits mailing list