source: projects/specs/trunk/lib/libt/libtelepathy/libtelepathy-vl.spec @ 1891

Revision 1891, 3.5 KB checked in by iwaim, 14 years ago (diff)

libtelepathy 0.3.3-2

Line 
1Summary:        A GLib library to ease writing telepathy clients
2Summary(ja):    Telepathy クライアントを簡単に記述するための GLibライブラリ
3
4Name:           libtelepathy
5Version:        0.3.3
6Release:        2%{?_dist_release}
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://telepathy.freedesktop.org/wiki/   
11Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13
14BuildRequires:  dbus-devel >= 0.93
15BuildRequires:  dbus-glib-devel >= 0.73
16BuildRequires:  telepathy-glib-devel >= 0.7.1
17BuildRequires:  libxslt
18BuildRequires:  python
19
20
21%description
22A GLib library to ease writing telepathy clients in glib.
23
24
25%package        devel
26Summary:        Development files for %{name}
27Summary(ja):        Development files for %{name}
28Group:          Development/Libraries
29Requires:       %{name} = %{version}-%{release}
30Requires:       dbus-devel
31Requires:       dbus-glib-devel
32Requires:       telepathy-glib-devel
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
47make %{?_smp_mflags}
48
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT
53find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
54
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59
60%post -p /sbin/ldconfig
61
62
63%postun -p /sbin/ldconfig
64
65
66%files
67%defattr(-,root,root,-)
68%doc COPYING AUTHORS README
69%{_libdir}/*.so.*
70
71
72%files devel
73%defattr(-,root,root,-)
74%{_includedir}/telepathy-1.0/
75%{_libdir}/%{name}.so
76%{_libdir}/pkgconfig/%{name}.pc
77
78
79%changelog
80* Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.3-2
81- build with rpm-4.8.1-1 for pkg-config file
82
83* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.3-1
84- initial build for Vine Linux
85
86* Thu Mar  6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.3-1
87- Update to 0.3.3.
88- Bump min requirement for tp-glib-devel.
89
90* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-3
91- Rebuild for gcc-4.3.
92
93* Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-2
94- Add BR on python.
95
96* Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-1
97- Update to 0.3.1.
98- Add min. version needed for dbus & dbus-glib.
99- Add BR on telepathy-glib-devel.
100
101* Mon Oct  1 2007 Matej Cepl <mcepl@redhat.com> - 0.2.0-1
102- New upstream version.
103
104* Fri Sep  7 2007 Matej Cepl <mcepl@redhat.com> - 0.0.57-1
105- New upstream version.
106
107* Thu Jun 14 2007 John (J5) Palmieri <johnp@redhat.com> - 0.0.55-1
108- Update to 0.0.55
109
110* Fri Apr 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.53-1
111- Update to 0.0.53.
112
113* Fri Apr 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.52-1
114- Update to 0.0.52.
115
116* Wed Feb 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.51-1
117- Update to 0.0.51.
118- Add BR on libxslt.
119
120* Tue Feb 20 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.42-1
121- Update to 0.0.42.
122
123* Fri Dec 29 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.41-1
124- Update to 0.0.41.
125
126* Fri Dec  1 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.40-1
127- Update to 0.0.40.
128
129* Wed Nov 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.39-1
130- Update to 0.0.39.
131
132* Thu Oct 12 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.38-1
133- Update to 0.0.38.
134
135* Tue Sep 12 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.37-1
136- Update to 0.0.37.
137
138* Mon Aug 28 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.31-1
139- Intial FE spec.
140
Note: See TracBrowser for help on using the repository browser.