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

Revision 8085, 4.5 KB checked in by Takemikaduchi, 10 years ago (diff)

libproxy: new upstream release
others: rebuild

Line 
1%define glib2_version           2.36.0
2
3Summary: libnotify notification library
4Name: libnotify
5Version: 0.7.6
6Release: 2%{?_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* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.6-2
81- rebuild with VineSeed environment
82
83* Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.6-1
84- new upstream release
85
86* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.5-1
87- new upstream release
88
89* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
90- new upstream release
91
92* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.3-1
93- new upstream release
94- change BuildRequires: gtk3-devel instead of gtk2-devel
95
96* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.5-3
97- rebuild with rpm-4.8.1 for pkg-config file
98
99* Fri Feb 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4.5-2
100- rebuilt with new toolchain
101
102* Fri Mar 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.5-1
103- new upstream release
104
105* Sat Nov 15 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.4.4-2
106- added Requires: notification-daemon
107- added BuildRequires: dbus-glib-devel
108- added Requires: dbus-glib-devel to devel package
109
110* Sun Jun  1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.4-1
111- applied new versioning policy
112
113* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.4-0vl2
114- rebuild with dbus-1.0
115
116* Fri Mar 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.4-0vl1
117- new upstream release
118- added BuildRequires: gtk2-devel, dbus-devel
119- added Requires: gtk2-devel, dbus-devel to devel package
120
121* Wed Nov 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.3-0vl1
122- new upstream release
123
124* Sun Jun 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.2-0vl1
125- new upstream release
126
127* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
128- new upstream release
129
130* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1
131- initial build for Vine Linux partialy based on FC package
132
133* Thu Mar  2 2006 Ray Strode <rstrode@redhat.com> - 0.3.0-5
134- patch out config.h include from public header
135
136* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
137- bump again for double-long bug on ppc(64)
138
139* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.1
140- rebuilt for new gcc4.1 snapshot and glibc changes
141
142* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-4
143- Require a desktop-notification-daemon to be present.  Currently,
144  this is notify-daemon, but libnotify doesn't specifically require
145  that one.  Require 'desktop-notification-daemon' which daemons
146  providing compatible functionality are now expected to provide.
147
148* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-3
149- Let there be libnotify-devel...
150
151* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
152- Actual release of the 0.3.x series
153
154* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
155- Bump version to not conflict with older libnotify libraries
156
157* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.0.2-1
158- inital build
Note: See TracBrowser for help on using the repository browser.