From: Emmanuele Bassi Date: Mon, 22 May 2017 08:32:15 +0000 (+0100) Subject: Remove atk.spec.in X-Git-Tag: upstream/2.28.1~52 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fatk.git;a=commitdiff_plain;h=0f0769e2a6213a71715a65c73ce31207c6437cdf Remove atk.spec.in It's 12 years old, and hopelessly out of date. All operating systems using RPM have a package for ATK anyway. --- diff --git a/Makefile.am b/Makefile.am index aafb628..50efb75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,14 @@ # Process this file with automake to create Makefile.in. ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS=atk tests docs po win32 +SUBDIRS = atk tests docs po win32 EXTRA_DIST = \ MAINTAINERS \ atk-uninstalled.pc.in \ atk.pc.in \ - atk.spec.in \ - atk.spec \ - atk-zip.sh.in \ - m4/introspection.m4 \ + atk-zip.sh.in \ + m4/introspection.m4 \ config.h.win32 pkgconfigdir = $(libdir)/pkgconfig @@ -21,5 +19,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection DISTCLEANFILES = \ atk-uninstalled.pc \ atk.pc \ - atk.pc.spec \ atk-zip.sh diff --git a/atk.spec.in b/atk.spec.in deleted file mode 100644 index 3486492..0000000 --- a/atk.spec.in +++ /dev/null @@ -1,84 +0,0 @@ -Name: atk -Summary: Accessibility Toolkit -Version: @VERSION@ -Release: 1 -License: LGPL -Group: Development/Libraries -Source: ftp://ftp.gimp.org/pub/gtk/v2.6/%{name}-%{version}.tar.gz -BuildRoot: /var/tmp/%{name}-%{version}-root -URL: http://www.gtk.org -Requires: glib2 >= @GLIB_REQUIRED_VERSION@ -BuildRequires: glib2-devel >= @GLIB_REQUIRED_VERSION@ - -%description -Handy library of accessibility functions. Development libs and headers -are in atk-devel. - -%package devel -Summary: Header, docs and development libraries for atk. -Group: Development/Libraries -Requires: %{name} = %{version} - -%description devel -Header, docs and development libraries for atk. - -%prep -%setup -q - -%build -CFLAGS="$RPM_OPT_FLAGS" -./configure --prefix=%{_prefix} \ - --bindir=%{_bindir} --mandir=%{_mandir} \ - --localstatedir=%{_localstatedir} --libdir=%{_libdir} \ - --datadir=%{_datadir} --includedir=%{_includedir} \ - --sysconfdir=%{_sysconfdir} --disable-gtk-doc -make - -%install -rm -rf $RPM_BUILD_ROOT - -make prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} libdir=$RPM_BUILD_ROOT%{_libdir} \ - localstatedir=$RPM_BUILD_ROOT%{_localstatedir} \ - datadir=$RPM_BUILD_ROOT%{_datadir} \ - includedir=$RPM_BUILD_ROOT%{_includedir} \ - sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%defattr(-, root, root) - -%doc AUTHORS COPYING ChangeLog NEWS README -%{_libdir}/lib*.so.* - -%files devel -%defattr(-, root, root) - -%{_libdir}/lib*.so -%{_libdir}/*a -%{_libdir}/pkgconfig/*.pc -%{_includedir}/atk-1.0 -%{_datadir}/gtk-doc/html/atk -%{_datadir}/locale/*/* - -%changelog -* Wed Feb 23 2005 Padraig O'Briain -- Updated version number in Source from 1.3 to 2.6. -- Corrceted spelling of Accessibility - -* Fri Jun 20 2003 James T. Richardson, Jr. -- Updated for atk-1.3.2 - added: {_datadir}/locale/*/* - -* Mon Aug 27 2001 Jens Finke -- glib2 package now required -- updated source url - -* Wed Aug 15 2001 Jens Finke -- created spec file diff --git a/configure.ac b/configure.ac index 23a2b9c..f873f2d 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,6 @@ win32/vs14/Makefile win32/vs15/Makefile docs/Makefile docs/version.xml -atk.spec atk-zip.sh config.h.win32 ])