Blame | Last modification | View Log | RSS feed
Name:Version:Release: 1%{?dist}Summary:Group: System Environment/LibrariesLicense:URL:Source0:BuildRequires:Requires:%description%package develSummary: Development files for %{name}Group: Development/LibrariesRequires: %{name} = %{version}-%{release}%description develThe %{name}-devel package contains libraries and header files fordeveloping applications that use %{name}.%prep%setup -q%build%configure --disable-staticmake %{?_smp_mflags}%installrm -rf $RPM_BUILD_ROOTmake install DESTDIR=$RPM_BUILD_ROOTfind $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'%cleanrm -rf $RPM_BUILD_ROOT%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%files%defattr(-,root,root,-)%doc%{_libdir}/*.so.*%files devel%defattr(-,root,root,-)%doc%{_includedir}/*%{_libdir}/*.so%changelog