source: projects/specs/trunk/t/telepathy-logger/telepathy-logger-vl.spec @ 4616

Revision 4616, 3.3 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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