source: projects/specs/trunk/t/telepathy-mission-control/telepathy-mission-control-vl.spec @ 12166

Revision 12166, 5.6 KB checked in by tomop, 5 years ago (diff)

telepathy-mission-control-5.16.4-1

Line 
1Summary:        Central control for Telepathy connection manager
2
3Name:           telepathy-mission-control
4Version:        5.16.4
5Release:        1%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        LGPLv2
9URL:            http://mission-control.sourceforge.net/
10Source0:        http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
11
12# remove support for upower
13Patch0:                 0001-Remove-support-for-UPower.patch
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16
17BuildRequires:  GConf2-devel
18BuildRequires:  dbus-devel
19BuildRequires:  dbus-glib-devel
20BuildRequires:  telepathy-glib-devel >= 0.7.37
21BuildRequires:  NetworkManager-libnm-devel
22BuildRequires:  libxslt
23BuildRequires:  python
24
25Vendor: Project Vine
26Distribution: Vine Linux
27
28%description
29Mission Control, or MC, is a Telepathy component providing a way for
30"end-user" applications to abstract some of the details of connection
31managers, to provide a simple way to manipulate a bunch of connection
32managers at once, and to remove the need to have in each program the
33account definitions and credentials.
34
35
36%package        devel
37Summary:        Development files for %{name}
38Group:          Development/Libraries
39Requires:       %{name} = %{version}-%{release}
40Requires:       telepathy-glib-devel >= 0.7.37
41Requires:       dbus-devel
42Requires:       dbus-glib-devel
43
44%description    devel
45The %{name}-devel package contains libraries and header
46files for developing applications that use %{name}.
47
48
49%prep
50%setup -q
51#patch0 -p1
52
53%build
54autoreconf -if
55%configure \
56  --disable-static \
57  --with-connectivity=nm
58
59make %{?_smp_mflags}
60
61
62%install
63rm -rf $RPM_BUILD_ROOT
64make install DESTDIR=$RPM_BUILD_ROOT
65find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
66
67#need to own this dir
68mkdir -p $RPM_BUILD_ROOT%{_datadir}/mission-control/profiles
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post -p /sbin/ldconfig
74
75%postun
76/sbin/ldconfig
77if [ $1 -eq 0 ]; then
78  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
79fi
80
81%posttrans
82glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
83
84
85%files
86%defattr(-,root,root,-)
87%license COPYING
88%doc AUTHORS ChangeLog
89%{_bindir}/*
90%dir %{_datadir}/mission-control/profiles
91%{_libdir}/libmission-control-plugins.so.*
92%{_datadir}/dbus-1/services/*.service
93%{_datadir}/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml
94%{_libexecdir}/mission-control-5
95%{_mandir}/*
96
97%files devel
98%defattr(-,root,root,-)
99%{_includedir}/*
100%{_libdir}/libmission-control-plugins.so
101%{_libdir}/pkgconfig/*.pc
102%doc %{_datadir}/gtk-doc/html/mission-control-plugins
103
104
105%changelog
106* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.16.4-1
107- new upstream release.
108
109* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-2
110- remove BuildRequires: libtelepathy-devel
111
112* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.3-1
113- new upstream release
114
115* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.1-1
116- new upstream release
117- add Patch0 (0001-Remove-support-for-UPower.patch)
118- remove BuildRequires upower-devel
119
120* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.0-2
121- rebuild with VineSeed environment
122
123* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.16.0-1
124- new upstream release
125
126* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14.1-1
127- new upstream release
128
129* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.14.0-1
130- new upstream release
131
132* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.3-1
133- new upstream release
134
135* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.0-1
136- new upstream release
137
138* Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.10.1-1
139- new upstream release
140- add BuildRequires: NetworkManager-glib-devel, upower-devel
141
142* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.8.1-1
143- new upstream release
144
145* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.11-1
146- new upstream release
147
148* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.0-1
149- new upstream release
150- fix %files
151
152* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.3.2-2
153- rebuilt with rpm-4.8.1 for pkg-config
154
155* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
156- new upstream release
157
158* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
159- initial build for Vine Linux
160
161* Thu May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
162- Update to new upstream release (4.65)
163
164* Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
165- Upgrade to the current upstream release (4.64) (Resolves: #437766)
166- Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
167  produces rpaths)
168- Fix invalid License tag.
169
170* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
171- Update to new upstream release (4.63)
172
173* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
174- Autorebuild for GCC 4.3
175
176* Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
177- Update to new upstream release (4.55)
178- Drop obsolete 64-bit patch.
179  - size_t_vs_guint.patch
180
181* Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
182- Update to new upstream release (4.51)
183
184* Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
185- Bump to latest release
186
187* Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
188- Bump to latest release
189
190* Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
191- New release
192- Remove patch, applied upstream
193
194* Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
195- Add missing requires on -devel package
196
197* Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
198- Initial build
Note: See TracBrowser for help on using the repository browser.