summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklakier2001-05-06 12:39:33 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7a82f1b0fd42fda4d2764189cd4a1d0249a86f92 (patch)
tree3f85bf079d711b344abea41de0c64d068866afc9
parenta76a3c104d135fc84056b9217d314d627c6618b1 (diff)
downloadtrurlib-7a82f1b0fd42fda4d2764189cd4a1d0249a86f92.zip
trurlib-7a82f1b0fd42fda4d2764189cd4a1d0249a86f92.tar.gz
- adapterized
Changed files: trurlib.spec -> 1.6
-rw-r--r--trurlib.spec19
1 files changed, 12 insertions, 7 deletions
diff --git a/trurlib.spec b/trurlib.spec
index 460a85f..5d9f1ff 100644
--- a/trurlib.spec
+++ b/trurlib.spec
@@ -4,24 +4,27 @@ Version: 0.43.1
Release: 1
License: LGPL
Group: Development/Libraries
+Group(de): Entwicklung/Libraries
+Group(fr): Development/Librairies
Group(pl): Programowanie/Biblioteki
-Source: ftp://ftp.pld.org.pl/software/trurlib/%{name}-%{version}.tar.gz
-BuildRoot: /tmp/%{name}-%{version}-root-%(id -u -n)
+Source0: ftp://ftp.pld.org.pl/software/trurlib/%{name}-%{version}.tar.gz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
TRURL library contains some useful data structures and routines:
-- dynamic array
-- linked list
- (both with Perl-like interface)
+- dynamic array
+- linked list (both with Perl-like interface)
- hash table
- some string functions
-- xmalloc()s
+- xmalloc()s
and some other n stuff.
%package devel
Summary: trurlib headers and documentation
Group: Development/Libraries
+Group(de): Entwicklung/Libraries
+Group(fr): Development/Librairies
Group(pl): Programowanie/Biblioteki
Requires: %{name} = %{version}
@@ -31,6 +34,8 @@ Trurlib headers and documentation.
%package static
Summary: Static trurl library
Group: Development/Libraries
+Group(de): Entwicklung/Libraries
+Group(fr): Development/Librairies
Group(pl): Programowanie/Biblioteki
Requires: %{name} = %{version}
@@ -46,7 +51,7 @@ Static trurl library.
%install
rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT