]> git.pld-linux.org Git - packages/pidgin-otr.git/blob - pidgin-otr.spec
- updated gettext BR
[packages/pidgin-otr.git] / pidgin-otr.spec
1 Summary:        Off-The-Record Messaging plugin for pidgin
2 Name:           pidgin-otr
3 Version:        4.0.0
4 Release:        3
5 Source0:        http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
6 # Source0-md5:  eadb953376acc474e56041d4c12aa2c8
7 License:        GPL
8 Group:          Applications/Networking
9 URL:            http://otr.cypherpunks.ca/
10 BuildRequires:  gettext-tools
11 BuildRequires:  libgcrypt-devel >= 1.2.0
12 BuildRequires:  libgpg-error-devel
13 BuildRequires:  libotr-devel >= 4.0.0
14 BuildRequires:  perl-XML-Parser
15 BuildRequires:  pidgin-devel >= 2.0.0
16 BuildRequires:  pkgconfig
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This is a pidgin plugin which implements Off-the-Record (OTR)
21 Messaging. It is known to work (at least) under the Linux and Windows
22 versions of pidgin (2.x).
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install \
35          DESTDIR=$RPM_BUILD_ROOT
36
37 # libtool insists on creating this
38 %{__rm} $RPM_BUILD_ROOT%{_libdir}/pidgin/pidgin-otr.la
39
40 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/my_MM
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc README COPYING
50 %{_libdir}/pidgin/pidgin-otr.so
This page took 0.120468 seconds and 4 git commands to generate.