Updating branch refs/heads/master
         to 4ac8d200c2b874ccfba999fcb76d0a296f15c4e4 (commit)
       from 6206d2a5da870f564ff281395672082e332e7c71 (commit)

commit 4ac8d200c2b874ccfba999fcb76d0a296f15c4e4
Author: Landry Breuil <lan...@xfce.org>
Date:   Tue Apr 10 19:36:50 2012 +0200

    remove deprecated .spec

 Makefile.am                |    4 +---
 configure.ac.in            |    1 -
 xfce4-mount-plugin.spec.in |   34 ----------------------------------
 3 files changed, 1 insertions(+), 38 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7745a00..78171a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,6 @@ EXTRA_DIST =                                          \
        NEWS                                                                    
\
        README                                                                  
\
        TODO                                                                    
\
-       xfce4-mount-plugin.spec.in                      \
        intltool-extract.in                                             \
        intltool-merge.in                                               \
        intltool-update.in
@@ -35,5 +34,4 @@ EXTRA_DIST =                                          \
 DISTCLEANFILES =                                                       \
        intltool-extract                                                \
        intltool-merge                                                  \
-       intltool-update                                                 \
-       xfce4-mount-plugin.spec
+       intltool-update
diff --git a/configure.ac.in b/configure.ac.in
index d89c833..349e869 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -99,7 +99,6 @@ AC_DEFINE_UNQUOTED([PACKAGE_DATA_DIR], 
"${packageprefix}/${packagedatadir}", ["D
 
 AC_OUTPUT([
 Makefile
-xfce4-mount-plugin.spec
 panel-plugin/Makefile
 icons/Makefile
 po/Makefile.in
diff --git a/xfce4-mount-plugin.spec.in b/xfce4-mount-plugin.spec.in
deleted file mode 100644
index e192bbf..0000000
--- a/xfce4-mount-plugin.spec.in
+++ /dev/null
@@ -1,34 +0,0 @@
-Summary:       Mount plugin for the Xfce panel
-Name:          xfce4-mount-plugin
-Version:       @VERSION@
-Release:       1
-License:       GPL
-URL:           http://xfce-goodies.berlios.de/
-Source0:       %{name}-%{version}.tar.gz
-Group:                 User Interface/Desktops
-BuildRoot:     %{_tmppath}/%{name}-root
-Requires:      xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@
-BuildRequires: xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@
-
-%description
-This plugin allows to mount/unmount file systems.
-
-%prep
-%setup -q
-
-%build
-%configure
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL README TODO
-%{_libdir}/xfce4/panel-plugins/
-%{_datadir}/
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to