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

Revision 6011, 4.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary:        Central control for Telepathy connection manager
2
3Name:           telepathy-mission-control
4Version:        5.12.0
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
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 Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.12.0-1
101- new upstream release
102
103* Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.10.1-1
104- new upstream release
105- add BuildRequires: NetworkManager-glib-devel, upower-devel
106
107* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.8.1-1
108- new upstream release
109
110* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.11-1
111- new upstream release
112
113* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.0-1
114- new upstream release
115- fix %files
116
117* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.3.2-2
118- rebuilt with rpm-4.8.1 for pkg-config
119
120* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
121- new upstream release
122
123* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
124- initial build for Vine Linux
125
126* Tue May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
127- Update to new upstream release (4.65)
128
129* Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
130- Upgrade to the current upstream release (4.64) (Resolves: #437766)
131- Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
132  produces rpaths)
133- Fix invalid License tag.
134
135* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
136- Update to new upstream release (4.63)
137
138* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
139- Autorebuild for GCC 4.3
140
141* Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
142- Update to new upstream release (4.55)
143- Drop obsolete 64-bit patch.
144  - size_t_vs_guint.patch
145
146* Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
147- Update to new upstream release (4.51)
148
149* Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
150- Bump to latest release
151
152* Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
153- Bump to latest release
154
155* Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
156- New release
157- Remove patch, applied upstream
158
159* Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
160- Add missing requires on -devel package
161
162* Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
163- Initial build
Note: See TracBrowser for help on using the repository browser.