[Xfce4-commits] <mousepad:master> Remove spec file.
Nick Schermer
noreply at xfce.org
Sun Dec 30 11:58:04 CET 2012
Updating branch refs/heads/master
to 0194fadcf4cbbe15e1da6643073a9fc3d7f6b084 (commit)
from 7f3f075b22a884d1b40393ef6d99c250ee2539fb (commit)
commit 0194fadcf4cbbe15e1da6643073a9fc3d7f6b084
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 30 11:47:57 2012 +0100
Remove spec file.
Makefile.am | 4 +---
Mousepad.spec.in | 49 -------------------------------------------------
2 files changed, 1 insertions(+), 52 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9f9eabc..788fedf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = \
po
distclean-local:
- rm -rf *.spec *.cache *~
+ rm -rf *.cache *~
distuninstallcheck_listfiles = \
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
@@ -40,7 +40,6 @@ dist-hook: ChangeLog
EXTRA_DIST = \
MousepadHelp.in \
- Mousepad.spec.in \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
@@ -48,7 +47,6 @@ EXTRA_DIST = \
DISTCLEANFILES = \
MousepadHelp \
- Mousepad.spec \
intltool-extract \
intltool-merge \
intltool-update \
diff --git a/Mousepad.spec.in b/Mousepad.spec.in
deleted file mode 100644
index 6261c2c..0000000
--- a/Mousepad.spec.in
+++ /dev/null
@@ -1,49 +0,0 @@
-Summary: Mousepad Text Editor
-Name: @PACKAGE_TARNAME@
-Version: @PACKAGE_VERSION@
-Release: 1
-License: GPL
-URL: http://www.xfce.org/
-Source0: %{name}-%{version}.tar.gz
-Group: Applications/X11
-BuildRoot: %{_tmppath}/%{name}-root
-Requires: gtk2 >= @GTK_REQUIRED_VERSION@
-BuildRequires: gtk2-devel >= @GTK_REQUIRED_VERSION@
-
-%description
-Mousepad is a simple text editor for the Xfce Desktop Environment.
-
-%prep
-%setup -q
-
-%build
-%configure --enable-dbus --enable-final --enable-xsltproc
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-update-desktop-database &> /dev/null ||:
-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
-update-desktop-database &> /dev/null ||:
-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 ChangeLog COPYING INSTALL NEWS README THANKS TODO
-%{_bindir}/
-%{_datadir}/
-%{_libexecdir}/
More information about the Xfce4-commits
mailing list