source: projects/specs/trunk/lib/libm/libmatenotify/libmatenotify-vl.spec @ 7064

Revision 7064, 2.3 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

Line 
1Summary:        Desktop notification library
2Name:           libmatenotify
3Version:        1.4.1
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  gtk2-devel
12BuildRequires:  dbus-devel
13BuildRequires:  dbus-glib-devel
14BuildRequires:  gtk-doc
15BuildRequires:  autoconf
16BuildRequires:  automake
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24
25%description
26Desktop notification library
27
28
29%package        devel
30Summary:        Development tools for libmatenotify
31Summary(ja):    libmatenotify の開発環境
32Group:          Development/Libraries
33Requires:       %{name} = %{version}-%{release}
34Requires:       pkgconfig
35
36%description    devel
37Header files and libraries for building a extension library for the
38libmatenotify.
39
40
41%package        doc
42Summary:        Documentation for libmatenotify
43Summary(ja):    libmatenotify 用のドキュメント
44Group:          Documentation
45Requires:       %{name} = %{version}-%{release}
46BuildArch:      noarch
47
48%description    doc
49This package contains documentation for libmatenotify.
50
51
52%prep
53%setup -q
54
55
56%build
57(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
58%configure \
59        --disable-static \
60       
61%{__make} %{?_smp_mflags}
62
63
64%install
65%{__rm} -rf ${RPM_BUILD_ROOT}
66%{__make} install DESTDIR=${RPM_BUILD_ROOT}
67
68find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
69find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
70
71%clean
72%{__rm} -rf ${RPM_BUILD_ROOT}
73
74%post -p /sbin/ldconfig
75
76%postun -p /sbin/ldconfig
77
78%files
79%defattr(-,root,root,-)
80%doc COPYING.LIB ChangeLog NEWS README
81%{_bindir}/mate-notify-send
82%{_libdir}/libmatenotify.so.*
83
84%files devel
85%defattr(-,root,root,-)
86%{_includedir}/libmatenotify
87%{_libdir}/libmatenotify.so
88%{_libdir}/pkgconfig/libmatenotify.pc
89
90%files doc
91%defattr(-,root,root,-)
92%{_datadir}/gtk-doc/html/libmatenotify
93
94
95%changelog
96* Sat Nov 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
97- new upstream release
98
99* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
100- new upstream release
101
102* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
103- new upstream release
104
105* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
106- initial build for Vine Linux
107
Note: See TracBrowser for help on using the repository browser.