Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Fedora Release Engineering
d8417b9f68 dist-git conversion 2010-07-29 15:22:18 +00:00
Bill Nottingham
3943858c03 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:34 +00:00
Rafał Psota
13f1d2179c update to 0.1.6 2009-02-27 11:59:29 +00:00
Rafał Psota
f6a11b831c update to 0.1.4 2008-10-13 11:00:12 +00:00
Rafał Psota
145d41a73b update to 0.1.2 2008-08-27 14:59:40 +00:00
Rafał Psota
f08286f116 update to 0.1.1 2008-08-20 22:22:14 +00:00
Jesse Keating
4c54855456 Initialize branch F-9 for wklej 2008-04-22 01:20:55 +00:00
5 changed files with 42 additions and 31 deletions

View file

@ -1 +0,0 @@
wklej-0.0.9.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wklej-0.1.6.tar.gz

View file

@ -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)

View file

@ -1 +1 @@
a5896dbd7b0da6b53e3aebd173346228 wklej-0.0.9.tar.gz
aa4d7020858c3c5783c1a3546e45fdd2 wklej-0.1.6.tar.gz

View file

@ -1,18 +1,18 @@
Name: wklej
Version: 0.0.9
Release: 3%{?dist}
Version: 0.1.6
Release: 1%{?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
Source0: http://wklej.org/m/apps/wklej-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
#BuildRequires:
#Requires:
Requires: python
%description
A wklej.org submitter.
@ -20,6 +20,19 @@ A wklej.org submitter.
%description -l pl
Skrypt służący do umieszczania tesktu w serwisie wklej.org.
%package vim
Summary: A wklej.org submitter plugin for vim
Summary(pl): Wtyczka do vima umieszczająca tekst w serwisie wklej.org
Group: Applications/Text
Requires: python vim
%description vim
A wklej.org submitter plugin for vim.
%description vim -l pl
Wtyczka do vima umieszczająca tekst w serwisie wklej.org.
%prep
%setup -q -c
@ -30,7 +43,9 @@ Skrypt służący do umieszczania tesktu w serwisie wklej.org.
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 wklej-%{version}.pl $RPM_BUILD_ROOT%{_bindir}/wklej
mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/plugin
install -p -m 755 wklej $RPM_BUILD_ROOT%{_bindir}
install -p -m 644 wklej.vim $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/plugin
%clean
@ -41,11 +56,28 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_bindir}/wklej
%files vim
%defattr(-,root,root,-)
%{_datadir}/vim/vimfiles/plugin/wklej.vim
%changelog
* Sun Jan 20 2008 Rafał Psota <rafalzaq@gmail.com> 0.0.9-3
* Thu Feb 26 2009 Rafał Psota <rafalzaq@gmail.com> - 0.1.6-1
- update to 0.1.6
* Mon Oct 13 2008 Rafał Psota <rafalzaq@gmail.com> - 0.1.4-1
- update to 0.1.4
* Wed Aug 27 2008 Rafał Psota <rafalzaq@gmail.com> - 0.1.2-1
- update to 0.1.2
* Thu Aug 21 2008 Rafał Psota <rafalzaq@gmail.com> - 0.1.1-1
- update to 0.1.1
* 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
* 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
* Sat Dec 22 2007 Rafał Psota <rafalzaq@gmail.com> - 0.0.9-1
- Initial release