- Move docs to noarch subpackage
This commit is contained in:
parent
f88fa9c48b
commit
c3e5a03da5
22
gssdp.spec
22
gssdp.spec
@ -1,6 +1,6 @@
|
||||
Name: gssdp
|
||||
Version: 0.6.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Resource discovery and announcement over SSDP
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -32,13 +32,22 @@ GUPnP API is intended to be easy to use, efficient and flexible.
|
||||
%package devel
|
||||
Summary: Development package for gssdp
|
||||
Group: Development/Libraries
|
||||
Requires: gssdp = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gtk-doc
|
||||
|
||||
%description devel
|
||||
Files for development with gssdp.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description docs
|
||||
This package contains developer documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -46,7 +55,6 @@ Files for development with gssdp.
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -70,12 +78,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc/html/gssdp
|
||||
%{_libdir}/libgssdp-1.0.so
|
||||
%{_libdir}/pkgconfig/gssdp-1.0.pc
|
||||
%{_includedir}/gssdp-1.0
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc/html/gssdp
|
||||
|
||||
%changelog
|
||||
* Wed Mar 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.4-3
|
||||
- Move docs to noarch subpackage
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user