1.0.1
This commit is contained in:
parent
c914902937
commit
f84a1f64a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libfm-0.1.12.tar.gz
|
||||
/libfm-0.1.16.tar.gz
|
||||
/libfm-0.1.17.tar.gz
|
||||
/libfm-1.0.tar.gz
|
||||
/libfm-1.0.1.tar.gz
|
||||
|
9
libfm-1.0.1-dsolink-tests.patch
Normal file
9
libfm-1.0.1-dsolink-tests.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- libfm-1.0.1/src/tests/Makefile.am.dso 2012-09-27 15:45:02.621895881 +0900
|
||||
+++ libfm-1.0.1/src/tests/Makefile.am 2012-09-27 15:45:38.451173597 +0900
|
||||
@@ -19,5 +19,6 @@
|
||||
TEST_PROGS += fm-path
|
||||
fm_path_SOURCES = test-fm-path.c
|
||||
fm_path_LDADD= \
|
||||
+ $(GIO_LIBS) \
|
||||
../libfm.la \
|
||||
$(NULL)
|
23
libfm.spec
23
libfm.spec
@ -20,7 +20,7 @@
|
||||
%global build_doc 1
|
||||
|
||||
Name: libfm
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
Release: %{fedorarel}%{?dist}
|
||||
Summary: GIO-based library for file manager-like programs
|
||||
|
||||
@ -34,6 +34,8 @@ Source0: http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.
|
||||
%endif
|
||||
# Fedora specific patches
|
||||
Patch0: libfm-0.1.9-pref-apps.patch
|
||||
# Fix dso linkage
|
||||
Patch1: libfm-1.0.1-dsolink-tests.patch
|
||||
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: gtk2-devel >= 2.16.0
|
||||
@ -43,6 +45,15 @@ BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
# Patch1
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
%if 0%{?fedora} >= 18
|
||||
BuildRequires: dbus-glib-devel
|
||||
%endif
|
||||
|
||||
BuildRequires: vala
|
||||
|
||||
%if 0%{?build_doc} < 1
|
||||
@ -110,6 +121,9 @@ This package containg development documentation files for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .orig
|
||||
%patch1 -p1 -b .dso
|
||||
# Patch1
|
||||
autoreconf -fi
|
||||
|
||||
# ???
|
||||
#mkdir m4 || :
|
||||
@ -122,6 +136,9 @@ sed -i.libdir_syssearch \
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%if 0%{?fedora} >= 18
|
||||
--enable-udisks \
|
||||
%endif
|
||||
--disable-static
|
||||
# To show translation status
|
||||
make -C po -j1 GMSGFMT="msgfmt --statistics"
|
||||
@ -203,7 +220,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/libfm.pc
|
||||
|
||||
|
||||
%files gtk-devel -f gtk-header.files
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/libfm/libfm/fm-gtk.h
|
||||
@ -219,6 +235,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0.1-1
|
||||
- 1.0.1
|
||||
|
||||
* Wed Aug 15 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0-1
|
||||
- 1.0 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user