rebuilt with debug package; dropped udisks requirement [release 1.3.1-2mamba;Thu Dec 17 2020]
This commit is contained in:
parent
826710c43c
commit
bd3eafc431
33
libfm.spec
33
libfm.spec
@ -1,50 +1,40 @@
|
|||||||
Name: libfm
|
Name: libfm
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library used by the PCMan File Manager
|
Summary: A library used by the PCMan File Manager
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/pcmanfm
|
URL: http://sourceforge.net/projects/pcmanfm
|
||||||
# dist tarball 0.1.15 created from git:
|
Source: https://downloads.sourceforge.net/pcmanfm/libfm-%{version}.tar.xz
|
||||||
# git clone git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm
|
|
||||||
# ./configure --sysconfdir=/etc --with-gtk-doc
|
|
||||||
# make
|
|
||||||
# make dist
|
|
||||||
Source: http://downloads.sourceforge.net/project/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/libfm-%{version}.tar.xz
|
|
||||||
Patch0: libfm-1.2.3-upstream-fix-pkexec.patch
|
Patch0: libfm-1.2.3-upstream-fix-pkexec.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libdbus-devel
|
|
||||||
BuildRequires: libdbus-glib-devel
|
|
||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libmenu-cache-devel
|
BuildRequires: libmenu-cache-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libmenu-cache-devel >= 0.6.1-1mamba
|
BuildRequires: libmenu-cache-devel >= 0.6.1-1mamba
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libpthread-stubs-devel
|
BuildRequires: libpthread-stubs-devel
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXxf86vm-devel
|
BuildRequires: libXxf86vm-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgraphite2-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
Provides: lxshortcut
|
Provides: lxshortcut
|
||||||
Obsoletes: lxshortcut
|
Obsoletes: lxshortcut
|
||||||
Requires: udisks
|
#Requires: udisks
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,15 +47,19 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Library used by the PCMan File Manager.
|
Library used by the PCMan File Manager.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure
|
||||||
--enable-udisks
|
|
||||||
|
#\
|
||||||
|
# --enable-udisks
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -134,6 +128,9 @@ fi
|
|||||||
%doc README TODO
|
%doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2mamba
|
||||||
|
- rebuilt with debug package; dropped udisks requirement
|
||||||
|
|
||||||
* Sat Dec 22 2018 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
* Sat Dec 22 2018 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user