From 632fe508be2803e7e993dbea460dc038df7b1477 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Dec 2015 23:02:07 -0600 Subject: [PATCH] 0.9.33, .spec cosmetics, use %license --- .gitignore | 2 +- rasqal.spec | 31 +++++++++++++------------------ sources | 2 +- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 5352fea..a7c5685 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/rasqal-0.9.32.tar.gz +/rasqal-0.9.33.tar.gz diff --git a/rasqal.spec b/rasqal.spec index fd3efe5..50c51ed 100644 --- a/rasqal.spec +++ b/rasqal.spec @@ -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 0.9.33-1 +- 0.9.33, .spec cosmetics, use %%license + +* Mon Dec 21 2015 Rex Dieter 0.9.33-1 +- 0.9.33 + * Thu Jun 18 2015 Fedora Release Engineering - 0.9.32-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 7aa7691..c7e8a49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc7c6107de00c47f85f6ab7db164a136 rasqal-0.9.32.tar.gz +1f5def51ca0026cd192958ef07228b52 rasqal-0.9.33.tar.gz