]> git.pld-linux.org Git - packages/blt.git/commitdiff
- updated Source url.
authorkloczek <kloczek@pld-linux.org>
Mon, 27 Mar 2000 00:41:12 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blt.spec -> 1.6

blt.spec

index 954d13c0f890a2fc71417cb013f3c6d59f463f63..2c976b1610d67efbdd8be8df089ed20f7c79cedb 100644 (file)
--- a/blt.spec
+++ b/blt.spec
@@ -1,11 +1,13 @@
 Summary:       A Tk toolkit extension, including widgets, geometry managers, etc.
 Name:          blt
-Version:       2.4g
-Release:       5
-Copyright:     MIT
+Version:       2.4q
+Release:       1
+License:       MIT
 Group:         Development/Tools
+Group(fr):     Development/Outils
+Group(pl):     Programowanie/Narzêdzia
 Obsoletes:     blt-devel
-Source0:       ftp://ftp.tcltk.org/pub/blt/BLT%{version}.tar.gz
+Source0:       ftp://ftp.tcltk.com/aa004735/pub/blt/BLT%{version}.tar.gz
 Patch0:                blt-prefix.patch
 Buildroot:     /tmp/%{name}-%{version}-root
 
@@ -14,18 +16,15 @@ BLT is an extension to the Tk toolkit. BLT's most useful feature is the
 provision of more widgets for Tk, but it also provides more geometry
 managers and miscellaneous other commands. Note that you won't need to do
 any patching of the Tcl or Tk source files to use BLT, but you will need to
-have Tcl/Tk installed in order to use BLT.
-
-If you are programming with the Tk toolkit, you should install BLT.
-You will need to have Tcl/Tk installed.
-
-%description
-BLT jest rozszerzeniem Tk. Najbardziej u¿yteczn± funkcj± BLT jest dostarczenie
-Tk wiêkszej ilo¶ci widgetów; oferuje równie¿ wiêcej mened¿erów geometrii i
-innych poleceñ. Aby u¿ywaæ BLT nie trzeba ³ataæ plików ¼ród³owych Tcl ani Tk,
-trzeba jednak mieæ zainstalowanego Tcl/Tk.
-
-Je¶li programuje siê w Tcl/tk, nale¿y zainstalowaæ BLT. Trzeba równie¿ 
+have Tcl/Tk installed in order to use BLT.  If you are programming with the
+Tk toolkit, you should install BLT. You will need to have Tcl/Tk installed.
+
+%description -l pl
+BLT jest rozszerzeniem Tk. Najbardziej u¿yteczn± funkcj± BLT jest
+dostarczenie Tk wiêkszej ilo¶ci widgetów; oferuje równie¿ wiêcej mened¿erów
+geometrii i innych poleceñ. Aby u¿ywaæ BLT nie trzeba ³ataæ plików
+¼ród³owych Tcl ani Tk, trzeba jednak mieæ zainstalowanego Tcl/Tk. Je¶li
+programuje siê w Tcl/tk, nale¿y zainstalowaæ BLT. Trzeba równie¿
 zainstalowaæ Tcl/Tk.
 
 %package devel
@@ -45,14 +44,17 @@ make
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{etc,sbin}
 
-make exec_prefix=$RPM_BUILD_ROOT/usr prefix=$RPM_BUILD_ROOT/usr \
-  scriptdir=$RPM_BUILD_ROOT/usr/lib/blt2.4 bare_prefix=/usr install
+make install \
+       exec_prefix=$RPM_BUILD_ROOT%{_prefix}
+       prefix=$RPM_BUILD_ROOT%{_prefix} \
+       scriptdir=$RPM_BUILD_ROOT%{_libdir}/blt2.4 \
+       bare_prefix=%{_prefix}
 
-ln -sf libBLT.so.2.4 $RPM_BUILD_ROOT/usr/lib/libBLT.so
+ln -sf libBLT.so.2.4 $RPM_BUILD_ROOT%{_libdir}/libBLT.so
 
 rm -f $RPM_BUILD_ROOT%{_mandir}/mann/{bitmap,tabset,watch}.n
 
-strip $RPM_BUILD_ROOT/usr/bin/* || :
+strip $RPM_BUILD_ROOT%{_bindir}/* || :
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/mann/*
        README
@@ -66,15 +68,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.gz html
-%attr(755,root,root) /usr/bin/*
-%attr(755,root,root) /usr/lib/lib*.so.*.*
-/usr/lib/blt2.4
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_libdir}/blt2.4
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) /usr/lib/lib*.so
-/usr/include/blt.h
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/blt.h
 %{_mandir}/mann/*
 
 %files static
-%attr(644,root,root) /usr/lib/lib*.a
+%attr(644,root,root) %{_libdir}/lib*.a
This page took 0.06822 seconds and 4 git commands to generate.