rpms/eiciel/devel eiciel-desktop.patch, NONE, 1.1 eiciel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Nov 12 05:02:56 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/eiciel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23876/devel

Modified Files:
	.cvsignore sources 
Added Files:
	eiciel-desktop.patch eiciel.spec 
Log Message:
auto-import eiciel-0.9.2-7.fc6 on branch devel from eiciel-0.9.2-7.fc6.src.rpm

eiciel-desktop.patch:

--- NEW FILE eiciel-desktop.patch ---
--- src/eiciel.desktop     2006-07-09 18:01:00.000000000 +0100
+++ src/eiciel.desktop     2006-07-09 18:04:33.000000000 +0100
@@ -7,9 +7,10 @@
 Comment=View or change ACL and User Extended Attributes on files and directories
 Comment[ca]=Visualitza o canvia la llista de control d'accés i els atributs d'usuari en fitxers i directoris
 Comment[es]=Visualiza o cambia la lista de control de acceso y los atributos de usuario en ficheros y directorios
-Exec=/home/roger/eiciel/TEST/bin/eiciel
-Icon=/home/roger/eiciel/TEST/share/eiciel/img/icona_eiciel_24.png
+Exec=/usr/bin/eiciel
+Icon=/usr/share/eiciel/img/icona_eiciel_24.png
 Terminal=false
 Type=Application
 Categories=Application;Accessories;GNOME;System;
-Version=0.9.1
+Version=0.9.5
+# The version refers to desktop file specification *not* eicel version



--- NEW FILE eiciel.spec ---
Name:           eiciel
Version:        0.9.2
Release:        7%{?dist}
Summary:        Graphical access control list (ACL) editor
Group:          Applications/System
License:        GPL
URL:            http://rofi.pinchito.com/eiciel
Source0:        http://rofi.pinchito.com/eiciel/download/%{name}-%{version}.tar.bz2
Patch0:         eiciel-desktop.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libgnomeui-devel gtkmm24-devel libacl-devel nautilus-devel
BuildRequires:  desktop-file-utils

%description
Graphical editor for access control lists (ACL) 
and extended attributes (XATTR), either as an 
extension within Nautilus, or as a standalone utility.


%prep
%setup -q
%patch0

# this really should not have been packaged with the source tarball
rm doc/C/eiciel.xml

%build
%configure --with-nautilus-extensions-dir=%{_libdir}/nautilus/extensions-1.0
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%find_lang %{name}
desktop-file-install --vendor fedora                        \
        --dir %{buildroot}%{_datadir}/applications          \
        --add-category X-Fedora                             \
        --delete-original                                   \
        %{buildroot}%{_datadir}/applications/%{name}.desktop

# less is more
cd %{buildroot}%{_datadir}/%{name}/doc/C/figures
for img in `ls *.png` ; do
    if [ -e ../../../img/$img ] ; then
        rm $img
        ln -s ../../../img/$img
    fi
done

%clean
rm -rf %{buildroot}


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/*%{name}*
%{_mandir}/man1/%{name}*
%{_libdir}/nautilus/extensions-1.0/lib%{name}*
%exclude %{_libdir}/nautilus/extensions-1.0/*.a
%exclude %{_libdir}/nautilus/extensions-1.0/*.la


%changelog
* Sat Nov 11 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.9.2-7
- rm doc/C/eiciel.xml during prep; otherwise it isn't rebuilt properly

* Wed Nov 08 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.9.2-6
- minor tweaks, resubmitted

* Sun Jul 09 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9.2-5
- Drop excludes for .debug files
- Tidy up summary and description
- Make includes more precise
- Use .desktop file now accepted upstream (but with patch)
- Use existing .png file as icon instead of copy

* Mon Jul 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9.2-4
- Change .debug excludes to work on x86_64 too

* Mon Jul 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9.2-3
- Exclude *.debug files
- Remove macros from changelog section to shut up rpmlint
- Reduced file permissions on .spec and .desktop files

* Mon Jul 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9.2-2
- Claim files under libdir more precisely
- Add nautilus to buildreqs

* Mon Jul 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9.2-1
- Update source to 0.9.2
- Drop gcc4.1 patch accepted upstream

* Sat Feb 04 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-8
- Use __mkdir and __install macros

* Fri Feb 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-7
- Make version key in .desktop refer to fd.o spec ver, not eicel ver
- Actually install the .destop file
- Provide icon for .desktop file in /usr/share/pixmaps
- Replace all RPM_BUILD_ROOT macros with buildroot

* Fri Feb 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-6
- All docs are in doc
- All Requires were detected automatically
- Omit .la as well as .a
- Reset file permissions on source files
- Use find_lang for locale files
- Added .desktop file
- Change instances of eiciel to name macro

* Fri Feb 03 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-5
- Exclude .a library which is unlikely to be used
- Use more fine-grained file specs, particularly for man/doc files

* Thu Feb 02 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-4
- Attempt to fix rpmlint ownership warnings about man1 files/dirs

* Thu Feb 02 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-3
- Changed BuildRequires/Requires

* Thu Feb 02 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-2
- Added patch for gcc4.1

* Thu Feb 02 2006 Andy Burns <fedora at adslpipe.co.uk> 0.9-1
- Initial RPM build



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eiciel/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Nov 2006 05:01:58 -0000	1.1
+++ .cvsignore	12 Nov 2006 05:02:25 -0000	1.2
@@ -0,0 +1 @@
+eiciel-0.9.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eiciel/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Nov 2006 05:01:58 -0000	1.1
+++ sources	12 Nov 2006 05:02:25 -0000	1.2
@@ -0,0 +1 @@
+72576cce092ff36a4fef0311bdc0dede  eiciel-0.9.2.tar.bz2




More information about the fedora-extras-commits mailing list