|
|
@ -1,13 +1,12 @@
|
|
|
|
Name: uriparser
|
|
|
|
Name: uriparser
|
|
|
|
Version: 0.7.5
|
|
|
|
Version: 0.7.8
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: URI parsing library - RFC 3986
|
|
|
|
Summary: URI parsing library - RFC 3986
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: http://%{name}.sourceforge.net/
|
|
|
|
URL: http://%{name}.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: uriparser-0.7.5-doc_Makefile_in.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: doxygen, graphviz, cpptest-devel
|
|
|
|
BuildRequires: doxygen, graphviz, cpptest-devel
|
|
|
|
Requires: cpptest
|
|
|
|
Requires: cpptest
|
|
|
@ -28,33 +27,25 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .doc_Makefile_in
|
|
|
|
|
|
|
|
sed -i 's/\r//' THANKS
|
|
|
|
sed -i 's/\r//' THANKS
|
|
|
|
sed -i 's/\r//' COPYING
|
|
|
|
sed -i 's/\r//' COPYING
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
|
|
|
|
mv THANKS{.utf8,}
|
|
|
|
mv THANKS{.utf8,}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
cd doc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove qhelpgenerator dependency, by commenting these lines in
|
|
|
|
# Remove qhelpgenerator dependency by commenting Doxygen.in:
|
|
|
|
# Doxygen.in
|
|
|
|
# sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' Doxyfile.in
|
|
|
|
## .qch output
|
|
|
|
sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
|
|
|
|
## QCH_FILE = "../uriparser-doc-0.7.5.qch"
|
|
|
|
|
|
|
|
## QHG_LOCATION = "qhelpgenerator"
|
|
|
|
|
|
|
|
sed -i 's/^# .qch output.*//' Doxyfile.in
|
|
|
|
|
|
|
|
sed -i 's/^QCH.*//' Doxyfile.in
|
|
|
|
|
|
|
|
sed -i 's/^QHG.*//' Doxyfile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%configure; make %{?_smp_mflags}; cd ..
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# doc folder has separate configure file
|
|
|
|
# Generate docs first
|
|
|
|
#cd doc;
|
|
|
|
cd doc;
|
|
|
|
# fix for automated autotool calls
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
#touch aclocal.m4 configure Makefile.in
|
|
|
|
cd ..
|
|
|
|
#%configure; make %{?_smp_mflags}
|
|
|
|
# Build
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
make check
|
|
|
@ -87,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 30 2013 François Cami <fcami@fedoraproject.org> - 0.7.8-1
|
|
|
|
|
|
|
|
- Update to 0.7.8
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-7
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|