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

Revision 521, 3.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Central control for Telepathy connection manager
2
3Name:           telepathy-mission-control
4Version:        5.3.2
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}/libmcclient-*.so
74%{_datadir}/dbus-1/services/*.service
75%{_libexecdir}/mission-control-5
76%{_mandir}/*
77
78%files devel
79%defattr(-,root,root,-)
80%{_includedir}/*
81%{_libdir}/libmcclient.so
82%{_libdir}/pkgconfig/*.pc
83%doc %{_datadir}/gtk-doc/html/libmcclient
84%doc %{_datadir}/gtk-doc/html/libmissioncontrol-server
85
86
87%changelog
88* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
89- new upstream release
90
91* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
92- initial build for Vine Linux
93
94* Tue May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
95- Update to new upstream release (4.65)
96
97* Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
98- Upgrade to the current upstream release (4.64) (Resolves: #437766)
99- Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
100  produces rpaths)
101- Fix invalid License tag.
102
103* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
104- Update to new upstream release (4.63)
105
106* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
107- Autorebuild for GCC 4.3
108
109* Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
110- Update to new upstream release (4.55)
111- Drop obsolete 64-bit patch.
112  - size_t_vs_guint.patch
113
114* Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
115- Update to new upstream release (4.51)
116
117* Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
118- Bump to latest release
119
120* Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
121- Bump to latest release
122
123* Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
124- New release
125- Remove patch, applied upstream
126
127* Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
128- Add missing requires on -devel package
129
130* Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
131- Initial build
Note: See TracBrowser for help on using the repository browser.