source: projects/specs/branches/6/p/pidgin-libnotify/pidgin-libnotify-vl.spec @ 6392

Revision 6392, 4.0 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

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
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* Wed Jun 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.14-2
64- rebuild with Vine6 environment
65
66* Tue Mar 16 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.14-1
67- initial build for Vine Linux based on fedora development
68- add Source1 for japanese translation
69
70* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-3
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
72
73* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
75
76* Sat Dec 20 2008 Erik van Pienbroek <erik-fedora@vanpienbroek.nl> - 0.14-1
77- Update to version 0.14 (BZ #477267)
78- Add BR: intltool
79
80* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13-4
81- fix license tag
82
83* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.13-3
84- Autorebuild for GCC 4.3
85
86* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.13-2
87- Rebuild for selinux ppc32 issue.
88
89* Sun Jul 01 2007 Peter Gordon <peter@thecodergeek.com> - 0.13-1
90- Update to new upstream release (0.13).
91- Drop renamed-to-pidgin patch (fixed upstream):
92  - renamed-to-pidgin.patch
93- Alphabetize BuildRequires (aesthetic-only change).
94
95* Fri May 18 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-7
96- Make Provides/Obsoletes tags use macros for the Version/Release of the
97  upgrade.
98
99* Fri May 18 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-6
100- Package renamed to pidgin-libnotify.
101- Reword earlier %%changelog entry.
102
103* Fri May 18 2007 Warren Togami <wtogami@redhat.com> - 0.12-5
104- buildreq gettext (#240604)
105
106* Sat May 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.12-4
107- Gaim has been renamed to Pidgin: adjust the sources accordingly. 
108- Add patch based on the Arch Linux packaging to make the sources and build
109  scripts properly use the new Pidgin/Libpurple nomenclature of what was
110  formerly called Gaim.
111  + renamed-to-pidgin.patch
112- Drop gtk2-devel build dependency (pulled in by libnotify-devel).
113- Update Source0 to point to simpler SourceForge URL.
114
115* Sun Dec 10 2006 Peter Gordon <peter@thecodergeek.com> - 0.12-3
116- Bump EVR to fix CVS tagging issue
117
118* Sun Dec 10 2006 Peter Gordon <peter@thecodergeek.com> - 0.12-2
119- Shorten line lengths in %%description (and rewrite it a bit)
120- Add gaim runtime requirement so that the parent directory of the plugin in
121  %%{_libdir}/gaim is properly owned
122- Removed unnecessary perl(XML::Parser) and gettext BuildRequires
123- Add TODO to %%doc
124
125* Sat Dec 09 2006 Peter Gordon <peter@thecodergeek.com> - 0.12-1
126- Initial packaging for Fedora Extras
Note: See TracBrowser for help on using the repository browser.