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

Revision 8119, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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