]> git.pld-linux.org Git - packages/fltk.git/commitdiff
- typo in %install, fltk-1_0_11-1
authorkloczek <kloczek@pld-linux.org>
Thu, 5 Jul 2001 10:52:11 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed redundant %doc in pdf.

Changed files:
    fltk.spec -> 1.13

fltk.spec

index 36973d119c6df0f0e298493437f5e39c0a83a533..0965b3e932d8c29239a6ee656f11c5ea0fb9b68a 100644 (file)
--- a/fltk.spec
+++ b/fltk.spec
@@ -10,7 +10,6 @@ Group(es):    X11/Bibliotecas
 Group(pl):     X11/Biblioteki
 Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%name-%version-source.tar.bz2
 Source1:       http://www.fltk.org/doc/%name.ps.gz
-Source2:       http://www.fltk.org/doc/%name.pdf
 URL:           http://www.fltk.org/
 BuildRequires: XFree86-devel >= 3.3.6
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,7 +23,6 @@ Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally developed
 by Mr. Bill Spitzak and is currently maintained by a small group of
 developers across the world with a central repository in the US.
 
-
 %package devel
 Summary:       FLTK development files
 Summary(pl):   Narzêdzia programistyczne dla FLTK
@@ -56,7 +54,7 @@ Biblioteka FLTK linkowana statycznie.
 %prep
 %setup -q
 
-install %{SOURCE1} %{SOURCE2} .
+install %{SOURCE1} .
 
 %build
 %configure \
@@ -86,7 +84,7 @@ done
 rm $RPM_BUILD_ROOT%{_libdir}/*.so
 mv $RPM_BUILD_ROOT%{_libdir}/libfltk.so.1 \
        $RPM_BUILD_ROOT%{_libdir}/libfltk.so.%{version}
-ln -sf libfltk.so.%{version} RPM_BUILD_ROOT%{_libdir}/libfltk.so
+ln -sf libfltk.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libfltk.so
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -100,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc documentation/* fltk.pdf fltk.ps.gz
+%doc documentation/* fltk.ps.gz
 %attr(75,root,root) %{_libdir}/libfltk.so
 %attr(755,root,root) %{_bindir}/fluid
 %{_includedir}/FL
This page took 0.040609 seconds and 4 git commands to generate.