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

Revision 9073, 5.4 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

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