]> git.pld-linux.org Git - packages/console-data.git/commitdiff
initial rpm release.
authorpius <pius@pld-linux.org>
Thu, 22 Apr 1999 10:44:54 +0000 (10:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console-data.spec -> 1.1

console-data.spec [new file with mode: 0644]

diff --git a/console-data.spec b/console-data.spec
new file mode 100644 (file)
index 0000000..1185c08
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:        Linux console data
+Summary(pl):    Pliki danych dla konsoli
+Name:           console-data
+Version:        1999.04.15
+Release:        1
+Copyright:      GPL
+Group:          Utilities/Console
+Group(pl):      Narzêdzia/Konsola
+Source0:       ftp://sunsite.unc.edu/pub/Linux/system/keyboards/%{name}-%{version}.tar.gz
+BuildRoot:      /tmp/%{name}-%{version}-root
+
+%description
+This package contains all data files (keymaps, fonts, misc tables) 
+that used to be part of the console-tools.
+
+%description -l pl
+Ten pakiet zawiera pliki danych dla konsoli (fonty, mapy klawiatury,
+róznorodne tablice), które kiedy¶ by³y czê¶ci± console-tools.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+        --with-main_compressor=gzip
+
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf doc/{fonts/*,keymaps/*} README.*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/{fonts,keymaps} README.*
+
+/usr/share/consolefonts
+/usr/share/consoletrans
+/usr/share/keymaps
+/usr/share/unidata
+
+%changelog
+* Thu 22 1999 Piotr Czerwiñski <pius@pld.org.pl>
+- initial rpm release.
This page took 0.084411 seconds and 4 git commands to generate.