]> git.pld-linux.org Git - packages/zenity.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Sun, 13 Apr 2003 00:22:07 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zenity.spec -> 1.1

zenity.spec [new file with mode: 0644]

diff --git a/zenity.spec b/zenity.spec
new file mode 100644 (file)
index 0000000..adf4ba8
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       The GNOME port of dialog
+Summary(pl):   Port dialog dla GNOME
+Name:          zenity
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/zenity/1.0/%{name}-%{version}.tar.bz2
+URL:           http://www.gnome.org/
+BuildRequires: GConf2-devel >= 2.2.0
+BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: libgnomecanvas-devel >= 2.2.0
+Requires(post):        scrollkeeper
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+zenity is a rewrite of gdialog, the GNOME port of dialog which allows
+you to display dialog boxes from the commandline and shell scripts.
+
+%description -l pl
+zenity jest kontynuacj± programu gdialog, portu dialog dla GNOME.
+Umo¿liwia on wy¶wietlanie okien dialogowych z linii komend i ze
+skryptów pow³oki.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang zenity-0.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /usr/bin/scrollkeeper-update
+
+%files -f zenity-0.1.lang
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_omf_dest_dir}/%{name}
+%{_datadir}/%{name}
This page took 0.102886 seconds and 4 git commands to generate.