public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: rayvd <rayvd@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/remind] epel10: Reverted to version 03.01.02 and added rem2html to /usr/bin
Date: Fri, 21 Aug 2026 13:52:39 GMT	[thread overview]
Message-ID: <178732035932.1.11207167564335168879.rpms-remind-024049c33c51@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/remind
            Branch : epel10
            Commit : 024049c33c51a73d4dfaaef5d472d227ac9f0090
            Author : rayvd <rayvd@fedoraproject.org>
            Date   : 2008-01-28T19:22:57+00:00
            Stats  : +16/-10 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/remind/c/024049c33c51a73d4dfaaef5d472d227ac9f0090?branch=epel10

            Log:
            Reverted to version 03.01.02 and added rem2html to /usr/bin
- bz #430502, #430507

---
diff --git a/.cvsignore b/.cvsignore
index 70d5d99..039802a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-remind-03.01.03.tar.gz
+remind-03.01.02.tar.gz

diff --git a/remind.spec b/remind.spec
index 7974227..9503622 100644
--- a/remind.spec
+++ b/remind.spec
@@ -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 @@ end for Remind using Tcl/Tk.
 # 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 @@ popd
 
 %build
 %configure
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %check
 cd src
@@ -60,10 +60,14 @@ if ! make test; then
 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 @@ desktop-file-install --vendor "fedora"             \
   %{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 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/tkremind.1.gz
 
 %changelog
-* Sun Jan 20 2008 Ray Van Dolson <rayvd@bludgeon.org> - 03.01.03-1
-- Updated to version 03.01.03
+* Mon Jan 28 2008 Ray Van Dolson <rayvd@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@bludgeon.org> - 03.01.02-2
 - Added tcllib requires per bz #290761

diff --git a/sources b/sources
index 5b29e05..b27ba4a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32fa5390910829db16f1f126a0120e94  remind-03.01.03.tar.gz
+6cd87cfbd5547e0477f5cbf7e900dc50  remind-03.01.02.tar.gz

                 reply	other threads:[~2026-08-21 13:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178732035932.1.11207167564335168879.rpms-remind-024049c33c51@fedoraproject.org \
    --to=rayvd@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox