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

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sun Sep 3 03:20:14 UTC 2006


Author: kevin

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

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


--- NEW FILE mousepad.spec ---
Name:           mousepad
Version:        0.2.6
Release:        2%{?dist}
Summary:        Mousepad - A simple text editor for Xfce

Group:          Applications/Editors
License:        GPL
URL:            http://xfce.org/
Source0:        http://www.xfce.org/archive/xfce-4.3.90.2/src/mousepad-0.2.6.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libxfcegui4-devel
BuildRequires: perl(XML::Parser)
BuildRequires: gettext
BuildRequires: desktop-file-utils

%description
Mousepad is a text editor for Xfce based on Leafpad. The initial reason for
Mousepad was to provide printing support, which would have been difficult
for Leafpad for various reasons.

Although some features are under development, currently Mousepad has folowing
features:

    * Complete support for UTF-8 text
    * Cut/Copy/Paste and Select All text
    * Search and Replace
    * Font selecton
    * Word Wrap
    * Character coding selection
    * Auto character coding detection (UTF-8 and some codesets)
    * Manual codeset setting
    * Infinite Undo/Redo by word
    * Auto Indent
    * Multi-line Indent
    * Display line numbers
    * Drag and Drop
    * Printing

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

rm -f ${RPM_BUILD_ROOT}%{_datadir}/applications/mousepad.desktop

desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
        %{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%post
update-desktop-database &> /dev/null ||:

%postun
update-desktop-database &> /dev/null ||:

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README NEWS TODO COPYING
%{_bindir}/mousepad 
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/pixmaps/* 

%changelog
* Thu Aug 31 2006 Kevin Fenzi <kevin at tummy.com> - 0.2.6-2
- Add update-desktop-database

* Sun Aug 27 2006 Kevin Fenzi <kevin at tummy.com> - 0.2.6-1
- Inital package for fedora extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mousepad/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Sep 2006 03:19:29 -0000	1.1
+++ .cvsignore	3 Sep 2006 03:20:14 -0000	1.2
@@ -0,0 +1 @@
+mousepad-0.2.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mousepad/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Sep 2006 03:19:29 -0000	1.1
+++ sources	3 Sep 2006 03:20:14 -0000	1.2
@@ -0,0 +1 @@
+f8c23b1de6d23927729c477689883c38  mousepad-0.2.6.tar.bz2




More information about the fedora-extras-commits mailing list