diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7976737..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/wmudmount-1.13.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..77f3651 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +wmudmount fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676216 diff --git a/sources b/sources deleted file mode 100644 index 4792a41..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -988955faca6db4f9c4d26f8b79a38744 wmudmount-1.13.tar.gz diff --git a/wmudmount-headers.patch b/wmudmount-headers.patch deleted file mode 100644 index 34fbfdf..0000000 --- a/wmudmount-headers.patch +++ /dev/null @@ -1,22 +0,0 @@ -warning: implicit declaration of function ‘free’ and 'realloc' [-Wimplicit-function-declaration] - ---- askpass.c -+++ askpass.c -@@ -23,6 +23,7 @@ - #include - #endif - -+#include /* free */ - #include - - #ifdef HAVE_GNOME_KEYRING ---- secureentry.c -+++ secureentry.c -@@ -18,6 +18,7 @@ - #include "config.h" - - #include -+#include /* free and realloc */ - #include - #ifdef HAVE_GNOME_KEYRING - #include diff --git a/wmudmount.spec b/wmudmount.spec deleted file mode 100644 index 45bb1e8..0000000 --- a/wmudmount.spec +++ /dev/null @@ -1,78 +0,0 @@ -Name: wmudmount -Version: 1.13 -Release: 4%{?dist} -Summary: A WindowMaker filesystem mounting dockapp using udisks - -License: GPLv2+ -URL: http://sourceforge.net/projects/wmudmount/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -#http://sourceforge.net/tracker/?func=detail&aid=3540867&group_id=309786&atid=1304474 -Patch0: wmudmount-headers.patch - -BuildRequires: dbus-glib-devel -BuildRequires: gtk2-devel -BuildRequires: libICE-devel libSM-devel -BuildRequires: libgnome-keyring-devel -BuildRequires: libnotify-devel -BuildRequires: ImageMagick - -Requires: hicolor-icon-theme -Requires: udisks - -%description -wmudmount is a filesystem mounter that uses udisks to handle notification of -new volumes and mounting of the filesystems as a non-root user. It also -includes a mode to display the mounted filesystems with the least free space -percentage. - -%prep -%setup -q -%patch0 -p0 -b.headers - -%build -%configure --disable-gtktest --with-x -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -%post -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null - /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : - -%files -%doc ChangeLog -%{_bindir}/wmudmount -%{_mandir}/man1/wmudmount.1x* -%{_datadir}/icons/hicolor/16x16/apps/* -%{_datadir}/icons/hicolor/22x22/apps/* -%{_datadir}/icons/hicolor/48x48/apps/* -%{_datadir}/icons/hicolor/scalable/apps/* - - -%changelog -* Wed Dec 05 2012 Andreas Bierfert -- 1.13-4 -- require udisks v1 -- add upstream header patch - -* Sun Jul 22 2012 Fedora Release Engineering - 1.13-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jul 05 2012 Andreas Bierfert -- 1.13-2 -- cleanup BR - -* Sat Jun 02 2012 Andreas Bierfert -- 1.13-1 -- initial version