0.9.33, .spec cosmetics, use %license

This commit is contained in:
Rex Dieter 2015-12-21 23:02:07 -06:00
parent f6d7b168ed
commit 632fe508be
3 changed files with 15 additions and 20 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/rasqal-0.9.32.tar.gz
/rasqal-0.9.33.tar.gz

View File

@ -1,13 +1,11 @@
Name: rasqal
Version: 0.9.32
Release: 5%{?dist}
Version: 0.9.33
Release: 1%{?dist}
Summary: RDF Query Library
Group: System Environment/Libraries
License: LGPLv2+ or ASL 2.0
URL: http://librdf.org/rasqal/
Source: http://download.librdf.org/source/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libxml2-devel
BuildRequires: mpfr-devel
@ -26,7 +24,6 @@ handles the RDF Data Query Language (RDQL) and SPARQL Query language.
%package devel
Summary: Development files for the Rasqal RDF libraries
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Libraries, includes etc to develop with the Rasqal RDF query language library.
@ -42,19 +39,16 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
%build
%configure --disable-static --enable-release
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
%check
@ -71,24 +65,19 @@ echo "WARNING: %{_bindir}/rapper not present in buildroot, 'make check' skipped"
fi
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
%doc LICENSE-2.0.txt NOTICE
%doc *.html
%license COPYING COPYING.LIB
%license LICENSE.txt LICENSE-2.0.txt
%doc AUTHORS ChangeLog NEWS NOTICE README
%doc RELEASE.html
%{_bindir}/roqet
%{_libdir}/librasqal.so.3*
%{_mandir}/man1/roqet.1*
%files devel
%defattr(-,root,root,-)
%doc docs/README.html
%{_bindir}/rasqal-config
%{_includedir}/rasqal/
@ -100,6 +89,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 0.9.33-1
- 0.9.33, .spec cosmetics, use %%license
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 0.9.33-1
- 0.9.33
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.32-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
dc7c6107de00c47f85f6ab7db164a136 rasqal-0.9.32.tar.gz
1f5def51ca0026cd192958ef07228b52 rasqal-0.9.33.tar.gz