[Xfce4-commits] <exo:master> Remove spec file and rpm build.
Nick Schermer
noreply at xfce.org
Sun Nov 13 18:42:01 CET 2011
Updating branch refs/heads/master
to a56684ae68e1bf781d9d54dcf189ce1286c4c363 (commit)
from 310d65c7fa2ed9368cf082672c26f20ecc80c123 (commit)
commit a56684ae68e1bf781d9d54dcf189ce1286c4c363
Author: Nick Schermer <nick at xfce.org>
Date: Sun Nov 13 18:40:50 2011 +0100
Remove spec file and rpm build.
Makefile.am | 8 +-----
exo.spec.in | 80 -----------------------------------------------------------
2 files changed, 1 insertions(+), 87 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5f7bbea..6190ca1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,11 +17,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
@@ -43,13 +39,11 @@ EXTRA_DIST = \
README \
THANKS \
TODO \
- exo.spec.in \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DISTCLEANFILES = \
- exo.spec \
intltool-extract \
intltool-merge \
intltool-update
diff --git a/exo.spec.in b/exo.spec.in
deleted file mode 100644
index 11cd232..0000000
--- a/exo.spec.in
+++ /dev/null
@@ -1,80 +0,0 @@
-Summary: Application library for the Xfce desktop environment
-Name: @PACKAGE_TARNAME@
-Version: @PACKAGE_VERSION@
-Release: 1
-License: LGPL
-URL: http://libexo.os-cillation.com/
-Source0: %{name}-%{version}.tar.gz
-Group: Development/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: gtk2 >= @GTK_REQUIRED_VERSION@
-Requires: libxfce4util >= @LIBXFCE4UTIL_REQUIRED_VERSION@
-BuildRequires: gtk2-devel >= @GTK_REQUIRED_VERSION@
-BuildRequires: libxfce4util-devel >= @LIBXFCE4UTIL_REQUIRED_VERSION@
-BuildRequires: gtk-doc
-
-%description
-Extension library for Xfce, targeted at application development.
-
-%package devel
-Summary: Development files for the exo library
-Group: Development/Libraries
-Requires: @PACKAGE_TARNAME@@LIBEXO_VERSION_API@ >= @PACKAGE_VERSION@
-
-%description devel
-Static libraries and header files for the exo library.
-
-%prep
-%setup -q
-
-%build
-%configure --enable-final --enable-gtk-doc --enable-xsltproc
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-mv $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/exo $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/exo- at LIBEXO_VERSION_API@
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-/sbin/ldconfig
-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
-/sbin/ldconfig
-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)
-%{_bindir}/exo-desktop-item-edit
-%{_bindir}/exo-open
-%{_bindir}/exo-preferred-applications
-%{_datadir}/applications
-%{_datadir}/icons
-%{_datadir}/locale
-%{_datadir}/pixmaps
-%{_datadir}/xfce4
-%{_libdir}/lib*.so.*
-%{_libdir}/xfce4
-%{_mandir}/man1/exo-open.*
-%{_sysconfdir}
-
-%files devel
-%defattr(-, root, root)
-%{_bindir}/exo-csource
-%{_datadir}/gtk-doc
-%{_includedir}
-%{_libdir}/lib*.so
-%{_libdir}/lib*a
-%{_libdir}/pkgconfig/*.pc
-%{_mandir}/man1/exo-csource.*
-
More information about the Xfce4-commits
mailing list