From 0cfdd761cc37e5638f0dbc1013b673f04b91757a Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jan 09 2020 11:17:02 +0000 Subject: Orphaned for 6+ weeks --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e950275..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -dzen2-0.8.5-2010-01-04.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/dzen2-0.8.5-2010-01-04-fedora-config.patch b/dzen2-0.8.5-2010-01-04-fedora-config.patch deleted file mode 100644 index 5dfdf4c..0000000 --- a/dzen2-0.8.5-2010-01-04-fedora-config.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -up dzen2-0.8.5-2010-01-04/config.mk.fedora-config dzen2-0.8.5-2010-01-04/config.mk ---- dzen2-0.8.5-2010-01-04/config.mk.fedora-config 2010-01-04 23:53:18.000000000 +0100 -+++ dzen2-0.8.5-2010-01-04/config.mk 2010-01-04 23:53:25.000000000 +0100 -@@ -39,8 +39,8 @@ INCS = -I. -I/usr/include -I${X11INC} - - - ## Option 5: With XFT --LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft` --CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` -+#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft` -+#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` - - - ## Option 6: With XPM and XFT -@@ -49,15 +49,15 @@ CFLAGS = -Wall -Os ${INCS} -DVERSION=\"$ - - - ## Option 7: With Xinerama and XPM and XFT --#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` --#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` -+LIBS = -L$(LIBDIR) -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` -+CFLAGS = $(RPM_OPT_FLAGS) -Wall ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` - - - - # END of feature configuration - - --LDFLAGS = ${LIBS} -+LDFLAGS = $(RPM_OPT_FLAGS) ${LIBS} - - # Solaris, uncomment for Solaris - #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -diff -up dzen2-0.8.5-2010-01-04/gadgets/config.mk.fedora-config dzen2-0.8.5-2010-01-04/gadgets/config.mk ---- dzen2-0.8.5-2010-01-04/gadgets/config.mk.fedora-config 2007-07-20 11:30:48.000000000 +0200 -+++ dzen2-0.8.5-2010-01-04/gadgets/config.mk 2010-01-04 23:53:04.000000000 +0100 -@@ -8,10 +8,10 @@ X11INC = /usr/X11R6/include - INCS = -I. -I/usr/include -I${X11INC} - - X11LIB = /usr/X11R6/lib --LIBS = -L/usr/lib -+LIBS = -L$(LIBDIR) - --CFLAGS = -Os ${INCS} --LDFLAGS = ${LIBS} -+CFLAGS = $(RPM_OPT_FLAGS) -Os ${INCS} -+LDFLAGS = $(RPM_OPT_FLAGS) ${LIBS} - - # compiler and linker - CC = gcc diff --git a/dzen2-0.8.5-2010-01-04-verbose.patch b/dzen2-0.8.5-2010-01-04-verbose.patch deleted file mode 100644 index dfc8e38..0000000 --- a/dzen2-0.8.5-2010-01-04-verbose.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff -up dzen2-0.8.5-2010-01-04/Makefile.verbose dzen2-0.8.5-2010-01-04/Makefile ---- dzen2-0.8.5-2010-01-04/Makefile.verbose 2009-02-02 02:44:07.000000000 +0100 -+++ dzen2-0.8.5-2010-01-04/Makefile 2010-01-04 23:53:48.000000000 +0100 -@@ -17,14 +17,13 @@ options: - - .c.o: - @echo CC $< -- @${CC} -c ${CFLAGS} $< -+ ${CC} -c ${CFLAGS} $< - - ${OBJ}: dzen.h action.h config.mk - - dzen2: ${OBJ} - @echo LD $@ -- @${LD} -o $@ ${OBJ} ${LDFLAGS} -- @strip $@ -+ ${LD} -o $@ ${OBJ} ${LDFLAGS} - @echo "Run ./help for documentation" - - clean: -diff -up dzen2-0.8.5-2010-01-04/gadgets/Makefile.verbose dzen2-0.8.5-2010-01-04/gadgets/Makefile ---- dzen2-0.8.5-2010-01-04/gadgets/Makefile.verbose 2008-01-04 22:57:27.000000000 +0100 -+++ dzen2-0.8.5-2010-01-04/gadgets/Makefile 2010-01-05 00:04:14.000000000 +0100 -@@ -17,31 +17,27 @@ options: - - .c.o: - @echo CC $< -- @${CC} -c ${CFLAGS} $< -+ ${CC} -c ${CFLAGS} $< - - ${OBJ}: dbar.h config.mk - - dbar: ${OBJ} - @echo LD $@ -- @${LD} -o $@ dbar-main.o dbar.o ${LDFLAGS} -- @strip $@ -+ ${LD} -o $@ dbar-main.o dbar.o ${LDFLAGS} - - gdbar: ${OBJ} - @echo LD $@ - # @${LD} -o $@ gdbar.o dbar.o ${LDFLAGS} -L${X11LIB} -lX11 -- @${LD} -o $@ gdbar.o dbar.o ${LDFLAGS} -- @strip $@ -+ ${LD} -o $@ gdbar.o dbar.o ${LDFLAGS} - - gcpubar: ${OBJ} - @echo LD $@ - # @${LD} -o $@ gcpubar.o dbar.o ${LDFLAGS} -L${X11LIB} -- @${LD} -o $@ gcpubar.o dbar.o ${LDFLAGS} -- @strip $@ -+ ${LD} -o $@ gcpubar.o dbar.o ${LDFLAGS} - - textwidth: ${OBJ} - @echo LD $@ -- @${LD} -o $@ textwidth.o ${LDFLAGS} -L${X11LIB} -lX11 -- @strip $@ -+ ${LD} -o $@ textwidth.o ${LDFLAGS} -L${X11LIB} -lX11 - - clean: - @echo cleaning diff --git a/dzen2-0.8.5-check_environment.patch b/dzen2-0.8.5-check_environment.patch deleted file mode 100644 index 066436e..0000000 --- a/dzen2-0.8.5-check_environment.patch +++ /dev/null @@ -1,93 +0,0 @@ -diff -up dzen2-0.8.5/config.mk.check_environment dzen2-0.8.5/config.mk ---- dzen2-0.8.5/config.mk.check_environment 2007-08-18 08:18:50.000000000 +0200 -+++ dzen2-0.8.5/config.mk 2007-12-26 13:40:06.000000000 +0100 -@@ -4,40 +4,41 @@ VERSION = 0.8.5 - # Customize below to fit your system - - # paths --PREFIX = /usr/local --MANPREFIX = ${PREFIX}/share/man -+PREFIX ?= /usr/local -+MANPREFIX ?= ${PREFIX}/share/man - - X11INC = /usr/X11R6/include - X11LIB = /usr/X11R6/lib - INCS = -I. -I/usr/include -I${X11INC} - - # Configure the features you want to be supported --# Only one of the following options has to be uncommented, --# all others must be commented! --# --# Uncomment: Remove # from the beginning of respective lines --# Comment : Add # to the beginning of the respective lines - --# Option 1: No Xinerama no XPM --LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 --CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -+# Remove the # from the next line to enable Xinerama support -+#DZEN_XINERAMA=1 -+ -+# Remove the # from the next line to enable Xpm support -+#DZEN_XPM=1 - --# Option 2: No Xinerama with XPM --#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXpm --#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XPM -- --# Option 3: With Xinerama no XPM --#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama --#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -- --# Option 4: With Xinerama and XPM --#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm --#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -+# Uncomment: Remove # from the beginning of respective lines -+# Comment : Add # to the beginning of the respective lines - - # END of feature configuration - -+CFLAGS ?= -Os -+CFLAGS += ${INCS} -DVERSION=\"${VERSION}\" -+LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -+ -+ifeq ($(DZEN_XINERAMA),1) -+LIBS += -lXinerama -+CFLAGS += -DDZEN_XINERAMA -+endif -+ -+ifeq ($(DZEN_XPM), 1) -+LIBS += -lXpm -+CFLAGS += -DDZEN_XPM -+endif - --LDFLAGS = ${LIBS} -+LDFLAGS = ${CFLAGS} ${LIBS} - - # Solaris, uncomment for Solaris - #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -diff -up dzen2-0.8.5/gadgets/config.mk.check_environment dzen2-0.8.5/gadgets/config.mk ---- dzen2-0.8.5/gadgets/config.mk.check_environment 2007-08-18 08:18:50.000000000 +0200 -+++ dzen2-0.8.5/gadgets/config.mk 2007-12-26 13:39:04.000000000 +0100 -@@ -1,8 +1,8 @@ - # Customize below to fit your system - - # paths --PREFIX = /usr/local --MANPREFIX = ${PREFIX}/share/man -+PREFIX ?= /usr/local -+MANPREFIX ?= ${PREFIX}/share/man - - X11INC = /usr/X11R6/include - INCS = -I. -I/usr/include -I${X11INC} -@@ -10,8 +10,9 @@ INCS = -I. -I/usr/include -I${X11INC} - X11LIB = /usr/X11R6/lib - LIBS = -L/usr/lib - --CFLAGS = -Os ${INCS} --LDFLAGS = ${LIBS} -+CFLAGS ?= -Os -+CFLAGS += ${INCS} -+LDFLAGS = ${CFLAGS} ${LIBS} - - # compiler and linker - CC = gcc diff --git a/dzen2-dbar.1 b/dzen2-dbar.1 deleted file mode 100644 index a12f78f..0000000 --- a/dzen2-dbar.1 +++ /dev/null @@ -1,55 +0,0 @@ -.TH "DBAR" 1 "Jan 01 2008" -.SH NAME -dzen2-dbar \- simple gadget that you can use in combination with dzen to display a progressbar. -.SH SYNOPSIS -.HP 7 -\fBdzen2-dbar\fR [\-w \fIcharacters\fR] [\-s \fIsymbol\fR] [\-min \fIminvalue\fR] [\-max \fImaxvalue\fR] [\-l \fIstring\fR] [\-nonl] -.SH DESCRIPTION -.B dbar -is an application that generates semi graphical progress meters, from some values you supply to it. -.PP -See the usage examples for a description of the expected input format. -.SH OPTIONS -A summary of options is included below. -.TP -.B \-max -Value to be considered 100% (default: 100) -.TP -.B \-min -Value to be considered 0% (default: 0) -.TP -.B \-w -Number of charcaters to be considered 100% in the bar (default: 25 ) -.TP -.B \-s -Symbol represeting the percentage value in the bar (default: = ) -.TP -.B \-l -label to be prepended to the bar (default: '' ) -.TP -.B \-nonl -no new line, don't put '\n' at the end of the bar (default: do print '\n') -.SH USAGE EXAMPLES -.TP -.B Static 0% and 100% mark or single value input: -.ip -Command: echo 25 | dbar -m 100 -l Sometext -.br -Output: Sometext 25% [====== ] -.TP -.B If your 100% mark changes dynamically or 2-values input: -.ip -Command: echo "50 150" | dbar -.br -Output: 33% [======== ] -.TP -.B If your value range is not between [0, maxval] or 3-values input: -.ip -Command: echo "50 -25 150" | dbar -.br -Output: 43% [=========== ] -.PP -Dbar was written by Robert Manea. -.PP -This manual page was written by bertagaz , -for the Debian project (but may be used by others). diff --git a/dzen2-gcpubar.1 b/dzen2-gcpubar.1 deleted file mode 100644 index 9a950e5..0000000 --- a/dzen2-gcpubar.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH "GCPUBAR" 1 "Jan 01 2008" -.SH NAME -dzen2-gcpubar \- graphical CPU usage meter -.SH SYNOPSIS -.HP 7 -\fBdzen2-gcpubar\fR [\-i \fIinterval\fR] [\-c \fIcount\fR] [\-fg \fIcolor\fR] [\-bg \fIcolor\fR] [\-w \fIpixel\fR] [\-h\ \fIpixel\fR] [\-nonl] -.SH DESCRIPTION -.B gcpubar -is a CPU utilization meter for Linux. It relies on the existence of the /proc/stat file and generates fully graphical meters viewable with dzen. -.SH OPTIONS -A summary of options is included below. -.TP -.B \-i -Update interval in seconds (default 1). You can use positive values less than 1 for intervals shorter than 1 second. -.TP -.B \-c -Terminate after displaying argument to this option (default infinite). -.TP -.B \-fg -Foreground color -.TP -.B \-bg -Background color -.TP -.B \-w -Width in piwels -.TP -.B \-h -Height in pixels -.TP -.B \-nonl -No new line, don't put '\n' at the end of the bar (default: do print '\n') -.PP -gcpubar was written by Robert Manea. -.PP -This manual page was written by bertagaz , -for the Debian project (but may be used by others). diff --git a/dzen2-gdbar.1 b/dzen2-gdbar.1 deleted file mode 100644 index 6bd2d78..0000000 --- a/dzen2-gdbar.1 +++ /dev/null @@ -1,49 +0,0 @@ -.TH "GDBAR" 1 "Jan 01 2008" -.SH NAME -dzen2-gdbar \- generates fully graphical progress meters -.SH SYNOPSIS -.HP 7 -\fBdzen2-gdbar\fR [\-w \fIcharacters\fR] [\-s \fIsymbol\fR] [\-fg \fIcolor\fR] [\-bg \fIcolor\fR] [\-min \fIminvalue\fR] [\-max \fImaxvalue\fR] [\-l \fIstring\fR] [\-nonl] [\-o] -.SH DESCRIPTION -.B gdbar -application that generates fully graphical progress meters, from some values you supply to it. -.PP -It has the same input semantics as dbar (see -.B dbar (1) -\). In contrast to dbar, gdbar draws fully graphical meters which are only useful in combination with dzen. -.PP -See the usage examples for a description of the expected input format. -.SH OPTIONS -A summary of options is included below. -.TP -.B \-max -Value to be considered 100% (default: 100) -.TP -.B \-min -Value to be considered 0% (default: 0) -.TP -.B \-fg -Foreground color. (default white) -.TP -.B \-bg -Bacground color (default darkgrey) -.TP -.B \-w -Size in pixels to be considered 100% in the bar (default: 80 ) -.TP -.B \-h -Bar height. -.TP -.B \-l -label to be prepended to the bar (default: '' ) -.TP -.B \-o -Draw conky style meters. -.TP -.B \-nonl -no new line, don't put '\n' at the end of the bar (default: do print '\n') -.PP -Dbar was written by Robert Manea. -.PP -This manual page was written by bertagaz , -for the Debian project (but may be used by others). diff --git a/dzen2-tarball b/dzen2-tarball deleted file mode 100755 index 652f88e..0000000 --- a/dzen2-tarball +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -REPOS="http://dzen.googlecode.com/svn/trunk/" - -# Revison is ${1} when given -REVISION=${1:-$(date +%Y%m%d)} -VERSION=${2:-0.8.5} -NAME="${0%-tarball}-${VERSION}-${REVISION}" - -echo USAGE: "${0} [DATE]" -echo "Creates a tarball with the sources from DATE" -echo "Format of DATE: YYYY-MM-DD" -echo "Default is today" -echo - -echo Using revision ${REVISION} - -if [[ ! -e ${NAME} && ! -e ${NAME}.tar.gz ]] -then - svn export -r "{${REVISION}}" ${REPOS} ${NAME} || \ - (echo "svn export did not work, maybe wrong date format?" && exit 1) - - tar czvf ${NAME}.tar.gz ${NAME} - rm -rf ${NAME} -else - echo "${NAME}(.tar.gz) does already exist" -fi diff --git a/dzen2-textwidth.1 b/dzen2-textwidth.1 deleted file mode 100644 index e674b35..0000000 --- a/dzen2-textwidth.1 +++ /dev/null @@ -1,26 +0,0 @@ -.TH "TEXTWIDTH" 1 "Jan 01 2008" -.SH NAME -dzen2-textwidth \- calculate the width in pixels of text for a given font. -.SH SYNOPSIS -.HP 7 -\fBdzen2-textwidth\fR \fIfontname\fR \fIstring\fR -.SH DESCRIPTION -.B textwidth -is a simple utility to calculate the width in pixels of text with a given font. -.PP -This tool is provided as part of the -.B dzen2 (1) -package. -.SH OPTIONS -A summary of options is included below. -.TP -.B fontname -Set the font. -.TP -.B string -Set the string. -.PP -textwidth was written by Robert Manea. -.PP -This manual page was written by bertagaz , -for the Debian project (but may be used by others). diff --git a/dzen2.1 b/dzen2.1 deleted file mode 100644 index d19e6fb..0000000 --- a/dzen2.1 +++ /dev/null @@ -1,91 +0,0 @@ -.T utf8 -.TH DZEN 1 -.SH NAME -dzen2 \- general-purpose messaging and notification for X11 -.SH SYNOPSIS -.B dzen2 -[\-v] [\-p [seconds]] [\-m [v|h]] [\-ta ] [\-sa ] - [\-x ] [\-y ] [\-w ] [\-tw ] [\-u] - [\-e ] [\-l ] [\-fn ] [\-bg ] - [\-fg ] [\-xs ] -.SH DESCRIPTION -.B Dzen -is a general\-purpose messaging and notification program for X11, -desigend to be scriptable in any language and integrate well with -window managers like dwm, wmii and xmonad though it will work with any -windowmanger. -.PP -.B Dzen -expects the status message on its standard input, and uses a custom -formatting language for colors and several other features (like bar -meters and such). See README for detailed usage and scripting -instructions. -.SH OPTIONS -.TP -.B \-fg -Set foreground color. The can be specified either as symbolic -name (e.g. red, darkgreen, etc.) or as #rrggbb hex\-value -(e.g. #ffffaa). -.TP -.B \-bg -Set background color (same format as \-fg). -.TP -.B \-fn -Set font (using the format of xlsfonts and xfontsel). -.TP -.B \-ta -Set alignement of title window content: l(eft), c(center) or r(ight). -.TP -.B \-tw -Set title window width. -.TP -.B \-sa -Set alignment of slave window (see -.B \-ta -). -.TP -.B \-l -Number of lines to display in slave window (see (1) in README). -.TP -.B \-e -Set up events and actions, eg. responses to mouse clicks (see (2) in README). -.TP -.B \-m -Start up in menu mode (see (3) in README). -.TP -.B \-u -Update contents of title and slave window simultaneously, see (see (4) in README). -.TP -.B \-p [] -Persist EOF (optional timeout in seconds). -.TP -.B \-x -Set x position on the screen. -.TP -.B \-y -Set y position on the screen. -.TP -.B \-h -Set line height (defaults to fontheight + 2 pixels). -.TP -.B \-w -width -.TP -.B \-xs -Set the Xinerama screen number where dzen should appear. -.TP -.B \-v -Display version information. - -.SH SEE ALSO -More detailed documentation (especially on the formatting language of -dzen2) is available in /usr/share/doc/dzen2/README.gz. - -.SH AUTHOR -.B Dzen2 -has been written by -.B Robert Manea. -This manpage has been written, based on dzen documentation, by Petr -Ročkai, for Debian GNU/Linux, but may be used by others. This manpage -falls under the same licence as Dzen2 itself, see -/usr/share/doc/dzen2/copyright. diff --git a/dzen2.spec b/dzen2.spec deleted file mode 100644 index fbcb19a..0000000 --- a/dzen2.spec +++ /dev/null @@ -1,161 +0,0 @@ -Name: dzen2 -Version: 0.8.5 -Release: 24.20100104svn%{?dist} -Summary: A general purpose messaging and notification program - -License: MIT -URL: https://github.com/robm/dzen -# created with dzen2-tarballl 20100-01-04 -Source0: %{name}-%{version}-2010-01-04.tar.gz -#Source0: http://gotmor.googlepages.com/%{name}-latest.tar.gz -Source1: dzen2.1 -Source2: dzen2-dbar.1 -Source3: dzen2-gcpubar.1 -Source4: dzen2-gdbar.1 -Source5: dzen2-textwidth.1 -# tarball generation script -Source10: dzen2-tarball - -# 2007-12-26: sent to upstream via private e-mail, inclusion depends on usability -# for *BSD and Solaris -#Patch0: dzen2-0.8.5-check_environment.patch -# Not sent to upstream: removes strip and shows cc invocations, which seems not to -# be wanted by upstream -Patch1: dzen2-0.8.5-2010-01-04-verbose.patch -Patch2: dzen2-0.8.5-2010-01-04-fedora-config.patch - -BuildRequires: gcc -BuildRequires: libXpm-devel libXinerama-devel -# for /usr/include/X11/Xft/Xft.h -BuildRequires: libXft-devel - -%description -Dzen is a general purpose messaging, notification and menuing program for X11. -It was designed to be scriptable in any language and integrate well with window -managers like dwm, wmii and xmonad, though it will work with any windowmanger. - - -%prep -%setup -q -n %{name}-%{version}-2010-01-04 -#%patch0 -p1 -b .check_environment -%patch1 -p1 -b .verbose -%patch2 -p1 -b .fedora-config - - -%build -make %{?_smp_mflags} LIBDIR="%{_libdir}" -make -C gadgets %{?_smp_mflags} LIBDIR="%{_libdir}" - - -%install -rm -rf $RPM_BUILD_ROOT -mkdir $RPM_BUILD_ROOT -export CFLAGS="${RPM_OPT_FLAGS}" -make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} -make -C gadgets install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} -for gadget in dbar gcpubar gdbar textwidth -do -mv $RPM_BUILD_ROOT%{_bindir}/{,dzen2-}"${gadget}" -done - -mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 -for manpage in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} -do -install -m 0644 "${manpage}" $RPM_BUILD_ROOT%{_mandir}/man1/"${manpage##*/}" -done - - - -%files -# There is no .desktop file, because the applications displays data received -# via stdin, e.g. from xmonad, a window manager -# This cannot be done using a .desktop file -%doc LICENSE CREDITS README README.dzen -%doc gadgets/README.* -%{_bindir}/dzen2 -%{_bindir}/dzen2-dbar -%{_bindir}/dzen2-gcpubar -%{_bindir}/dzen2-gdbar -%{_bindir}/dzen2-textwidth -%{_mandir}/man1/dzen2.1* -%{_mandir}/man1/dzen2-dbar.1* -%{_mandir}/man1/dzen2-gcpubar.1* -%{_mandir}/man1/dzen2-gdbar.1* -%{_mandir}/man1/dzen2-textwidth.1* - - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 0.8.5-24.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 0.8.5-23.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 0.8.5-22.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 0.8.5-21.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Aug 02 2017 Fedora Release Engineering - 0.8.5-20.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 0.8.5-19.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.8.5-18.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 0.8.5-17.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.8.5-16.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Aug 16 2014 Fedora Release Engineering - 0.8.5-15.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.8.5-14.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.8.5-13.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 0.8.5-12.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.8.5-11.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jan 13 2012 Fedora Release Engineering - 0.8.5-10.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 28 2011 Till Maas - 0.8.5-9.20100104svn -- Re-add incorrectly removed %%build section (Red Hat Bug 680994) - -* Tue Feb 08 2011 Fedora Release Engineering - 0.8.5-8.20100104svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jan 04 2010 Till Maas - 0.8.5-7.20100104svn -- Update to svn snapshot to support Xft and docking RedHat Bugzilla #552386 - -* Wed Sep 16 2009 Till Maas - 0.8.5-6 -- Fix some typos in %%description - -* Thu Aug 27 2009 Till Maas - 0.8.5-5 -- Remove uneeded PREFIX= argument to make in %%build - -* Wed Aug 26 2009 Till Maas - 0.8.5-4 -- export LDFLAGS -- explain missing .desktop file - -* Tue Aug 25 2009 Till Maas - 0.8.5-3 -- use make -C instead of pushd/popd -- add manpages from debian -- prefix gadgets with dzen2 like debian does it - -* Tue Mar 31 2009 Till Maas - 0.8.5-2 -- Add description - -* Sat Nov 01 2008 Till Maas - 0.8.5-1 -- Initial package for Fedora diff --git a/sources b/sources deleted file mode 100644 index 1017ebb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -65609d5ad436a211436c49dd2a71ec85 dzen2-0.8.5-2010-01-04.tar.gz