Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4180a8ccaf | ||
|
|
424b507686 | ||
|
|
71dd897860 | ||
|
|
e0ad5084c4 | ||
|
|
95f3b947ae | ||
|
|
d720aea25c | ||
|
|
497c1d12bd | ||
|
|
f473a5aa5b | ||
|
|
5c7fa292b6 | ||
|
|
adddbd673e | ||
| 8149918106 | |||
|
|
1dc4a550c8 | ||
|
|
c7244a6fff | ||
|
|
1e98b95ee1 | ||
|
|
e805043f80 | ||
|
|
0f212b66b9 | ||
|
|
b7c0f01217 | ||
|
|
4d79de7f23 | ||
|
|
1ef2799e67 | ||
|
|
a694d486fc | ||
|
|
eb88db9491 | ||
|
|
02f0764b1a | ||
|
|
5d76100792 | ||
|
|
f8537a6fd2 | ||
|
|
5e7c379338 | ||
| c468749ccf | |||
|
|
9f378b2453 | ||
| 60241e420d | |||
| e849b104bb | |||
| 600d70e488 | |||
| 40d29a5afc | |||
| 7a61b0abe2 |
7 changed files with 1 additions and 129 deletions
|
|
@ -1 +0,0 @@
|
|||
wyrd-1.4.4.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wyrd
|
||||
# $Id$
|
||||
NAME := wyrd
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
a376c05ba614625da06082d850c742c7 wyrd-1.4.4.tar.gz
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
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 +0,0 @@
|
|||
# Use this file for your local wyrd configuration changes
|
||||
84
wyrd.spec
84
wyrd.spec
|
|
@ -1,84 +0,0 @@
|
|||
Name: wyrd
|
||||
Version: 1.4.4
|
||||
Release: 1%{?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)
|
||||
|
||||
# There is no ocaml for ppc64
|
||||
# Bugs: https://bugzilla.redhat.com/344581 (wyrd)
|
||||
# https://bugzilla.redhat.com/239077 (ocaml)
|
||||
#ExcludeArch: ppc64
|
||||
BuildRequires: ocaml remind ncurses-devel
|
||||
# can be removed when F7 is EOL
|
||||
BuildRequires: camlp4
|
||||
|
||||
# Since F8 ocaml-camlp4-devel instead of camlp4 is needed
|
||||
%if 0%{?fedora} >= 8
|
||||
BuildRequires: ocaml-camlp4-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
wyrd is a ncurses frontend for the calendar application remind.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%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
|
||||
* 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
|
||||
Reference in a new issue