source: projects/specs/branches/6/t/telepathy-logger/telepathy-logger-vl.spec @ 2041

Revision 2041, 2.9 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1Name:           telepathy-logger
2Version:        0.1.5
3Release:        1%{?_dist_release}
4Summary:        Telepathy framework logging daemon
5
6Group:          Applications/Communications
7License:        LGPLv2+
8URL:            http://telepathy.freedesktop.org/wiki/Logger
9Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.bz2
10
11BuildRequires:  dbus-devel >= 1.1.0
12BuildRequires:  dbus-glib-devel >= 0.82
13BuildRequires:  telepathy-glib-devel >= 0.11.7
14BuildRequires:  glib2-devel >= 2.25.11
15BuildRequires:  sqlite-devel
16BuildRequires:  libxml2-devel
17BuildRequires:  gnome-doc-utils
18BuildRequires:  intltool
19BuildRequires:  sqlite3-devel
20
21Requires:       telepathy-filesystem
22
23%description
24%{name} is a headless Observer client that logs information
25received by the Telepathy framework. It features pluggable
26backends to log different sorts of messages, in different formats.
27
28
29%package        devel
30Summary:        Development files for %{name}
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35
36%description devel
37The %{name}-devel package contains libraries and header files for
38developing applications that use %{name}.
39
40
41%prep
42%setup -q
43
44
45%build
46%configure --disable-static
47sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
48sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
49make %{?_smp_mflags}
50
51
52%install
53make install DESTDIR=$RPM_BUILD_ROOT
54find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
55
56
57%post -p /sbin/ldconfig
58
59
60%postun
61/sbin/ldconfig
62glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
63
64
65%posttrans
66glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
67
68
69%files
70%defattr(-,root,root,-)
71%doc COPYING NEWS README
72%{_libexecdir}/%{name}
73%{_libdir}/libtelepathy-logger*.so.*
74%{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
75%{_datadir}/telepathy/clients/Logger.client
76%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
77%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
78
79
80%files devel
81%defattr(-,root,root,-)
82%doc %{_datadir}/gtk-doc/html/%{name}/
83%{_libdir}/libtelepathy-logger.so
84%{_libdir}/pkgconfig/%{name}*.pc
85%dir %{_includedir}/telepathy-logger-0.1
86%{_includedir}/telepathy-logger-0.1/%{name}/
87
88
89%changelog
90* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.5-1
91- initial build for Vine Linux
92
93
94* Mon Aug 16 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.5-1
95- Update to 0.1.5.
96- Modify spec for change from GConf to gsettings.
97- Add BR on intltool.
98
99* Fri Jul  9 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.4-1
100- Update to 0.1.4.
101
102* Wed Jul  7 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-2
103- Remove unnecessary buildroot info.
104- Remove rpath.
105
106* Mon Jun 28 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.3-1
107- Initial Fedora spec file.
Note: See TracBrowser for help on using the repository browser.