rpms/panelfm/devel panelfm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sat Nov 11 14:21:00 UTC 2006


Author: mtasaka

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

Modified Files:
	.cvsignore sources 
Added Files:
	panelfm.spec 
Log Message:
auto-import panelfm-1.1-2 on branch devel from panelfm-1.1-2.src.rpm


--- NEW FILE panelfm.spec ---
Name:           panelfm
Version:        1.1
Release:        2%{?dist}
Summary:        Quick File Manager Applet

Group:          Applications/File
License:        GPL
URL:            http://panelfm.sourceforge.net/
Source0:        http://umn.dl.sourceforge.net/sourceforge/%{name}/%{name}.tar.gz

Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libgnomeui-devel
BuildRequires:  gnome-panel-devel

%description
PanelFM is a GNOME applet that provides quick access to the file system. It
uses popup menus to display files and directories. Multiple root points can be
defined for the main menu by creating a .panelfmrc containing a list of root
points, one on each line. Each root point must be an absolute path name.

%prep
%setup -q -n PanelFM

%{__sed} -i.local \
   -e 's|%{_prefix}/local|%{_prefix}|g' \
   panelfm.server
%{__sed} -i.flags \
   -e '/^LDFLAGS/s|^\(.*\)$|\1\n\nCFLAGS += $(OPTFLAGS)|' \
   makefile

%build
%{__make} %{?_smp_mflags} OPTFLAGS="$RPM_OPT_FLAGS"

%install
%{__rm} -rf %{buildroot}

for dir in \
   %{_bindir} %{_datadir}/pixmaps %{_libdir}/bonobo/servers \
   ; do
   %{__mkdir_p} %{buildroot}/$dir
done

%{__install} -c -m 755 panelfm %{buildroot}%{_bindir}
%{__install} -c -p -m 644 panelfm.xpm \
   %{buildroot}%{_datadir}/pixmaps
%{__install} -c -p -m 644  panelfm.server \
   %{buildroot}%{_libdir}/bonobo/servers

%{__chmod} 0644 README

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING README

%{_bindir}/*

%{_datadir}/pixmaps/*.xpm
%{_libdir}/bonobo/servers/*.server

%changelog
* Fri Nov 10 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.1-2
- Change BuildRoot

* Fri Nov 10 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.1-1
- Rewrite.

* Tue Oct 31 2006 Sawa <sssawwwa at wolfenstein.jp> - 1.1
- version 1.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/panelfm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Nov 2006 14:19:58 -0000	1.1
+++ .cvsignore	11 Nov 2006 14:20:30 -0000	1.2
@@ -0,0 +1 @@
+panelfm.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/panelfm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Nov 2006 14:19:58 -0000	1.1
+++ sources	11 Nov 2006 14:20:30 -0000	1.2
@@ -0,0 +1 @@
+5a18f0beba718d6efaace22ed13c1b9e  panelfm.tar.gz




More information about the scm-commits mailing list