source: projects/specs/trunk/p/pidgin-libnotify/pidgin-libnotify-vl.spec @ 9684

Revision 9684, 4.2 KB checked in by Takemikaduchi, 9 years ago (diff)

gnumeric, goffice, libgsf, maxima, gnupg: update
others: rebuild

Line 
1%global pidgin_version 2.0.0
2
3Name:           pidgin-libnotify
4Version:        0.14
5Release:        2%{?_dist_release}
6Summary:        Libnotify Pidgin plugin
7
8Group:          Applications/Internet
9License:        GPLv2+
10URL:            http://gaim-libnotify.sourceforge.net/
11Source0:        http://downloads.sourceforge.net/gaim-libnotify/%{name}-%{version}.tar.gz
12Source1:        pidgin-libnotify-0.14-ja.po
13
14Patch0:         pidgin-libnotify-fix-show-button.patch
15Patch1:         pidgin-libnotify-0.14-libnotify-0.7.0.patch
16
17BuildRequires:  gettext
18BuildRequires:  libnotify-devel >= 0.3.2
19BuildRequires:  perl(XML::Parser)
20BuildRequires:  pidgin-devel >= %{pidgin_version}
21BuildRequires:  intltool
22Requires:       pidgin >= %{pidgin_version}
23
24BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
25
26Packager:       kazutaka
27
28%description
29This is a plugin for the open-source Pidgin instant messaging client that uses
30libnotify to display graphic notifications of new messages and other events
31such as a buddy signing on or off.
32
33
34%prep
35%setup -q -n "%{name}-%{version}"
36%patch0 -p1
37%patch1 -p1
38
39
40%build
41%configure --disable-static --disable-deprecated
42#%{__make} %{?_smp_mflags}
43%{__make}
44
45
46%install
47%{__rm} -rf %{buildroot}
48%{__make} install DESTDIR=%{buildroot}
49
50#install japanese massage catalog
51%{__mkdir_p} ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES
52msgfmt %{SOURCE1} -o ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES/%{name}.mo
53
54%find_lang %{name}
55
56
57%clean
58%{__rm} -rf %{buildroot}
59
60
61%files -f %{name}.lang
62%defattr(-,root,root,-)
63%doc AUTHORS ChangeLog COPYING NEWS TODO
64%exclude %{_libdir}/purple-2/*.la
65%{_libdir}/purple-2/%{name}.so
66
67
68%changelog
69* Fri Jul 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14-2
70- rebuild with VineSeed environment
71- add Patch0,1 from fedora
72
73* Tue Mar 16 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.14-1
74- initial build for Vine Linux based on fedora development
75- add Source1 for japanese translation
76
77* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-3
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
79
80* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
82
83* Sat Dec 20 2008 Erik van Pienbroek <erik-fedora@vanpienbroek.nl> - 0.14-1
84- Update to version 0.14 (BZ #477267)
85- Add BR: intltool
86
87* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13-4
88- fix license tag
89
90* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.13-3
91- Autorebuild for GCC 4.3
92
93* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.13-2
94- Rebuild for selinux ppc32 issue.
95
96* Sun Jul 01 2007 Peter Gordon <peter@thecodergeek.com> - 0.13-1
97- Update to new upstream release (0.13).
98- Drop renamed-to-pidgin patch (fixed upstream):
99  - renamed-to-pidgin.patch
100- Alphabetize BuildRequires (aesthetic-only change).
101
102* Fri May 18 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-7
103- Make Provides/Obsoletes tags use macros for the Version/Release of the
104  upgrade.
105
106* Fri May 18 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-6
107- Package renamed to pidgin-libnotify.
108- Reword earlier %%changelog entry.
109
110* Fri May 18 2007 Warren Togami <wtogami@redhat.com> - 0.12-5
111- buildreq gettext (#240604)
112
113* Sat May 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-4
114- Gaim has been renamed to Pidgin: adjust the sources accordingly. 
115- Add patch based on the Arch Linux packaging to make the sources and build
116  scripts properly use the new Pidgin/Libpurple nomenclature of what was
117  formerly called Gaim.
118  + renamed-to-pidgin.patch
119- Drop gtk2-devel build dependency (pulled in by libnotify-devel).
120- Update Source0 to point to simpler SourceForge URL.
121
122* Sun Dec 10 2006 Peter Gordon <peter@thecodergeek.com> - 0.12-3
123- Bump EVR to fix CVS tagging issue
124
125* Sun Dec 10 2006 Peter Gordon <peter@thecodergeek.com> - 0.12-2
126- Shorten line lengths in %%description (and rewrite it a bit)
127- Add gaim runtime requirement so that the parent directory of the plugin in
128  %%{_libdir}/gaim is properly owned
129- Removed unnecessary perl(XML::Parser) and gettext BuildRequires
130- Add TODO to %%doc
131
132* Sat Dec 09 2006 Peter Gordon <peter@thecodergeek.com> - 0.12-1
133- Initial packaging for Fedora Extras
Note: See TracBrowser for help on using the repository browser.