]> git.pld-linux.org Git - packages/dime.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 02:43:03 +0000 (02:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dime.spec -> 1.9

dime.spec

index 0fb2061a1b158fb12aadf812efece4d72591f67e..a38241c7110fc9bad03d59c3c2d62977a7e1b1b6 100644 (file)
--- a/dime.spec
+++ b/dime.spec
@@ -6,6 +6,7 @@ Release:        1
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
+Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Source0:       ftp://ftp.sim.no/pub/dime/%name-%version-src.tar.bz2
@@ -13,8 +14,6 @@ Source1:      ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
 Patch0:                
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _prefix /usr
-
 %description
 Dime is a C++ class library for reading, constructing, manipulating,
 and writing DXF file data. The name is an acronym for DXF Import,
@@ -58,23 +57,26 @@ Bibliotek obs
 
 %package devel
 Summary:       DIME devel
-Summary(pl):   DIME devel
+Summary(pl):   DIME - czê¶æ dla programistów
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 
 %description devel
+
 %description -l pl devel
 
 %package documentation
-Summary:       DEME doc
-Summary(pl):   DIME doc
+Summary:       DIME doc
+Summary(pl):   DIME - dokumentacja
 Group:         Documentation
 Group(de):     Dokumentation
+Group(es):     Documentación
 Group(pl):     Dokumentacja
 
 %description documentation
+
 %description -l pl documentation
 
 %prep
@@ -83,7 +85,7 @@ Group(pl):    Dokumentacja
 
 %build
 cd build
-%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+%{__make} RPM_OPT_FLAGS="%{rpmcflags}"
 cd ../docs/latex
 %{__make} refman.ps
 
@@ -94,7 +96,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
 install -d $RPM_BUILD_ROOT/%{datadir}/doc/%name-documentation-%version/{latex,html}
 
 cp -rp include/* $RPM_BUILD_ROOT%{_includedir}
-install -s build/libdime.a $RPM_BUILD_ROOT%{_libdir}
+install build/libdime.a $RPM_BUILD_ROOT%{_libdir}
 cp -rp docs/latex/*.tex $RPM_BUILD_ROOT/%{datadir}/doc/%name-documentation-%version/latex
 cp -rp docs/latex/*.sty $RPM_BUILD_ROOT/%{datadir}/doc/%name-documentation-%version/latex
 
This page took 0.066795 seconds and 4 git commands to generate.