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

Revision 1983, 3.8 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1Summary:        Central control for Telepathy connection manager
2
3Name:           telepathy-mission-control
4Version:        5.3.2
5Release:        2%{?_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* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 5.3.2-2
89- rebuilt with rpm-4.8.1 for pkg-config
90
91* Sat Nov  7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.2-1
92- new upstream release
93
94* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 4.65-1
95- initial build for Vine Linux
96
97* Tue May 29 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 4.65-2
98- Update to new upstream release (4.65)
99
100* Mon Mar 17 2008 Matej Cepl <mcepl@redhat.com> 4.64-1
101- Upgrade to the current upstream release (4.64) (Resolves: #437766)
102- Fix building on x86_64 (upstream libtool is not aware of /usr/lib64 and
103  produces rpaths)
104- Fix invalid License tag.
105
106* Mon Mar 10 2008 Peter Gordon <peter@thecodergeek.com> - 4.63-1
107- Update to new upstream release (4.63)
108
109* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.55-2
110- Autorebuild for GCC 4.3
111
112* Tue Jan 15 2008 Peter Gordon <peter@thecodergeek.com> - 4.55-1
113- Update to new upstream release (4.55)
114- Drop obsolete 64-bit patch.
115  - size_t_vs_guint.patch
116
117* Sat Dec 15 2007 Peter Gordon <peter@thecodergeek.com> - 4.51-1
118- Update to new upstream release (4.51)
119
120* Mon Nov 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> - 4.49-1
121- Bump to latest release
122
123* Sun Aug 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.35-1
124- Bump to latest release
125
126* Thu Jun 14 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.24-3
127- New release
128- Remove patch, applied upstream
129
130* Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-2
131- Add missing requires on -devel package
132
133* Sat May 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 4.22-1
134- Initial build
Note: See TracBrowser for help on using the repository browser.