]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
- added Patch0: ocaml-net-Makefile.patch
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sat, 15 Oct 2005 15:52:09 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed %doc
- STBR (at last...)

Changed files:
    ocaml-net.spec -> 1.20

ocaml-net.spec

index 0d4e94ae596bd2814baed495e67679e497cc219b..4cfcfdac33fc3bc675bcd1f7ac3f39022f256aa5 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL v2
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/ocamlnet/ocamlnet-%{version}.tar.gz
 # Source0-md5: 2ec265aeea6a6470e7493ab047cef261
+Patch0:                ocaml-net-Makefile.patch
 URL:           http://ocamlnet.sourceforge.net/
 BuildRequires: ncurses-devel
 BuildRequires: ocaml >= 3.04-7
@@ -70,6 +71,7 @@ pliki niezb
 
 %prep
 %setup -q -n ocamlnet-%{version}
+%patch0 -p1
 
 %build
 cd src
@@ -112,7 +114,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files netstring-devel
 %defattr(644,root,root,755)
-%doc LICENSE README doc/intro/html
+%doc LICENSE README doc/html
 %dir %{_libdir}/ocaml/netstring
 %{_libdir}/ocaml/netstring/*.cm[ixao]*
 %{_libdir}/ocaml/netstring/*.a
This page took 0.040079 seconds and 4 git commands to generate.