[Xfce4-commits] <xfce4-session:master> Remove the spec file.
Nick Schermer
noreply at xfce.org
Sun Mar 25 09:22:01 CEST 2012
Updating branch refs/heads/master
to 536c73b9221be38b5b2efb866af7c6a4b950d84d (commit)
from a3a25c692c04455d0c9dd8d0add1267c08480688 (commit)
commit 536c73b9221be38b5b2efb866af7c6a4b950d84d
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 25 09:20:36 2012 +0200
Remove the spec file.
Makefile.am | 6 +---
configure.in.in | 1 -
xfce4-session.spec.in | 84 -------------------------------------------------
3 files changed, 1 insertions(+), 90 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 904f6db..a1d3398 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,11 +38,7 @@ AUTOMAKE_OPTIONS = \
dist-bzip2
distclean-local:
- rm -rf xfce4-session.spec *.cache *~
-
-rpm: dist
- rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
- @rm -f $(PACKAGE)-$(VERSION).tar.gz
+ rm -rf *.cache *~
.PHONY: ChangeLog
diff --git a/configure.in.in b/configure.in.in
index de06fb8..0801821 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -194,7 +194,6 @@ AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x"$enable_gen_doc" = x"yes"])
AC_OUTPUT([
Makefile
-xfce4-session.spec
doc/Makefile
engines/Makefile
engines/balou/Makefile
diff --git a/xfce4-session.spec.in b/xfce4-session.spec.in
deleted file mode 100644
index 96bd15c..0000000
--- a/xfce4-session.spec.in
+++ /dev/null
@@ -1,84 +0,0 @@
-Summary: Xfce Session manager
-Name: @PACKAGE_TARNAME@
-Version: @PACKAGE_VERSION@
-Release: 1
-License: GPL
-URL: http://www.xfce.org/
-Source0: %{name}-%{version}.tar.gz
-Group: User Interface/Desktops
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: libxfcegui4 >= @LIBXFCEGUI4_REQUIRED_VERSION@
-BuildRequires: libxfcegui4-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@
-
-%description
-xfce4-session is the session manager for the Xfce desktop environment.
-
-%package devel
-Summary: Development files for xfce4-session
-Group: Development/Libraries
-Requires: @PACKAGE_TARNAME@ >= @PACKAGE_VERSION@
-
-%description devel
-Header files for the Xfce Session Manager.
-
-%package engines
-Summary: Additional engines for xfce4-session
-Group: User Interface/Desktops
-Requires: @PACKAGE_TARNAME@ >= @PACKAGE_VERSION@
-
-%description engines
-Additional splash screen engines for the Xfce Session Manager.
-
-%prep
-%setup -q
-
-%build
-%configure --enable-final
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
-%postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog ChangeLog.pre-xfce-devel NEWS README TODO
-%{_bindir}/*
-%{_datadir}/applications/*
-%{_datadir}/icons/*
-%{_datadir}/xfce4/*
-%{_datadir}/locale/*
-%{_libdir}/lib*.so.*
-%{_libdir}/xfce4/session/splash-engines/libmice.*
-%{_libdir}/xfce4/session/xfsm-shutdown-helper
-%{_mandir}/man1/*
-%{_sysconfdir}/xdg/*
-
-%files devel
-%defattr(-,root,root)
-%{_includedir}/xfce4/xfce4-session-4.2/libxfsm/*.h
-%{_libdir}/lib*.so
-%{_libdir}/*a
-%{_libdir}/pkgconfig/*.pc
-
-%files engines
-%defattr(-,root,root)
-%{_datadir}/themes/Default/balou/*
-%{_libdir}/xfce4/session/splash-engines/libbalou.*
-%{_libdir}/xfce4/session/splash-engines/libsimple.*
-%{_libdir}/xfce4/session/balou-*
More information about the Xfce4-commits
mailing list