2023-06-27 08:09:10 +00:00
|
|
|
%bcond cloudproviders %{undefined rhel}
|
|
|
|
|
2024-01-22 13:55:52 +00:00
|
|
|
%global glib2_version 2.79.0
|
2023-07-03 12:12:06 +00:00
|
|
|
%global gnome_autoar_version 0.4.4
|
2024-11-07 10:18:06 +00:00
|
|
|
%global gtk4_version 4.15.2
|
|
|
|
%global libadwaita_version 1.6~beta
|
|
|
|
|
|
|
|
Name: nautilus
|
|
|
|
Version: 47.0
|
2004-09-09 09:03:08 +00:00
|
|
|
|
2021-02-18 13:47:55 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
2024-11-07 10:18:06 +00:00
|
|
|
%global major_version %%(cut -d "." -f 1 <<<%{tarball_version})
|
2021-02-18 13:47:55 +00:00
|
|
|
|
2024-11-07 10:18:06 +00:00
|
|
|
Release: %autorelease
|
2016-08-30 15:07:47 +00:00
|
|
|
Summary: File manager for GNOME
|
|
|
|
|
2024-02-14 17:39:27 +00:00
|
|
|
# Sources are GPL-3.0-or-later and Appdata is CC0-1.0.
|
|
|
|
License: GPL-3.0-or-later AND CC0-1.0
|
|
|
|
URL: https://apps.gnome.org/Nautilus/
|
2024-11-07 10:18:06 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
|
|
|
# https://pagure.io/fedora-workstation/issue/442
|
|
|
|
Patch: default-terminal.patch
|
|
|
|
# These patches all revert commits that handle 'tracker' being renamed
|
|
|
|
# to 'localsearch', because that change hasn't landed in Rawhide yet
|
|
|
|
# Drop these patches when the package gets renamed
|
|
|
|
Patch: 0001-Revert-general-React-to-tracker-projects-rename.patch
|
|
|
|
Patch: 0002-Revert-test-Update-to-localsearch-CLI-rename.patch
|
|
|
|
Patch: 0003-Revert-tests-Use-localsearch3-test-sandbox.patch
|
2023-06-27 08:09:10 +00:00
|
|
|
|
2018-09-06 12:57:37 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gettext
|
2017-08-01 11:04:14 +00:00
|
|
|
BuildRequires: meson
|
2018-03-05 22:33:47 +00:00
|
|
|
BuildRequires: pkgconfig(gexiv2)
|
2022-09-06 15:30:03 +00:00
|
|
|
BuildRequires: pkgconfig(gi-docgen)
|
2015-01-25 11:43:22 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
2021-02-18 13:47:55 +00:00
|
|
|
BuildRequires: pkgconfig(gnome-autoar-0) >= %{gnome_autoar_version}
|
2022-07-18 08:50:55 +00:00
|
|
|
BuildRequires: pkgconfig(gnome-desktop-4)
|
2016-09-03 15:34:27 +00:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2018-09-06 12:57:37 +00:00
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
2019-03-13 20:15:36 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
2022-07-18 08:50:55 +00:00
|
|
|
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
|
|
|
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
2023-06-27 08:09:10 +00:00
|
|
|
%if %{with cloudproviders}
|
2023-01-30 06:57:34 +00:00
|
|
|
BuildRequires: pkgconfig(cloudproviders)
|
2023-06-27 08:09:10 +00:00
|
|
|
%endif
|
2021-02-18 13:47:55 +00:00
|
|
|
BuildRequires: pkgconfig(libportal)
|
2022-07-18 08:50:55 +00:00
|
|
|
BuildRequires: pkgconfig(libportal-gtk4)
|
2018-09-06 12:57:37 +00:00
|
|
|
BuildRequires: pkgconfig(libseccomp)
|
|
|
|
BuildRequires: pkgconfig(libselinux)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2020-09-09 08:19:22 +00:00
|
|
|
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
2015-01-25 11:43:22 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2015-03-12 08:43:22 +00:00
|
|
|
BuildRequires: /usr/bin/appstream-util
|
2006-10-18 16:25:05 +00:00
|
|
|
|
2014-04-05 17:14:45 +00:00
|
|
|
Requires: glib2%{_isa} >= %{glib2_version}
|
2021-02-18 13:47:55 +00:00
|
|
|
Requires: gnome-autoar%{_isa} >= %{gnome_autoar_version}
|
2018-09-06 12:57:37 +00:00
|
|
|
Requires: gsettings-desktop-schemas%{_isa}
|
2022-07-18 08:50:55 +00:00
|
|
|
Requires: gtk4%{_isa} >= %{gtk4_version}
|
2014-04-05 17:11:23 +00:00
|
|
|
Requires: gvfs%{_isa}
|
2022-07-18 08:50:55 +00:00
|
|
|
Requires: libadwaita%{_isa} >= %{libadwaita_version}
|
2010-02-17 14:10:53 +00:00
|
|
|
# the main binary links against libnautilus-extension.so
|
|
|
|
# don't depend on soname, rather on exact version
|
2015-09-22 22:33:15 +00:00
|
|
|
Requires: %{name}-extensions%{_isa} = %{version}-%{release}
|
2020-09-09 08:19:22 +00:00
|
|
|
# For the org.freedesktop.Tracker3.Miner.Files GSettings schema.
|
2023-02-10 07:48:25 +00:00
|
|
|
Requires: tracker-miners
|
2010-02-17 14:10:53 +00:00
|
|
|
|
2021-05-20 11:39:39 +00:00
|
|
|
Provides: bundled(libgd)
|
|
|
|
|
2004-09-09 08:57:06 +00:00
|
|
|
%description
|
2008-11-22 04:39:01 +00:00
|
|
|
Nautilus is the file manager and graphical shell for the GNOME desktop
|
2009-04-03 03:03:38 +00:00
|
|
|
that makes it easy to manage your files and the rest of your system.
|
|
|
|
It allows to browse directories on local and remote filesystems, preview
|
2008-11-22 04:39:01 +00:00
|
|
|
files and launch applications associated with them.
|
2009-04-03 03:03:38 +00:00
|
|
|
It is also responsible for handling the icons on the GNOME desktop.
|
2004-09-09 08:57:06 +00:00
|
|
|
|
2006-08-10 14:39:05 +00:00
|
|
|
%package extensions
|
2013-06-20 20:26:16 +00:00
|
|
|
Summary: Nautilus extensions library
|
2023-02-10 07:48:25 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2006-08-10 14:39:05 +00:00
|
|
|
|
|
|
|
%description extensions
|
|
|
|
This package provides the libraries used by nautilus extensions.
|
|
|
|
|
|
|
|
%package devel
|
2013-06-20 20:26:16 +00:00
|
|
|
Summary: Support for developing nautilus extensions
|
2023-02-10 07:48:25 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2013-06-20 20:17:11 +00:00
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-extensions%{_isa} = %{version}-%{release}
|
2006-08-10 14:39:05 +00:00
|
|
|
|
|
|
|
%description devel
|
2008-11-22 04:39:01 +00:00
|
|
|
This package provides libraries and header files needed
|
|
|
|
for developing nautilus extensions.
|
2006-08-10 14:39:05 +00:00
|
|
|
|
2004-09-09 08:57:06 +00:00
|
|
|
%prep
|
2021-02-18 13:47:55 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2015-05-13 19:01:41 +00:00
|
|
|
|
2018-03-05 22:53:25 +00:00
|
|
|
# Remove -Werror from compiler flags
|
|
|
|
sed -i '/-Werror/d' meson.build
|
|
|
|
|
2004-09-09 09:03:08 +00:00
|
|
|
%build
|
2018-09-05 07:17:02 +00:00
|
|
|
%meson \
|
|
|
|
-Ddocs=true \
|
|
|
|
-Dextensions=true \
|
|
|
|
-Dintrospection=true \
|
|
|
|
-Dselinux=true \
|
2023-06-27 08:09:10 +00:00
|
|
|
-Dcloudproviders=%{?with_cloudproviders:true}%{?!with_cloudproviders:false}
|
2018-09-05 07:17:02 +00:00
|
|
|
%{nil}
|
2017-08-01 11:04:14 +00:00
|
|
|
%meson_build
|
2004-09-09 08:57:06 +00:00
|
|
|
|
|
|
|
%install
|
2017-08-01 11:04:14 +00:00
|
|
|
%meson_install
|
2004-09-09 09:03:18 +00:00
|
|
|
|
2020-09-09 08:21:21 +00:00
|
|
|
%find_lang %{name}
|
auto-import changelog data from nautilus-1.0.4-33.src.rpm
Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
- Fix problem with missing desktop starthere.desktop file
- New snapshot from our branch, fixes:
- On upgrade, icons migrated from GNOME desktop are not properly lined up
(#51436)
- icons dropped on the desktop don't end up where dropped. (#51441)
- Nautilus shouldn't have fam monitor read-only windows. This keeps CDROMS
from being unmounted until you close all
nautilus windows pointing to them. (#51442)
- Warnings about 'cannot statfs...' when moving items to trash.
- Use separate start-here.desktop for panel, since the one used for the
root window only works from Nautilus.
Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
- Changed starthere .desktop files to be links instead
- of spawning a new nautilus. This makes start-here:
- much faster.
Thu Aug 09 2001 Alexander Larsson <alexl@redhat.com>
- Added hwbrowser dependency
- New snapshot, fixes the mozilla-view submit form problem
Wed Aug 08 2001 Jonathan Blandford <jrb@redhat.com>
- Rebuild with new xml-i18n-tools
- fix crash in creating new desktop files
Tue Aug 07 2001 Jonathan Blandford <jrb@redhat.com>
- Fix up DnD code some more
Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
- Sync our CVS version; fixes some MUSTFIX (the one about drawing
background on startup, properly translate desktop files, etc.)
Wed Aug 01 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
- Fix 64bit cleanness issue
- Fix NULL mimetype crash
- Disable additional_text for .desktop files
Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
- Fix unmounting devices.
Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
- mimetype sniffing.
Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
- Remove the "don't run as root" warning.
- Remove eazel from bookmarks
- langified (again? did someone change it?)
Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
- Apply a patch that makes nautilus dnd reset work with the latest
- eel release.
Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
- Build on ia64 without the mozilla component.
Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
- Fix crash-on-startup showstopper
- Fix can't-find-images bug (this one was only showing up when built with
debug symbols, since it was an uninitialized memory read)
Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
- sync new tarball from our CVS branch, fixes some drag-and-drop, changes
URI scheme names, etc.
Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
- Add BuildRequires (#49539, 49537)
- Fix %post, %postun (#49720)
- Background efficiency improvements and hacks
Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
- Don't launch esd on each mouseover.
Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
- move first time druid patch into my "CVS outstanding" patch
- try to really remove Help/Feedback
- try to really fix Help/Community Support
- try again to get Start Here in the Go menu
- try again to get Start Here on the desktop
- don't show file sizes for .desktop files
Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
- add newline to ends of .desktop files that were missing them
Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
- update to my latest 'cvs diff -u' (adds default Start Here link, displays
.directory name in sidebar)
- include /etc/X11/* links (starthere, sysconfig, serverconfig)
Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
- Patch to remove firsttime druid and flash
Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
- add hacks for displaying desktop files
- add hack to turn off the "unwriteable" emblem
Sun Jul 08 2001 Tim Powers <timp@redhat.com>
- added defattr to the files lists to be (-,root,root)
- languified
Sat Jul 07 2001 Alexander Larsson <alexl@redhat.com>
- Need to run autoheader too.
Fri Jul 06 2001 Alexander Larsson <alexl@redhat.com>
- Make the fam dependency a real runtime dependency
- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
- Cleaned up specfile.
Fri Jul 06 2001 Alexander Larsson <alexl@redhat.com>
- Change default background and rubberband color.
- Use the sidebar tabs from the default theme
- BuildDepend on fam-devel, depend on fam
- Disable the eazel update pages in the first-time druid.
- Remove the eazel logo from the first-time druid
Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
- 1.0.4, removes eazel services icon and wizard page
- Eazel logo is still in startup wizard for now, needs fixing
Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
- fix group (s/Desktop/Desktops/) #47134
- remove ammonite dependency
Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
- add a different default theme
- clean up file list overspecificity a bit
Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
- move to a CVS snapshot of nautilus for now (Darin is my hero for having
distcheck work out of CVS)
2004-09-09 08:57:31 +00:00
|
|
|
|
2015-03-12 08:43:22 +00:00
|
|
|
%check
|
2024-01-29 10:06:28 +00:00
|
|
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/org.gnome.Nautilus.metainfo.xml
|
2016-09-03 16:24:02 +00:00
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
2015-03-12 08:43:22 +00:00
|
|
|
|
auto-import changelog data from nautilus-1.0.4-33.src.rpm
Tue Aug 14 2001 Owen Taylor <otaylor@redhat.com>
- Fix problem with missing desktop starthere.desktop file
- New snapshot from our branch, fixes:
- On upgrade, icons migrated from GNOME desktop are not properly lined up
(#51436)
- icons dropped on the desktop don't end up where dropped. (#51441)
- Nautilus shouldn't have fam monitor read-only windows. This keeps CDROMS
from being unmounted until you close all
nautilus windows pointing to them. (#51442)
- Warnings about 'cannot statfs...' when moving items to trash.
- Use separate start-here.desktop for panel, since the one used for the
root window only works from Nautilus.
Fri Aug 10 2001 Alexander Larsson <alexl@redhat.com>
- Changed starthere .desktop files to be links instead
- of spawning a new nautilus. This makes start-here:
- much faster.
Thu Aug 09 2001 Alexander Larsson <alexl@redhat.com>
- Added hwbrowser dependency
- New snapshot, fixes the mozilla-view submit form problem
Wed Aug 08 2001 Jonathan Blandford <jrb@redhat.com>
- Rebuild with new xml-i18n-tools
- fix crash in creating new desktop files
Tue Aug 07 2001 Jonathan Blandford <jrb@redhat.com>
- Fix up DnD code some more
Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
- Sync our CVS version; fixes some MUSTFIX (the one about drawing
background on startup, properly translate desktop files, etc.)
Wed Aug 01 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-24
- Fix 64bit cleanness issue
- Fix NULL mimetype crash
- Disable additional_text for .desktop files
Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-23
- Fix unmounting devices.
Tue Jul 31 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-22
- Make it depend on gnome-vfs-1.0.1-13. Needed for .desktop
- mimetype sniffing.
Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 1.0.4-21
- Remove the "don't run as root" warning.
- Remove eazel from bookmarks
- langified (again? did someone change it?)
Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
- Apply a patch that makes nautilus dnd reset work with the latest
- eel release.
Thu Jul 26 2001 Alexander Larsson <alexl@redhat.com>
- Build on ia64 without the mozilla component.
Wed Jul 25 2001 Havoc Pennington <hp@redhat.com>
- Fix crash-on-startup showstopper
- Fix can't-find-images bug (this one was only showing up when built with
debug symbols, since it was an uninitialized memory read)
Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
- sync new tarball from our CVS branch, fixes some drag-and-drop, changes
URI scheme names, etc.
Tue Jul 24 2001 Owen Taylor <otaylor@redhat.com>
- Add BuildRequires (#49539, 49537)
- Fix %post, %postun (#49720)
- Background efficiency improvements and hacks
Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
- Don't launch esd on each mouseover.
Wed Jul 11 2001 Havoc Pennington <hp@redhat.com>
- move first time druid patch into my "CVS outstanding" patch
- try to really remove Help/Feedback
- try to really fix Help/Community Support
- try again to get Start Here in the Go menu
- try again to get Start Here on the desktop
- don't show file sizes for .desktop files
Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
- add newline to ends of .desktop files that were missing them
Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
- update to my latest 'cvs diff -u' (adds default Start Here link, displays
.directory name in sidebar)
- include /etc/X11/* links (starthere, sysconfig, serverconfig)
Tue Jul 10 2001 Jonathan Blandford <jrb@redhat.com>
- Patch to remove firsttime druid and flash
Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
- add hacks for displaying desktop files
- add hack to turn off the "unwriteable" emblem
Sun Jul 08 2001 Tim Powers <timp@redhat.com>
- added defattr to the files lists to be (-,root,root)
- languified
Sat Jul 07 2001 Alexander Larsson <alexl@redhat.com>
- Need to run autoheader too.
Fri Jul 06 2001 Alexander Larsson <alexl@redhat.com>
- Make the fam dependency a real runtime dependency
- by linking to libfam (nautilus-1.0.4-fam-lib.patch)
- Cleaned up specfile.
Fri Jul 06 2001 Alexander Larsson <alexl@redhat.com>
- Change default background and rubberband color.
- Use the sidebar tabs from the default theme
- BuildDepend on fam-devel, depend on fam
- Disable the eazel update pages in the first-time druid.
- Remove the eazel logo from the first-time druid
Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
- 1.0.4, removes eazel services icon and wizard page
- Eazel logo is still in startup wizard for now, needs fixing
Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
- fix group (s/Desktop/Desktops/) #47134
- remove ammonite dependency
Wed Jun 27 2001 Havoc Pennington <hp@redhat.com>
- add a different default theme
- clean up file list overspecificity a bit
Tue Jun 26 2001 Havoc Pennington <hp@redhat.com>
- move to a CVS snapshot of nautilus for now (Darin is my hero for having
distcheck work out of CVS)
2004-09-09 08:57:31 +00:00
|
|
|
%files -f %{name}.lang
|
2017-09-13 21:55:38 +00:00
|
|
|
%doc NEWS README.md
|
2017-08-15 21:16:29 +00:00
|
|
|
%license LICENSE
|
2007-07-07 03:51:21 +00:00
|
|
|
%{_datadir}/applications/*
|
2004-09-09 09:03:08 +00:00
|
|
|
%{_bindir}/*
|
2012-09-18 20:34:47 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service
|
2020-09-09 08:19:22 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Nautilus.Tracker3.Miner.Extract.service
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Nautilus.Tracker3.Miner.Files.service
|
2018-04-09 20:16:52 +00:00
|
|
|
%dir %{_datadir}/gnome-shell
|
|
|
|
%dir %{_datadir}/gnome-shell/search-providers
|
2018-04-09 20:15:19 +00:00
|
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini
|
2019-02-06 20:34:59 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Nautilus.svg
|
2016-09-03 15:34:27 +00:00
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Nautilus-symbolic.svg
|
2015-01-25 11:44:58 +00:00
|
|
|
%{_mandir}/man1/nautilus.1*
|
2019-08-20 07:26:12 +00:00
|
|
|
%{_mandir}/man1/nautilus-autorun-software.1*
|
2010-08-24 16:22:59 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
|
2020-09-09 08:19:22 +00:00
|
|
|
%{_datadir}/nautilus/
|
|
|
|
%{_datadir}/tracker3/domain-ontologies/org.gnome.Nautilus.domain.rule
|
2022-08-09 09:09:33 +00:00
|
|
|
%{_libdir}/nautilus/extensions-4/libnautilus-image-properties.so
|
|
|
|
%{_libdir}/nautilus/extensions-4/libtotem-properties-page.so
|
2024-01-29 10:06:28 +00:00
|
|
|
%{_metainfodir}/org.gnome.Nautilus.metainfo.xml
|
2006-08-10 14:39:05 +00:00
|
|
|
|
|
|
|
%files extensions
|
2017-08-15 21:16:29 +00:00
|
|
|
%license libnautilus-extension/LICENSE
|
2022-08-09 09:09:33 +00:00
|
|
|
%{_libdir}/libnautilus-extension.so.4*
|
2022-07-18 08:50:55 +00:00
|
|
|
%{_libdir}/girepository-1.0/Nautilus-4.0.typelib
|
2007-10-03 17:08:20 +00:00
|
|
|
%dir %{_libdir}/nautilus
|
2022-08-09 09:09:33 +00:00
|
|
|
%dir %{_libdir}/nautilus/extensions-4
|
2006-08-10 14:39:05 +00:00
|
|
|
|
|
|
|
%files devel
|
2004-09-09 09:06:47 +00:00
|
|
|
%{_includedir}/nautilus
|
2022-08-09 09:09:33 +00:00
|
|
|
%{_libdir}/pkgconfig/libnautilus-extension-4.pc
|
2022-04-23 23:35:03 +00:00
|
|
|
%{_libdir}/libnautilus-extension.so
|
2022-07-18 08:50:55 +00:00
|
|
|
%{_datadir}/gir-1.0/Nautilus-4.0.gir
|
2022-09-06 15:30:03 +00:00
|
|
|
%doc %{_datadir}/doc/nautilus/
|
2008-04-24 09:47:57 +00:00
|
|
|
|
2004-09-09 08:57:06 +00:00
|
|
|
%changelog
|
2024-11-07 10:18:06 +00:00
|
|
|
%autochangelog
|