Updating branch refs/heads/master
         to bcd3a0a0f134093bea0965deea2e017ccc6f445e (commit)
       from dd83dda06c2a2550608ddbab776d4d76b80c86b4 (commit)

commit bcd3a0a0f134093bea0965deea2e017ccc6f445e
Author: Nick Schermer <[email protected]>
Date:   Sun Nov 13 18:44:30 2011 +0100

    Remove spec file and rpm build.

 Makefile.am        |    8 +------
 configure.ac.in    |    1 -
 libxfce4ui.spec.in |   61 ----------------------------------------------------
 3 files changed, 1 insertions(+), 69 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index cac7c80..75713e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,11 +15,7 @@ AUTOMAKE_OPTIONS = \
        no-dist-gzip
 
 distclean-local:
-       rm -rf *.spec *.cache *~
-
-rpm: dist
-       rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
-       @rm -f $(PACKAGE)-$(VERSION).tar.gz
+       rm -rf *.cache *~
 
 .PHONY: ChangeLog
 
@@ -31,13 +27,11 @@ ChangeLog: Makefile
 dist-hook: ChangeLog
 
 EXTRA_DIST = \
-       libxfce4ui.spec.in \
        intltool-extract.in \
        intltool-merge.in \
        intltool-update.in
 
 DISTCLEANFILES = \
-       libxfce4ui.spec \
        intltool-extract \
        intltool-merge \
        intltool-update
diff --git a/configure.ac.in b/configure.ac.in
index 4ae5e21..ec0fa6c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -275,7 +275,6 @@ icons/Makefile
 icons/48x48/Makefile
 libxfce4kbd-private/libxfce4kbd-private-2.pc
 libxfce4kbd-private/Makefile
-libxfce4ui.spec
 libxfce4ui/libxfce4ui-1.pc
 libxfce4ui/libxfce4ui-config.h
 libxfce4ui/Makefile
diff --git a/libxfce4ui.spec.in b/libxfce4ui.spec.in
deleted file mode 100644
index c82a4ad..0000000
--- a/libxfce4ui.spec.in
+++ /dev/null
@@ -1,61 +0,0 @@
-Summary:       Widgets library for the Xfce desktop environment
-Name:          @PACKAGE_TARNAME@
-Version:       @PACKAGE_VERSION@
-Release:       1
-License:       LGPL
-URL:           http://www.xfce.org/
-Source0:       %{name}-%{version}.tar.gz
-Group:                 Development/Libraries
-BuildRoot:     %{_tmppath}/%{name}-root
-Requires:      glib2 >= @GOBJECT_REQUIRED_VERSION@
-Requires:      gtk2 >= @GTK_REQUIRED_VERSION@
-Requires:      libxfce4util >= @LIBXFCE4UTIL_REQUIRED_VERSION@
-BuildRequires:         glib2-devel >= @GOBJECT_REQUIRED_VERSION@
-BuildRequires: gtk2-devel >= @GTK_REQUIRED_VERSION@
-BuildRequires: libxfce4util-devel >= @LIBXFCE4UTIL_REQUIRED_VERSION@
-BuildRequires: gtk-doc
-
-%description
-Widgets and other frequently used functions for the Xfce desktop environment.
-
-%package devel
-Summary:       Development files for the libxfce4ui library
-Group:         Development/Libraries
-Requires:      @PACKAGE_TARNAME@@LIBXFCE4UI_VERSION_API@ >= @PACKAGE_VERSION@
-
-%description devel
-Static libraries and header files for the libxfce4ui library.
-
-%prep
-%setup -q
-
-%build
-%configure --enable-final --enable-gtk-doc
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%files
-%defattr(-,root,root)
-%{_libdir}/lib*.so.*
-%{_sbindir}/*
-
-%files devel
-%defattr(-, root, root)
-%{_libdir}/lib*.so
-%{_libdir}/*a
-%{_libdir}/pkgconfig/*.pc
-%{_includedir}/xfce4/libxfce4ui
-%{_datadir}/gtk-doc
-
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to