]> git.pld-linux.org Git - packages/dml.git/blobdiff - dml.spec
- unified
[packages/dml.git] / dml.spec
index dfff8f9be6f9f8b2712164f081fd4713207b62ca..0dfc3c30148e42492a37ee8dd402b959611e50f2 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -1,30 +1,14 @@
-# _without_embed - don't build uClibc version
 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:       3
-License:       GPL
+Version:       0.1.6
+Release:       1
+License:       GPL v2
 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 %{!?_without_embed:1}%{?_without_embed:0}
-BuildRequires: slang-devel-embed
-BuildRequires: uClibc-devel
-BuildRequires: uClibc-static
-%endif
+Source0:       ftp://ftp.pld-linux.org/people/malekith/dml/%{name}-%{version}.tar.gz
+# Source0-md5: 1862186f09b0c82fd69c50364fbbd638
 BuildRequires: slang-devel
-BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      slang
-
-%define embed_path     /usr/lib/embed
-%define embed_cc       %{_arch}-uclibc-cc
-%define embed_cflags   %{rpmcflags} -Os
-%define uclibc_prefix  /usr/%{_arch}-linux-uclibc
 
 %description
 Tool for displaying dialogs from shell.
@@ -32,68 +16,26 @@ Tool for displaying dialogs from shell.
 %description -l pl
 Narzêdzie do wy¶wietlania okien dialogowych z shella.
 
-%package embed
-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 embed
-Tool for displaying dialogs from shell. Bootdisk version.
-
 %prep
 %setup -q
 
 %build
-autoheader
-aclocal
-autoconf 
-automake -a -c
-
-%if %{!?_without_embed:1}%{?_without_embed:0}
-%configure --disable-nls
-%{__make} -C src \
-       CC=%{embed_cc} \
-       CFLAGS="%{embed_cflags}" \
-       LDADD="-lslang"
-mv -f src/dml dml-shared
-%{__make} -C src \
-       CC=%{embed_cc} \
-       CFLAGS="%{embed_cflags}" \
-       LDFLAGS="-static" \
-       LDADD="-lslang"
-mv -f src/dml dml-static
-%{__make} distclean
-%endif
-
-%configure
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
-
-%if %{!?_without_embed:1}%{?_without_embed:0}
-install -d $RPM_BUILD_ROOT%{embed_path}/{shared,static}
-install dml-shared $RPM_BUILD_ROOT%{embed_path}/shared/dml
-install dml-static $RPM_BUILD_ROOT%{embed_path}/static/dml
-%endif
-
-gzip -9nf AUTHORS TODO NEWS README ChangeLog
+       PREFIX=%{_prefix} \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS TODO NEWS README doc/dml.pl doc/dml.sh
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-
-%if %{!?_without_embed:1}%{?_without_embed:0}
-%files embed
-%defattr(644,root,root,755)
-%attr(755,root,root) %{embed_path}/*/dml
-%endif
This page took 0.104619 seconds and 4 git commands to generate.