mirror of
https://abf.rosa.ru/djam/pidgin-plugin-toobuttons.git
synced 2025-02-24 09:32:55 +00:00
Imported from SRPM
This commit is contained in:
commit
e0813a02e8
2 changed files with 42 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sources:
|
||||||
|
pidgin-toobuttons-1.5.tar: 1a62ab6851d3a9d4fc96bbf4f89757030cee313e
|
40
pidgin-plugin-toobuttons.spec
Normal file
40
pidgin-plugin-toobuttons.spec
Normal 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
|
Loading…
Add table
Reference in a new issue