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

Revision 6924, 4.8 KB checked in by Takemikaduchi, 12 years ago (diff)

libunistring: add Requires,
others: new upstream release

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