]> git.pld-linux.org Git - packages/dml.git/commitdiff
initial, from scratch.
authorMichal Moskal <michal@moskal.me>
Mon, 2 Apr 2001 15:40:22 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
5d5e86058ba4d10331553ac3e85a413f  dml-0.0.3.tar.gz

Changed files:
    dml.spec -> 1.1

dml.spec [new file with mode: 0644]

diff --git a/dml.spec b/dml.spec
new file mode 100644 (file)
index 0000000..cf263e1
--- /dev/null
+++ b/dml.spec
@@ -0,0 +1,41 @@
+Summary:       Tool for displaying dialogs from shell
+Summary(pl):   Narzêdzie do wy¶wietlania okien dialogowych z shella
+Name:          dml
+Version:       0.0.2
+Release:       1
+Epoch:         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: slang-static
+BuildRequires: gettext-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool for displaying dialogs from shell.
+
+%description -l pl
+Narzêdzie do wy¶wietlania okien dialogowych z shella.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT 
+#gzip -9nf AUTHORS TODO ChangeLog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*
This page took 0.125776 seconds and 4 git commands to generate.