]> git.pld-linux.org Git - packages/fix-info-dir.git/commitdiff
- Updated to 0.12. fix-info-dir-0_12-1
authormkochano <mkochano@pld-linux.org>
Sat, 8 Jul 2000 15:44:06 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added polish description and summary.
- Uses $RPM_OPT_FLAGS.

Changed files:
    fix-info-dir.spec -> 1.8

fix-info-dir.spec

index 9bf159b08ee0a6e4d655a49af05dccc529ad0598..95bef97bd6044dc6ad3c913ed9569b5cc8f60f0d 100644 (file)
@@ -1,6 +1,7 @@
 Summary:       Creates a top-level info `dir' file
+Summary(pl):   Tworzy g³ówny plik 'dir' dla systemu Info.
 Name:          fix-info-dir
-Version:       0.11
+Version:       0.12
 Release:       1
 License:       GPL
 Group:         Utilities/System
@@ -12,11 +13,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Utility which creates a top-level `dir' file in the Info system.
 
+%description -l pl
+Narzêdzie tworz±ce g³ówny plik 'dir' dla systemu Info
+
 %prep 
 %setup -q 
 
 %build
-%{__make} CFLAGS='-O2 -fomit-frame-pointer -DNDEBUG'
+%{__make} CFLAGS="$RPM_OPT_FLAGS -fomit-frame-pointer -DNDEBUG"
  
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.082623 seconds and 4 git commands to generate.