source: projects/specs/branches/6/g/gssdp/gssdp-vl.spec @ 1983

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

rebuilt with rpm-4.8.1

Line 
1Summary:        Resource discovery and announcement over SSDP
2Name:           gssdp
3Version:        0.7.0
4Release:        2%{?_dist_release}
5
6Group:          System Environment/Libraries
7License:        LGPLv2+
8URL:            http://www.gupnp.org/
9Source0:        http://www.gupnp.org/sources/gssdp/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires: pkgconfig
13BuildRequires: libsoup-devel >= 2.4
14BuildRequires: dbus-glib-devel
15BuildRequires: glib2-devel >= 2.18
16BuildRequires: libxml2-devel
17BuildRequires: GConf2-devel
18BuildRequires: gtk2-devel
19BuildRequires: gtk-doc
20BuildRequires: NetworkManager-devel
21
22Requires: dbus
23
24%description
25GSSDP implements resource discovery and announcement over SSDP and is part
26of gUPnP.  GUPnP is an object-oriented open source framework for creating
27UPnP devices and control points, written in C using GObject and libsoup. The
28GUPnP API is intended to be easy to use, efficient and flexible.
29
30%package devel
31Summary: Development package for gssdp
32Group: Development/Libraries
33Requires: %{name} = %{version}-%{release}
34Requires: libsoup-devel
35Requires: glib2-devel
36Requires: pkgconfig
37
38%description devel
39Files for development with gssdp.
40
41%package docs
42Summary: Documentation files for %{name}
43Group: Development/Libraries
44Requires: %{name} = %{version}-%{release}
45Requires: gtk-doc
46
47%description docs
48This package contains developer documentation for %{name}.
49
50%prep
51%setup -q
52
53%build
54%configure --disable-static
55make %{?_smp_mflags} V=1
56
57%install
58rm -rf %{buildroot}
59make install DESTDIR=%{buildroot}
60
61#Remove libtool archives.
62find %{buildroot} -name '*.la' -exec rm -f {} ';'
63
64%clean
65rm -rf %{buildroot}
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71%files
72%defattr(-,root,root,-)
73%doc AUTHORS COPYING README NEWS
74%dir %{_datadir}/gssdp
75%{_bindir}/gssdp-device-sniffer
76%{_libdir}/libgssdp-1.0.so.*
77%{_datadir}/gssdp/gssdp-device-sniffer.ui
78
79%files devel
80%defattr(-,root,root,-)
81%{_libdir}/libgssdp-1.0.so
82%{_libdir}/pkgconfig/gssdp-1.0.pc
83%{_includedir}/gssdp-1.0
84
85%files docs
86%defattr(-,root,root,-)
87%{_datadir}/gtk-doc/html/%{name}
88
89%changelog
90* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
91- rebuilt with rpm-4.8.1 for pkg-config
92
93* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.0-1
94- initial build for Vine Linux
95
96* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.7.0-2
97- Remove unneeded libglade BR
98
99* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
100- Update to 0.7.0
101
102* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-4
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
104
105* Wed Mar  4 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.4-3
106- Move docs to noarch subpackage
107
108* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
110
111* Mon Feb 23 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.4-1
112- New upstream release
113
114* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-3
115- Add gtk-doc build req
116
117* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-2
118- Fix summary
119
120* Mon Oct 27 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
121- New upstream version
122
123* Sun Aug 31 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.2-1
124- New upstream version
125
126* Tue Aug 26 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-4
127- Move glade files from devel to main rpm
128
129* Tue Aug 12 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-3
130- Patch to fix the build in rawhide
131
132* Fri Aug 8 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-2
133- Updates based on feedback
134
135* Mon May 19 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
136- Initial package
Note: See TracBrowser for help on using the repository browser.