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

Revision 621, 3.9 KB checked in by kazutaka, 14 years ago (diff)

Import from latest srpm

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