Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
e83fd00bcf dist-git conversion 2010-07-29 15:29:48 +00:00
Bill Nottingham
6f51c5df9f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:19:48 +00:00
Jesse Keating
a4fc03fece Initialize branch F-11 for wyrd 2009-04-15 06:07:51 +00:00
6 changed files with 110 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wyrd-1.4.4.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
a376c05ba614625da06082d850c742c7 wyrd-1.4.4.tar.gz

View file

@ -0,0 +1,21 @@
diff -ru wyrd-1.4.3/wyrdrc wyrd-1.4.3.p/wyrdrc
--- wyrd-1.4.3/wyrdrc 2007-08-18 05:30:06.000000000 +0200
+++ wyrd-1.4.3.p/wyrdrc 2007-08-18 10:26:38.000000000 +0200
@@ -1,3 +1,8 @@
+#
+# Do not edit this file!
+# Edit /etc/wyrdrc.local instead
+#
+
# Wyrd run-configuration file
# command for the Remind executable
@@ -165,6 +170,7 @@
color left_divider cyan blue
color right_divider cyan blue
-
+# Put different default values in this file
+include "/etc/wyrdrc.local"
# arch-tag: DO_NOT_CHANGE_ee9bb855-2fde-4a61-8645-8ba31b35eaab

1
wyrd-wyrdrc.local Normal file
View file

@ -0,0 +1 @@
# Use this file for your local wyrd configuration changes

86
wyrd.spec Normal file
View file

@ -0,0 +1,86 @@
Name: wyrd
Version: 1.4.4
Release: 4%{?dist}
Summary: A ncurses frontend for the calendar application remind
Group: Applications/Productivity
License: GPLv2
URL: http://pessimization.com/software/wyrd/
Source0: http://pessimization.com/software/wyrd/wyrd-%{version}.tar.gz
Source1: wyrd-wyrdrc.local
Patch0: wyrd-1.4.3-wyrdrc-local.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ocaml remind ncurses-devel
BuildRequires: ocaml-camlp4-devel
Requires: remind
%description
wyrd is a ncurses frontend for the calendar application remind.
%prep
%setup -q
%patch0 -p1 -b .wyrdrc-local
%build
%configure --enable-utf8
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog doc/TODO doc/manual.pdf doc/manual.html
%config %{_sysconfdir}/wyrdrc
%config(noreplace) %{_sysconfdir}/wyrdrc.local
%{_bindir}/wyrd
%{_mandir}/man1/wyrd.1*
%{_mandir}/man5/wyrdrc.5*
%changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Dec 09 2008 Till Maas <opensource@till.name> - 1.4.4-3
- Add Requires: remind
* Tue Jul 08 2008 Till Maas <opensource@till.name> - 1.4.4-2
- fix BuildRequires, camlp4 is not needed/supported as BR anymore
* Fri Feb 22 2008 Till Maas <opensource till name> - 1.4.4-1
- update to latest version that fixes CVE-2008-0806 in a different way
- update URL/SOURCE to new location
- remove ExcludeArch, because ocaml is now available for ppc64
* Thu Feb 21 2008 Till Maas <opensource till name> - 1.4.3b-1
- update to latest version
- include patch from debian to fix CVE-2008-0806
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.3-4
- Autorebuild for GCC 4.3
* Sun Oct 21 2007 Till Maas <opensource till name> - 1.4.3-3
- fix permissions of local config file
- use globbing for manpages (the may not be gzipped)
- add ExludeArch ppc64
* Tue Aug 28 2007 Till Maas <opensource till name> - 1.4.3-2
- Fix BuildRequires for F8
* Sat Aug 18 2007 Till Maas <opensource till name> - 1.4.3-1
- initial spec for Fedora