source: projects/specs/trunk/lib/libn/libnotify/libnotify-vl.spec @ 7786

Revision 7786, 4.4 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

Line 
1%define glib2_version           2.36.0
2
3Summary: libnotify notification library
4Name: libnotify
5Version: 0.7.6
6Release: 1%{?_dist_release}
7URL: http://www.galago-project.org/specs/notification/
8License: LGPL
9Group: System Environment/Libraries
10
11Source0: %{name}-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: glib2-devel >= %{glib2_version}
15BuildRequires: gtk3-devel
16BuildRequires: dbus-devel >= 1.0
17BuildRequires: dbus-glib-devel
18Requires: glib2 >= %{glib2_version}
19Requires: notification-daemon
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25libnotify is an implementation of the freedesktop.org desktop
26notification specification.
27
28%package devel
29Summary:        Files for development using %{name}
30Group:          Development/Libraries
31Requires:       %{name} = %{version}-%{release}
32Requires:       glib2-devel >= %{glib2_version}
33Requires:       gtk3-devel
34Requires:       dbus-devel >= 0.36
35Requires:       dbus-glib-devel
36
37%description devel
38This package contains the headers and pkg-config file for
39development of programs using %{name}.
40
41%prep
42%setup -q
43
44%build
45%configure
46%__make %{?_smp_mflags}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%__make install DESTDIR=$RPM_BUILD_ROOT
52
53# remove unpackaged files
54rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
55rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post -p /sbin/ldconfig
61
62%postun -p /sbin/ldconfig
63
64%files
65%defattr(-,root,root)
66%doc COPYING ChangeLog NEWS
67%{_bindir}/notify-send
68%{_libdir}/lib*.so*
69%{_libdir}/girepository-1.0/Notify-0.7.typelib
70
71%files devel
72%defattr(-,root,root)
73%{_includedir}/*
74%{_libdir}/pkgconfig/libnotify.pc
75%{_datadir}/gtk-doc/html/%{name}
76%{_datadir}/gir-1.0/Notify-0.7.gir
77
78
79%changelog
80* Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.6-1
81- new upstream release
82
83* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.5-1
84- new upstream release
85
86* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
87- new upstream release
88
89* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.3-1
90- new upstream release
91- change BuildRequires: gtk3-devel instead of gtk2-devel
92
93* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.5-3
94- rebuild with rpm-4.8.1 for pkg-config file
95
96* Fri Feb 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4.5-2
97- rebuilt with new toolchain
98
99* Fri Mar 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.5-1
100- new upstream release
101
102* Sat Nov 15 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.4-2
103- added Requires: notification-daemon
104- added BuildRequires: dbus-glib-devel
105- added Requires: dbus-glib-devel to devel package
106
107* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.4-1
108- applied new versioning policy
109
110* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.4-0vl2
111- rebuild with dbus-1.0
112
113* Fri Mar 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.4-0vl1
114- new upstream release
115- added BuildRequires: gtk2-devel, dbus-devel
116- added Requires: gtk2-devel, dbus-devel to devel package
117
118* Wed Nov 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.3-0vl1
119- new upstream release
120
121* Sun Jun 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.2-0vl1
122- new upstream release
123
124* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
125- new upstream release
126
127* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1
128- initial build for Vine Linux partialy based on FC package
129
130* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 0.3.0-5
131- patch out config.h include from public header
132
133* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
134- bump again for double-long bug on ppc(64)
135
136* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.1
137- rebuilt for new gcc4.1 snapshot and glibc changes
138
139* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-4
140- Require a desktop-notification-daemon to be present.  Currently,
141  this is notify-daemon, but libnotify doesn't specifically require
142  that one.  Require 'desktop-notification-daemon' which daemons
143  providing compatible functionality are now expected to provide.
144
145* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-3
146- Let there be libnotify-devel...
147
148* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
149- Actual release of the 0.3.x series
150
151* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
152- Bump version to not conflict with older libnotify libraries
153
154* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.0.2-1
155- inital build
Note: See TracBrowser for help on using the repository browser.