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

Revision 4850, 4.2 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

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