]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- added info patch (with now g-wrap will be reachable by info index in g-wrap-0_9_6-1
authorkloczek <kloczek@pld-linux.org>
Sun, 29 Oct 2000 08:13:12 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "Programming tools" group); also added texinfo to BuildRequires,
- use new rpm automation.

Changed files:
    g-wrap.spec -> 1.8

g-wrap.spec

index 988996e6d38b002d20c5ce498e4ed4976399dd53..6780ae05baa506336b7be6f06d1c596d42d3d721 100644 (file)
@@ -4,10 +4,13 @@ Version:      0.9.6
 Release:       1
 License:       GPL
 Group:         Libraries
+Group(de):     Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Source0:       ftp://ftp.gnucash.org/pub/g-wrap/%{name}-%{version}.tar.gz
+Patch0:                %{name}-info.patch
 BuildRequires: guile-devel >= 1.4
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,6 +21,7 @@ interface these to the Guile and RScheme interpreters in particular.
 %package devel
 Summary:       headers for developing programs using g-wrap
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -29,6 +33,7 @@ headers for developing programs using g-wrap.
 Summary:       Static libraries for developing programs using g-wrap
 Summary(pl):   Biblioteki statyczne g-wrap
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -38,14 +43,15 @@ Static libraries for developing programs using g-wrap.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf NEWS README ChangeLog
This page took 0.118372 seconds and 4 git commands to generate.