Compare commits

..

4 commits

Author SHA1 Message Date
Fedora Release Engineering
b3fd321c20 dist-git conversion 2010-07-29 15:22:19 +00:00
Bill Nottingham
b0cc20506e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:32 +00:00
Rafał Psota
d8c62a010a update to 0.1.7 2009-06-16 14:50:06 +00:00
Jesse Keating
6f9549c61b Initialize branch F-11 for wklej 2009-04-15 08:13:18 +00:00
4 changed files with 92 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wklej-0.1.7.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 @@
3f6daf4284ca6ff390324ebd7e80819a wklej-0.1.7.tar.gz

90
wklej.spec Normal file
View file

@ -0,0 +1,90 @@
Name: wklej
Version: 0.1.7
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,-)
%doc README
%{_bindir}/wklej
%files vim
%defattr(-,root,root,-)
%{_datadir}/vim/vimfiles/plugin/wklej.vim
%changelog
* Tue Jun 16 2009 Rafał Psota <rafalzaq@gmail.com> - 0.1.7-1
- update to 0.1.7
* Thu Feb 26 2009 Rafał Psota <rafalzaq@gmail.com> - 0.1.6-1
- update to 0.1.6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* 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