Compare commits

..

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
4 changed files with 85 additions and 1 deletions

1
.gitignore vendored Normal file
View file

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

View file

@ -1 +0,0 @@
wklej fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676214

1
sources Normal file
View file

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

83
wklej.spec Normal file
View file

@ -0,0 +1,83 @@
Name: wklej
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/m/apps/wklej-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
#BuildRequires:
Requires: python
%description
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
%build
#nothing to build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
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
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/wklej
%files vim
%defattr(-,root,root,-)
%{_datadir}/vim/vimfiles/plugin/wklej.vim
%changelog
* 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
- removed external COPYING file
* Sat Dec 22 2007 Rafał Psota <rafalzaq@gmail.com> - 0.0.9-1
- Initial release