]> git.pld-linux.org Git - packages/dml.git/blobdiff - dml.spec
- new %%doc, removed empty ChangeLog, added i18n files
[packages/dml.git] / dml.spec
index 7fc60889b00ba00259f06c538f4b43f6140cb0b5..db267ebe8f2ea9be31ee85d630feea42bb0b3e23 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -1,23 +1,18 @@
+# conditional build:
+# --without nls
 Summary:       Tool for displaying dialogs from shell
 Summary(pl):   Narzêdzie do wy¶wietlania okien dialogowych z shella
 Name:          dml
-Version:       0.0.14
-Release:       2
+Version:       0.0.17
+Release:       1
 License:       GPL
 Group:         Applications/Terminal
-Group(de):     Applikationen/Terminal
-Group(pl):     Aplikacje/Terminal
 Source0:       ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
 BuildRequires: autoconf
 BuildRequires: automake
-%if %{?BOOT:1}%{!?BOOT:0}
-BuildRequires: slang-devel-BOOT
-BuildRequires: uClibc-devel-BOOT
-%endif
-BuildRequires: slang-devel
 BuildRequires: gettext-devel
+BuildRequires: slang-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      slang
 
 %description
 Tool for displaying dialogs from shell.
@@ -25,64 +20,30 @@ Tool for displaying dialogs from shell.
 %description -l pl
 Narzêdzie do wy¶wietlania okien dialogowych z shella.
 
-%package BOOT
-Summary:       Tool for displaying dialogs from shell - BOOT
-Summary(pl):   Narzêdzie do wy¶wietlania okien dialogowych z shella -BOOT
-Group:         Applications/Terminal
-Group(de):     Applikationen/Terminal
-Group(pl):     Aplikacje/Terminal
-
-%description BOOT
-Tool for displaying dialogs from shell. Bootdisk version.
-
 %prep
 %setup -q
 
 %build
 autoheader
 aclocal
-autoconf 
-automake -a -c
+%{__autoconf}
+%{__automake}
 
-%if %{?BOOT:1}%{!?BOOT:0}
-%configure --disable-nls
-%{__make} -C src \
-       CFLAGS="-m386 -I%{_libdir}/bootdisk%{_includedir}" \
-       LDFLAGS="-nostdlib -static -s" \
-       LDADD=" %{_libdir}/bootdisk%{_libdir}/libslang.a \
-               %{_libdir}/bootdisk%{_libdir}/crt0.o \
-               %{_libdir}/bootdisk%{_libdir}/libc.a -lgcc "
-mv -f src/dml dml-BOOT
-
-%{__make} distclean
-%endif
-
-%configure
+%configure %{?_without_nls:--disable-nls}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
-
-%if %{?BOOT:1}%{!?BOOT:0}
-install -d $RPM_BUILD_ROOT/usr/lib/bootdisk/bin
-install dml-BOOT $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/dml
-%endif
+       DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS TODO NEWS README ChangeLog
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS TODO NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-
-%if %{?BOOT:1}%{!?BOOT:0}
-%files BOOT
-%defattr(644,root,root,755)
-%attr(755,root,root) /usr/lib/bootdisk/bin/dml
-%endif
This page took 0.032931 seconds and 4 git commands to generate.