]> git.pld-linux.org Git - packages/dillo-config.git/commitdiff
- initial release
authorgrzegol <grzegol@pld-linux.org>
Wed, 24 Apr 2002 12:19:17 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dillo-config.spec -> 1.1

dillo-config.spec [new file with mode: 0644]

diff --git a/dillo-config.spec b/dillo-config.spec
new file mode 100644 (file)
index 0000000..5f00553
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Dillo configuration script
+Summary(pl):   Skrypt configuruj±cy dillo
+Name:          dillo-config
+Version:       1.0
+Release:       1
+License:       Unknown
+Group:         X11/Applications/Networking
+Source0:       http://www.ee.ed.ac.uk/~rjt/dillo/%{name}
+URL:           http://www.ee.ed.ac.uk/~rjt/dillo/config.html
+Requires:      tk
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:   noarch
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+Dillo configuration script, by Bob Thomson (rjt@ee.ed.ac.uk).
+
+%description -l pl
+Skrypt konfiguruj±cy dillo napisany przez Boba Thomsona
+(rjt@ee.ed.ac.uk).
+
+%prep
+%setup -q -c -T
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.150066 seconds and 4 git commands to generate.