Removed unneeded .spec
authorSergey V. Udaltsov <svu@gnome.org>
Wed, 30 Nov 2011 00:30:25 +0000 (00:30 +0000)
committerSergey V. Udaltsov <svu@gnome.org>
Wed, 30 Nov 2011 00:30:25 +0000 (00:30 +0000)
It is not properly maintained anyway - and distros are doing it themselves

Makefile.am
configure.in
xkeyboard-config.spec.in [deleted file]

index 943539f..fe8f08c 100644 (file)
@@ -8,8 +8,6 @@ pkgconfig_DATA = xkeyboard-config.pc
 EXTRA_DIST=config.rpath COPYING CREDITS README \
        autogen.sh \
        xkeyboard-config.pc.in \
-       xkeyboard-config.spec \
-       xkeyboard-config.spec.in \
        intltool-extract.in intltool-merge.in intltool-update.in
 
 DISTCLEANFILES=intltool-extract intltool-merge intltool-update
index fa4baef..82b1e1d 100644 (file)
@@ -111,7 +111,6 @@ symbols/sun_vndr/Makefile
 symbols/xfree68_vndr/Makefile
 types/Makefile
 xkeyboard-config.pc
-xkeyboard-config.spec
 docs/Makefile
 man/Makefile
 ])
diff --git a/xkeyboard-config.spec.in b/xkeyboard-config.spec.in
deleted file mode 100644 (file)
index 0b2082a..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-Name:          xkeyboard-config
-Summary:       XML-based XKB configuration registry
-Version:       @VERSION@
-Release:       1
-License:       X11/MIT
-Group:         User Interface/X
-
-Url: http://gswitchit.sourceforge.net/
-
-Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
-
-BuildArch:      noarch
-
-%description
-Just XML stuff. Later hopefully will be part of XFree86
-
-%prep
-%setup -q
-
-%build
-
-if [ ! -f configure ]; then
-    CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh
-fi
-
-CFLAGS="$RPM_OPT_FLAGS" ./configure 
-
-make 
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-make prefix=$RPM_BUILD_ROOT%{_prefix} install 
-rm -rf $RPM_BUILD_ROOT%{_prefix}/share/locale
-
-%clean
-rm -rf %{buildroot}
-rm -rf $RPM_BUILD_DIR/%{name}-%{version}
-
-%files
-%defattr(-, root, root)
-
-%doc AUTHORS CREDITS ChangeLog NEWS README COPYING docs/README.config docs/README.enhancing docs/README.symbols docs/HOWTO.transition docs/HOWTO.testing
-%{_prefix}/lib/X11/xkb/*