Author: qrczak Date: Tue Jan 23 22:57:37 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - nvtv-pci-link.patch: -lpci is a static library and uses -lz, so we must add -lz after -lpci - Release 4
---- Files affected: SPECS: nvtv.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/nvtv.spec diff -u SPECS/nvtv.spec:1.24 SPECS/nvtv.spec:1.25 --- SPECS/nvtv.spec:1.24 Mon May 8 13:52:50 2006 +++ SPECS/nvtv.spec Tue Jan 23 23:57:31 2007 @@ -4,7 +4,7 @@ Summary(pl): Narzędzie do TV-out w kartach firmy NVidia (i innych) Name: nvtv Version: 0.4.7 -Release: 3 +Release: 4 License: GPL v2+ Group: Applications/System Source0: http://dl.sourceforge.net/nv-tv-out/%{name}-%{version}.tar.gz @@ -14,6 +14,7 @@ Source2: %{name}.init Source3: %{name}.sysconfig Patch0: %{name}-opt.patch +Patch1: %{name}-pci-link.patch URL: http://www.sourceforge.net/projects/nv-tv-out/ BuildRequires: autoconf >= 2.53 BuildRequires: automake @@ -76,6 +77,7 @@ %prep %setup -q -b1 %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.* . @@ -159,6 +161,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2007/01/23 22:57:31 qrczak +- nvtv-pci-link.patch: -lpci is a static library and uses -lz, + so we must add -lz after -lpci +- Release 4 + Revision 1.24 2006/05/08 11:52:50 glen - pass nice name for %service; adapter ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nvtv.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
