Imported from SRPM

This commit is contained in:
Sergey Zhemoitel 2015-10-18 00:19:32 +03:00
commit e0813a02e8
2 changed files with 42 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
pidgin-toobuttons-1.5.tar: 1a62ab6851d3a9d4fc96bbf4f89757030cee313e

View file

@ -0,0 +1,40 @@
%define name pidgin
%define module toobuttons
%define pkgname pidgin-toobuttons
Name: %{name}-plugin-%{module}
Summary: TooButtons add button on window message
Version: 1.5
Release: 1
License: GPLv2
Group: Networking/Instant messaging
Source: %{pkgname}-%{version}.tar
URL: http://vayurik.ru/wordpress/toobuttons
#BuildRequires: pidgin-devel
%description
This plugin TooButtons add button on window message
%prep
%setup -q -n %{pkgname}-%{version}
%build
./autogen.sh
%configure --prefix=%{buildroot}/
%make
%install
%makeinstall_std mkinstalldirs='mkdir -p'
#find_lang {pkgname}
%files
%doc AUTHORS README COPYING
%{_libdir}/pidgin/%{module}.so
%{_localedir}/cs/LC_MESSAGES/%{module}.mo
%{_localedir}/de/LC_MESSAGES/%{module}.mo
%{_localedir}/pl/LC_MESSAGES/%{module}.mo
%{_localedir}/ru/LC_MESSAGES/%{module}.mo
%changelog