diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 1d7b708..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -wklej-0.0.9.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 18e0888..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wklej -# $Id$ -NAME := wklej -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..16a4b17 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +wklej fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676214 diff --git a/sources b/sources deleted file mode 100644 index 6d14db2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -a5896dbd7b0da6b53e3aebd173346228 wklej-0.0.9.tar.gz diff --git a/wklej.spec b/wklej.spec deleted file mode 100644 index cfeb3cf..0000000 --- a/wklej.spec +++ /dev/null @@ -1,51 +0,0 @@ -Name: wklej -Version: 0.0.9 -Release: 3%{?dist} -Summary: A wklej.org submitter -Summary(pl): Skrypt umieszczający tekst w serwisie wklej.org - -Group: Applications/Text -License: GPLv2+ -URL: http://wklej.org/ -Source0: http://wklej.org/apps/wklej-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -#BuildRequires: -#Requires: - -%description -A wklej.org submitter. - -%description -l pl -Skrypt służący do umieszczania tesktu w serwisie wklej.org. - -%prep -%setup -q -c - - -%build -#nothing to build - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -p -m 755 wklej-%{version}.pl $RPM_BUILD_ROOT%{_bindir}/wklej - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%{_bindir}/wklej - - -%changelog -* Sun Jan 20 2008 Rafał Psota 0.0.9-3 -- preserve timestamps for the source -* Sun Dec 23 2007 Rafał Psota 0.0.9-2 -- removed external COPYING file -* Sat Dec 22 2007 Rafał Psota 0.0.9-1 -- Initial release