Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f06b933247 |
3 changed files with 18 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
uriparser-0.7.5.tar.gz
|
||||
/uriparser-0.7.5.tar.gz
|
||||
|
|
|
|||
11
uriparser-0.7.5-doc_Makefile_in.patch
Normal file
11
uriparser-0.7.5-doc_Makefile_in.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- uriparser-0.7.5.org/doc/Makefile.in 2010-09-07 17:02:01.000000000 +0530
|
||||
+++ uriparser-0.7.5/doc/Makefile.in 2010-09-07 17:02:11.000000000 +0530
|
||||
@@ -344,7 +344,7 @@
|
||||
|
||||
install-data-local:
|
||||
$(MKDIR_P) "$(DESTDIR)$(docdir)/html" ## Didn't work with installdirs-local
|
||||
- $(INSTALL_DATA) html/*.{css,gif,html,png} "$(DESTDIR)$(docdir)/html/"
|
||||
+ $(INSTALL_DATA) html/*.{css,html,png} "$(DESTDIR)$(docdir)/html/"
|
||||
|
||||
uninstall-local:
|
||||
-rm -Rf "$(DESTDIR)$(docdir)/html"
|
||||
|
|
@ -1,12 +1,13 @@
|
|||
Name: uriparser
|
||||
Version: 0.7.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: URI parsing library - RFC 3986
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://%{name}.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: uriparser-0.7.5-doc_Makefile_in.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: doxygen, graphviz, cpptest-devel
|
||||
Requires: cpptest
|
||||
|
|
@ -27,6 +28,7 @@ developing applications that use %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .doc_Makefile_in
|
||||
sed -i 's/\r//' THANKS
|
||||
sed -i 's/\r//' COPYING
|
||||
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
|
||||
|
|
@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 07 2010 Rakesh Pandit <rakesh@fedoraproject.org> 0.7.5-3
|
||||
- Fixed FTBFS
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue