Reverted to version 03.01.02 and added rem2html to /usr/bin

- bz #430502, #430507
This commit is contained in:
rayvd 2008-01-28 19:22:57 +00:00
parent 8992d87cab
commit 024049c33c
3 changed files with 16 additions and 10 deletions

View File

@ -1 +1 @@
remind-03.01.03.tar.gz remind-03.01.02.tar.gz

View File

@ -1,6 +1,6 @@
Name: remind Name: remind
Version: 03.01.03 Version: 03.01.02
Release: 1%{?dist} Release: 3%{?dist}
Summary: A sophisticated calendar and alarm program Summary: A sophisticated calendar and alarm program
Group: Applications/Productivity Group: Applications/Productivity
@ -36,7 +36,7 @@ end for Remind using Tcl/Tk.
# Convert remind man page to UTF8 # Convert remind man page to UTF8
pushd man pushd man
iconv -c -t UTF8 remind.1 > remind.1.utf8 iconv -c -t UTF8 remind.1 > remind.1.utf8
mv remind.1.utf8 remind.1 %{__mv} remind.1.utf8 remind.1
popd popd
%patch0 -p1 %patch0 -p1
pushd www pushd www
@ -45,7 +45,7 @@ popd
%build %build
%configure %configure
make %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
cd src cd src
@ -60,10 +60,14 @@ if ! make test; then
fi fi
%install %install
rm -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
# This preserves timestamps. # This preserves timestamps.
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p" 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. # Install desktop stuff.
desktop-file-install --vendor "fedora" \ desktop-file-install --vendor "fedora" \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
@ -71,10 +75,11 @@ desktop-file-install --vendor "fedora" \
%{SOURCE1} %{SOURCE1}
%clean %clean
rm -rf $RPM_BUILD_ROOT %{__rm} -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/rem2html
%{_bindir}/cm2rem.tcl %{_bindir}/cm2rem.tcl
%{_bindir}/rem2ps %{_bindir}/rem2ps
%{_bindir}/remind %{_bindir}/remind
@ -93,8 +98,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/tkremind.1.gz %{_mandir}/man1/tkremind.1.gz
%changelog %changelog
* Sun Jan 20 2008 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.03-1 * Mon Jan 28 2008 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-3
- Updated to version 03.01.03 - Copied rem2html to /usr/bin per bz #430502
- Using a few more macros in spec file
* Thu Sep 19 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-2 * Thu Sep 19 2007 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.02-2
- Added tcllib requires per bz #290761 - Added tcllib requires per bz #290761

View File

@ -1 +1 @@
32fa5390910829db16f1f126a0120e94 remind-03.01.03.tar.gz 6cd87cfbd5547e0477f5cbf7e900dc50 remind-03.01.02.tar.gz