source: projects/specs/trunk/g/gir-repository/gir-repository-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name:           gir-repository
2Version:        0.6.5
3Release:        1%{?_dist_release}
4Summary:        Introspection for GNOME libraries
5
6Group:          Development/Libraries
7License:        LGPLv2+
8URL:            http://live.gnome.org/GObjectIntrospection
9Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires:  gobject-introspection-devel = %{version}
13BuildRequires:  avahi-gobject-devel
14BuildRequires:  babl-devel
15BuildRequires:  GConf2-devel
16BuildRequires:  gnome-keyring-devel
17BuildRequires:  gnome-menus-devel
18BuildRequires:  goocanvas-devel
19BuildRequires:  gssdp-devel
20BuildRequires:  gstreamer-devel
21BuildRequires:  gtk2-devel
22BuildRequires:  gtksourceview2-devel
23BuildRequires:  gupnp-devel
24BuildRequires:  libnotify-devel
25BuildRequires:  libsoup-devel
26BuildRequires:  libwnck-devel
27BuildRequires:  nautilus-devel
28BuildRequires:  poppler-devel
29BuildRequires:  unique-devel
30BuildRequires:  vte-devel
31BuildRequires:  WebKit-gtk-devel
32
33# Add these for autoreconf due to gst patch
34BuildRequires: intltool
35BuildRequires: gettext
36BuildRequires: libtool
37BuildRequires: automake
38BuildRequires: autoconf
39
40%description
41Introspection system for GNOME libraries; see the gobject-introspection package.
42
43%package devel
44Summary: Libraries and headers for gir-repository
45Summary(ja): Libraries and headers for gir-repository
46Group: Development/Libraries
47Requires: %name = %{version}-%{release}
48Requires: gobject-introspection-devel
49
50%description devel
51Libraries and headers for gir-repository
52
53%prep
54%setup -q
55
56%build
57autoreconf
58%configure
59make
60
61%install
62rm -rf $RPM_BUILD_ROOT
63make install DESTDIR=$RPM_BUILD_ROOT
64
65find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
66find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%post -p /sbin/ldconfig
72
73%postun -p /sbin/ldconfig
74
75%files
76%defattr(-,root,root,-)
77%doc COPYING
78
79%{_libdir}/lib*.so
80%{_libdir}/girepository-1.0/*.typelib
81
82%files devel
83%defattr(-,root,root)
84%{_datadir}/gir-1.0/*.gir
85
86%changelog
87* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
88- initial build for Vine Linux
89
90* Wed Sep 09 2009 Colin Walters <walters@verbum.org> - 0.6.5-2
91- rebuilt
92
93* Wed Sep 09 2009 Colin Walters <walters@verbum.org> 0.6.5-1
94- New upstream
95
96* Mon Aug 26 2009 Colin Walters <walters@verbum.org> 0.6.4-5
97- New upstream
98- Drop upstreamed patch
99
100* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-5
101- Add patch to fix build with new gstreamer
102
103* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-4
104- Further updates, drop clutter as its in the clutter package now
105
106* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-3
107- Enable a buch of extra gobject extensions
108
109* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
111
112* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
113- Update to 0.6.3 release. Require matching gobject-introspection version
114
115* Fri Oct 31 2008 Colin Walters <walters@verbum.org> 0.6.0-1
116- Create spec goo
Note: See TracBrowser for help on using the repository browser.