Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afde7dc80e | ||
|
|
104245c51f | ||
|
|
45ce9d87c5 | ||
| 9720dc04ee | |||
|
|
fc98f0f4f4 | ||
|
|
43aab8d4ba | ||
|
|
8ae2478b94 | ||
|
2eba4f2c81 |
|||
| 13960b1445 | |||
|
|
872aaa8464 | ||
|
|
d74764a9c9 | ||
|
|
786fa52f0f | ||
|
|
4e36717939 | ||
|
|
21b4f7c518 | ||
|
|
f65417d631 | ||
|
|
ee33570f89 | ||
|
|
09624fbaee | ||
|
|
ee183027cd | ||
|
|
37624a8bfc | ||
|
|
1156081a64 | ||
|
|
4ee53d2618 | ||
|
|
2580112434 | ||
|
|
d8274ee13e | ||
|
|
39e9e42c86 | ||
|
|
97bc2e0fdf | ||
|
|
15ed50ac62 | ||
|
|
1faed7b94c | ||
|
|
3b46841529 | ||
|
|
d3d56f811b |
5 changed files with 1 additions and 74 deletions
|
|
@ -1 +0,0 @@
|
|||
wklej-0.0.9.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
wklej fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676214
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
a5896dbd7b0da6b53e3aebd173346228 wklej-0.0.9.tar.gz
|
||||
51
wklej.spec
51
wklej.spec
|
|
@ -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 <rafalzaq@gmail.com> 0.0.9-3
|
||||
- preserve timestamps for the source
|
||||
* Sun Dec 23 2007 Rafał Psota <rafalzaq@gmail.com> 0.0.9-2
|
||||
- removed external COPYING file
|
||||
* Sat Dec 22 2007 Rafał Psota <rafalzaq@gmail.com> 0.0.9-1
|
||||
- Initial release
|
||||
Loading…
Add table
Add a link
Reference in a new issue