You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.6 KiB
80 lines
2.6 KiB
6 years ago
|
Name: pidgin-save-conv-order
|
||
|
Version: 1.0
|
||
|
Release: 7%{?dist}
|
||
|
Summary: Pidgin plugin to save order
|
||
|
Summary(de): Pidgin Konversationsreihenfolge speichern
|
||
|
Summary(sr): Сачувај редослед разговора
|
||
|
Summary(fr): Enregistrer l'ordre des conversations
|
||
|
|
||
|
License: GPLv2+
|
||
|
URL: https://github.com/kgraefe/%{name}
|
||
|
Source0: https://github.com/kgraefe/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: gcc
|
||
|
BuildRequires: pidgin-devel
|
||
|
BuildRequires: libappstream-glib
|
||
|
BuildRequires: intltool
|
||
|
|
||
|
Requires: pidgin
|
||
|
|
||
|
%global plugindir %(pkg-config --variable=plugindir pidgin)
|
||
|
|
||
|
%description
|
||
|
This plugin saves the order of the chats and IMs and restores it the next time
|
||
|
you open a conversation.
|
||
|
|
||
|
%description -l de
|
||
|
Dieses Plugin speichert die Reihenfolge von Chats und IMs und stellt diese
|
||
|
wieder her, wenn eine neue Konversation geöffnet wird.
|
||
|
|
||
|
%description -l sr
|
||
|
Овај прикључак чува редослед ћаскања и брзих порука и враћа их приликом
|
||
|
следећег отварања разговора.
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%setup -qn %{name}-%{version}
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=%{buildroot} plugindir=%{plugindir}
|
||
|
rm -f %{buildroot}%{plugindir}/save_conv_order.{la,a}
|
||
|
%find_lang %{name}
|
||
|
|
||
|
%check
|
||
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%doc AUTHORS.md CHANGES.md README.md
|
||
|
%license COPYING
|
||
|
%{plugindir}/save_conv_order.so
|
||
|
%{_datadir}/appdata/%{name}.metainfo.xml
|
||
|
|
||
|
%changelog
|
||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Apr 07 2017 Daniel Vrátil <dvratil@fedoraproject.org> - 1.0-2
|
||
|
- use find_lang
|
||
|
- fix mixed tabs and spaces
|
||
|
- fix license
|
||
|
- add localized summary and description
|
||
|
|
||
|
* Tue Mar 28 2017 Daniel Vrátil <dvratil@fedoraproject.org> - 1.0-1
|
||
|
- Initial package
|