source: projects/specs/branches/6/t/telepathy-mission-control/telepathy-mission-control-vl.spec @ 2041

Revision 2041, 3.9 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

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